aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace/config
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2018-08-30 23:20:56 +0900
committerShuah Khan (Samsung OSG) <shuah@kernel.org>2018-10-24 14:49:35 -0600
commit873b4af2103fbd1bb7895be202a58878254d89bc (patch)
tree8ddc0a6dd032130ddd105c4957497bb92725d8df /tools/testing/selftests/ftrace/config
parentselftests/ftrace: Add kprobe profile testcase (diff)
downloadlinux-dev-873b4af2103fbd1bb7895be202a58878254d89bc.tar.xz
linux-dev-873b4af2103fbd1bb7895be202a58878254d89bc.zip
selftests/ftrace: Add kprobe-event with symbol argument test
Add a testcase for kprobe-event with @symbol argument. Since @symbol needs to refer the kernel data symbol (linux_proc_banner), it requires CONFIG_KALLSYMS_ALL. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/ftrace/config')
-rw-r--r--tools/testing/selftests/ftrace/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config
index 32cf61b6bb54..b7ac74fcb0fa 100644
--- a/tools/testing/selftests/ftrace/config
+++ b/tools/testing/selftests/ftrace/config
@@ -11,3 +11,4 @@ CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_SAMPLES=y
CONFIG_SAMPLE_TRACE_PRINTK=m
+CONFIG_KALLSYMS_ALL=y