Quellcode durchsuchen

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>
Fathi Boudra vor 8 Jahren
Ursprung
Commit
f13b173174
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      tools/testing/selftests/ftrace/config

+ 1 - 0
tools/testing/selftests/ftrace/config

@@ -1 +1,2 @@
+CONFIG_KPROBES=y
 CONFIG_FTRACE=y