]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fgraph: Simplify return address printing in function graph tracer
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Thu, 10 Oct 2024 14:59:09 +0000 (23:59 +0900)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 10 Oct 2024 18:06:26 +0000 (14:06 -0400)
commit0a6c61bc9c636e9a32d9f5a4d6d3b031d08763ab
treeedbc4d0a9bf7b9bd348533f20d7f03f0fda38ba5
parent474ec3e849686a02d00c5bd7a80c3042505b66bb
fgraph: Simplify return address printing in function graph tracer

Simplify return address printing in the function graph tracer by removing
fgraph_extras. Since this feature is only used by the function graph
tracer and the feature flags can directly accessible from the function
graph tracer, fgraph_extras can be removed from the fgraph callback.

Cc: Donglin Peng <dolinux.peng@gmail.com>
Link: https://lore.kernel.org/172857234900.270774.15378354017601069781.stgit@devnote2
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
include/linux/ftrace.h
kernel/trace/fgraph.c
kernel/trace/ftrace.c
kernel/trace/trace.h
kernel/trace/trace_functions_graph.c
kernel/trace/trace_irqsoff.c
kernel/trace/trace_sched_wakeup.c
kernel/trace/trace_selftest.c