[PATCH 0/4] tracing: Have function tracing and events handle module addresses
From: Steven Rostedt
Date: Tue Mar 04 2025 - 18:15:36 EST
This is based on top of Masami's patch:
https://lore.kernel.org/linux-trace-kernel/173886114516.496116.8314066678313037503.stgit@devnote2/
As it requires the function trace_adjust_address() for both kernel text
and modules.
This updates the function tracer as well as the pointers used in events
to be updated via the trace_adjust_address() function.
Steven Rostedt (4):
tracing: Update function trace addresses with module addresses
tracing: Show function names when possible when listing fields
tracing: Only return an adjusted address if it matches the kernel address
tracing: Adjust addresses for printing out fields
----
kernel/trace/trace.c | 5 ++++-
kernel/trace/trace_output.c | 46 +++++++++++++++++++++++++++++----------------
2 files changed, 34 insertions(+), 17 deletions(-)