[PATCH v2 0/3] tracing/probes: Support tracepoint events on modules
From: Masami Hiramatsu (Google)
Date: Sat Jun 01 2024 - 04:22:42 EST
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@xxxxxxxxxx>