]> Gentwo Git Trees - linux/.git/commit
tracing: Move graph-time out of function graph options
authorSteven Rostedt <rostedt@goodmis.org>
Fri, 14 Nov 2025 19:22:31 +0000 (14:22 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 14 Nov 2025 19:30:55 +0000 (14:30 -0500)
commit4132886e1b74d031a1de8f0e9bac44056cf57304
treeb013c5a0e7d16d87f5f7fdfc9a78d4497aebecdb
parent6479325eca0148d417a82f0edcb37b58c4c0cf0a
tracing: Move graph-time out of function graph options

The option "graph-time" affects the function profiler when it is using the
function graph infrastructure. It has nothing to do with the function
graph tracer itself. The option only affects the global function profiler
and does nothing to the function graph tracer.

Move it out of the function graph tracer options and make it a global
option that is only available at the top level instance.

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.781711154@kernel.org
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_functions_graph.c