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

Masami Hiramatsu (Google) posted 2 patches 9 months, 1 week ago
There is a newer version of this series
kernel/trace/trace.c        |  133 +++++++++++++++++++++++++++++++++++++++++--
kernel/trace/trace.h        |    3 +
kernel/trace/trace_output.c |    4 +
3 files changed, 132 insertions(+), 8 deletions(-)
[PATCH v4 0/2] tracing: Show last boot module symbols
Posted by Masami Hiramatsu (Google) 9 months, 1 week ago
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>