[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251114192229.829042264@kernel.org>
Date: Fri, 14 Nov 2025 14:22:29 -0500
From: Steven Rostedt <rostedt@...nel.org>
To: linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/4] tracing: Make more function graph tracer options per-instance
Convert the function graph tracer options sleep-time and funcgraph-irqs
into per instance options (as they currently are not consistent in
affecting all instances).
Also make graph-time a top level option only, as it only affects the
function profiler and not the function graph tracer itself.
Clean up the function graph tracer set_flags() to use a switch instead
of a bunch of if statements.
Steven Rostedt (4):
tracing: Have function graph tracer option funcgraph-irqs be per instance
tracing: Move graph-time out of function graph options
tracing: Have function graph tracer option sleep-time be per instance
tracing: Convert function graph set_flags() to use a switch() statement
----
kernel/trace/fgraph.c | 10 +--
kernel/trace/ftrace.c | 4 +-
kernel/trace/trace.c | 14 +++--
kernel/trace/trace.h | 18 ++++--
kernel/trace/trace_functions_graph.c | 115 ++++++++++++++++++++++++++---------
5 files changed, 115 insertions(+), 46 deletions(-)
Powered by blists - more mailing lists