]> git.dujemihanovic.xyz Git - linux.git/commit
selftests/ftrace: Fix required features for VFS type test case
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Sat, 4 May 2024 00:36:56 +0000 (09:36 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Fri, 10 May 2024 06:00:42 +0000 (15:00 +0900)
commitb7bd96ec1b709f5079fd203b680261dabc0050aa
tree5946037e0ff06724617191a614ee35f51fd1e18a
parent78d0b16127daa26d016c215a089ae330878291f7
selftests/ftrace: Fix required features for VFS type test case

Since the VFS type argument test case uses fprobe events, it must
check the availablity of dynamic_events file and fprobe events syntax
in README. Without this fix, the test fails if CONFIG_FPROBE_EVENTS=n.

Link: https://lore.kernel.org/all/171478301645.110267.464634740467398506.stgit@devnote2/
Fixes: ee97e5e135c6 ("selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
tools/testing/selftests/ftrace/test.d/dynevent/fprobe_args_vfs.tc