diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-03-20 11:18:21 +0100 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-11 17:38:22 +0200 |
commit | f13b1731743b6dc132416a81e1d5206a89f67e21 (patch) | |
tree | f236e91ce48dcccd5cfca87039634dce4ddeeb03 /tools/testing/selftests/ftrace | |
parent | selftests: lib: add config fragment for bitmap, printf and prime numbers tests (diff) | |
download | linux-f13b1731743b6dc132416a81e1d5206a89f67e21.tar.xz linux-f13b1731743b6dc132416a81e1d5206a89f67e21.zip |
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/testing/selftests/ftrace')
-rw-r--r-- | tools/testing/selftests/ftrace/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/ftrace/config b/tools/testing/selftests/ftrace/config index ef8214661612..8a1c9f949fe0 100644 --- a/tools/testing/selftests/ftrace/config +++ b/tools/testing/selftests/ftrace/config @@ -1 +1,2 @@ +CONFIG_KPROBES=y CONFIG_FTRACE=y |