Skip to content

selftests/ftrace: Stop tracing while reading the trace file by default

Jerome Marchand requested to merge jeromemarchand/centos-stream-9:bz2138363 into main

Bugzilla: https://bugzilla.redhat.com/2138363

commit 25b95138728028dd0f576d9f252bc8f0b6c609fa Author: Masami Hiramatsu mhiramat@kernel.org Date: Wed Oct 27 08:22:11 2021 +0900

selftests/ftrace: Stop tracing while reading the trace file by default

Stop tracing while reading the trace file by default, to prevent
the test results while checking it and to avoid taking a long time
to check the result.
If there is any testcase which wants to test the tracing while reading
the trace file, please override this setting inside the test case.

This also recovers the pause-on-trace when clean it up.

Link: https://lkml.kernel.org/r/163529053143.690749.15365238954175942026.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

Signed-off-by: Jerome Marchand jmarchan@redhat.com

Edited by Jerome Marchand

Merge request reports