Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604349
| From | Fathi Boudra <fathi.boudra@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment |
| Date | 2017-03-20 11:40 +0100 |
| Message-ID | <tn2Tg-3oS-15@gated-at.bofh.it> (permalink) |
| References | <tn2JA-3lh-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
ftrace/kprobe tests require kprobes events. Enable kprobes to run these tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> --- tools/testing/selftests/ftrace/config | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] selftests: config fragments update Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:30 +0100 [PATCH 1/3] selftests: lib: add config fragment for bitmap, printf and prime numbers tests Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:30 +0100 [PATCH 3/3] selftests: vm: add CONFIG_SYSVIPC=y to the config fragment Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:30 +0100 [PATCH 2/3] selftests: ftrace: add CONFIG_KPROBES=y to the config fragment Fathi Boudra <fathi.boudra@linaro.org> - 2017-03-20 11:40 +0100 Re: [PATCH 0/3] selftests: config fragments update Naresh Kamboju <naresh.kamboju@linaro.org> - 2017-03-20 13:30 +0100
csiph-web