Linux Trace Kernel
 help / color / mirror / Atom feed
* [PATCH v6 0/1] tracing: Show last boot module symbols
@ 2025-03-24 14:34 Masami Hiramatsu (Google)
  2025-03-24 14:34 ` [PATCH v6 1/1] tracing: Show last module text symbols in the stacktrace Masami Hiramatsu (Google)
  0 siblings, 1 reply; 4+ messages in thread
From: Masami Hiramatsu (Google) @ 2025-03-24 14:34 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: Masami Hiramatsu, Mathieu Desnoyers, linux-kernel,
	linux-trace-kernel

Hi,

Here is v6 of showing last boot module symbols. The previous series
is here[1]. This version is rebased on linux-trace/for-next,
protects module_delta by RCU, and remove one #ifdef by adding
a nop make_mod_delta() for CONFIG_MODULES=n.

[1] https://lore.kernel.org/all/174230514441.2909896.16487286892751735867.stgit@mhiramat.tok.corp.google.com/

Thanks,


---

Masami Hiramatsu (Google) (1):
      tracing: Show last module text symbols in the stacktrace


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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-25 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 14:34 [PATCH v6 0/1] tracing: Show last boot module symbols Masami Hiramatsu (Google)
2025-03-24 14:34 ` [PATCH v6 1/1] tracing: Show last module text symbols in the stacktrace Masami Hiramatsu (Google)
2025-03-25 19:49   ` Steven Rostedt
2025-03-25 22:10     ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox