mbox series

[v2,0/3] tracing/probes: Support tracepoint events on modules

Message ID 171723014778.258703.6731294779199848686.stgit@devnote2 (mailing list archive)
Headers show
Series tracing/probes: Support tracepoint events on modules | expand

Message

Masami Hiramatsu (Google) June 1, 2024, 8:22 a.m. UTC
Hi,

This series implements the tracepoint events on modules.
This version separates a patch for tracepoint subsystem from
fprobe-event patch, and adds a selftests for tracepoint
events on modules.

Thank you,

---

Masami Hiramatsu (Google) (3):
      tracepoint: Support iterating over tracepoints on modules
      tracing/fprobe: Support raw tracepoint events on modules
      sefltests/tracing: Add a test for tracepoint events on modules


 include/linux/tracepoint.h                         |    7 +++
 kernel/trace/trace_fprobe.c                        |   46 +++++++++++++++++---
 kernel/tracepoint.c                                |   16 +++++++
 tools/testing/selftests/ftrace/config              |    1 
 .../test.d/dynevent/add_remove_tprobe_module.tc    |   34 +++++++++++++++
 5 files changed, 96 insertions(+), 8 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/test.d/dynevent/add_remove_tprobe_module.tc

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