[PATCH 0/4] tracing: Have function tracing and events handle module addresses

Steven Rostedt posted 4 patches 11 months, 1 week ago
Only 3 patches received!
There is a newer version of this series
kernel/trace/trace.c        |  5 ++++-
kernel/trace/trace_output.c | 46 +++++++++++++++++++++++++++++----------------
2 files changed, 34 insertions(+), 17 deletions(-)
[PATCH 0/4] tracing: Have function tracing and events handle module addresses
Posted by Steven Rostedt 11 months, 1 week ago
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(-)