summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-03-20 12:18:21 +0200
committerShuah Khan <shuahkh@osg.samsung.com>2017-04-11 09:38:22 -0600
commitf13b1731743b6dc132416a81e1d5206a89f67e21 (patch)
treef236e91ce48dcccd5cfca87039634dce4ddeeb03 /tools
parent36adc0000d169b6d8615730ec6ec68b029cf5e01 (diff)
downloadlinux-0-day-f13b1731743b6dc132416a81e1d5206a89f67e21.tar.gz
linux-0-day-f13b1731743b6dc132416a81e1d5206a89f67e21.tar.xz
selftests: ftrace: add CONFIG_KPROBES=y to the config fragment
ftrace/kprobe tests require kprobes events. Enable kprobes to run these tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Tested-by: Naresh Kamboju <naresh.kamboju@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools')
-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 ef8214661612f..8a1c9f949fe08 100644
--- a/tools/testing/selftests/ftrace/config
+++ b/tools/testing/selftests/ftrace/config
@@ -1 +1,2 @@
+CONFIG_KPROBES=y
CONFIG_FTRACE=y