selftests/ftrace: Fix dependencies for some of the synthetic event tests
authorNaveen N Rao <naveen@kernel.org>
Wed, 14 Jun 2023 09:10:46 +0000 (14:40 +0530)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sat, 9 Sep 2023 03:13:03 +0000 (23:13 -0400)
commit145036f88d693d7ef3aa8537a4b1aa22f8764647
treecb12fb126de63a149d8d2251630e9c6bb6b407d0
parent6fdac58c560e4d164eb8161987bee045147cabe4
selftests/ftrace: Fix dependencies for some of the synthetic event tests

Commit b81a3a100cca1b ("tracing/histogram: Add simple tests for
stacktrace usage of synthetic events") changed the output text in
tracefs README, but missed updating some of the dependencies specified
in selftests. This causes some of the tests to exit as unsupported.

Fix this by changing the grep pattern. Since we want these tests to work
on older kernels, match only against the common last part of the
pattern.

Link: https://lore.kernel.org/linux-trace-kernel/20230614091046.2178539-1-naveen@kernel.org
Cc: <linux-kselftest@vger.kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Fixes: b81a3a100cca ("tracing/histogram: Add simple tests for stacktrace usage of synthetic events")
Signed-off-by: Naveen N Rao <naveen@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic-event-dynstring.tc
tools/testing/selftests/ftrace/test.d/trigger/inter-event/trigger-synthetic_event_syntax_errors.tc