]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/ftrace: Add kprobe-event with symbol argument test
authorMasami Hiramatsu <mhiramat@kernel.org>
Thu, 30 Aug 2018 14:20:56 +0000 (23:20 +0900)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 24 Oct 2018 20:49:35 +0000 (14:49 -0600)
commit995c2944de8516c7656cb471e56fc833cefcfd39
tree8ddc0a6dd032130ddd105c4957497bb92725d8df
parentd18125e7cf407219667f7c3976f499eee7ef36a2
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>
tools/testing/selftests/ftrace/config
tools/testing/selftests/ftrace/test.d/kprobe/kprobe_args_symbol.tc [new file with mode: 0644]