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

From: Masami Hiramatsu (Google)
Date: Thu Mar 13 2025 - 12:28:34 EST


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@xxxxxxxxxx>