]> asedeno.scripts.mit.edu Git - linux.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)
commit873b4af2103fbd1bb7895be202a58878254d89bc
tree8ddc0a6dd032130ddd105c4957497bb92725d8df
parent32f6e5da83c7f06db7e4efbdacdbc59c16fd6ecb
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]