mbox series

[v4,0/2] tracing: Show last boot module symbols

Message ID 174188320269.3845006.11920186078507571954.stgit@mhiramat.tok.corp.google.com (mailing list archive)
Headers show
Series tracing: Show last boot module symbols | expand

Message

Masami Hiramatsu (Google) March 13, 2025, 4:26 p.m. UTC
Hi,

I updated the v3 patch[1] of showing last boot module symbols, and
found a compilation error with !CONFIG_MODULES, so this series adds
the fix patch.

[1] https://lore.kernel.org/all/174161444691.1063601.16690699136628689205.stgit@devnote2/


---

Masami Hiramatsu (Google) (2):
      tracing: Fix a compilation error without CONFIG_MODULES
      tracing: Show last module text symbols in the stacktrace


 kernel/trace/trace.c        |  133 +++++++++++++++++++++++++++++++++++++++++--
 kernel/trace/trace.h        |    3 +
 kernel/trace/trace_output.c |    4 +
 3 files changed, 132 insertions(+), 8 deletions(-)

--
Masami Hiramatsu (Google) <mhiramat@kernel.org>