]> Gentwo Git Trees - linux/.git/commit
tracing: Have function graph tracer option funcgraph-irqs be per instance
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 14 Nov 2025 19:22:30 +0000 (14:22 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 14 Nov 2025 19:30:54 +0000 (14:30 -0500)
commit6479325eca0148d417a82f0edcb37b58c4c0cf0a
tree2d2201084eefab76eb6b997d6d558e77e60fe686
parent97e047f44d347a4f4033c0b62f77a15a9deaf750
tracing: Have function graph tracer option funcgraph-irqs be per instance

Currently the option to trace interrupts in the function graph tracer is
global when the interface is per-instance. Changing the value in one
instance will affect the results of another instance that is also running
the function graph tracer. This can lead to confusing results.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: https://patch.msgid.link/20251114192318.613867934@kernel.org
Fixes: c132be2c4fcc1 ("function_graph: Have the instances use their own ftrace_ops for filtering")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_functions_graph.c