Add missing eprobe config option and documentation which should have both been
added back in 5.15.
Changes since v2: https://lore.kernel.org/linux-trace-kernel/20250729161816.678462962@kernel.org/
- Added Kconfig dependency on HAVE_REGS_AND_STACK_ACCESS_API (Masami Hiramatsu)
- Put back s/;/,/ (Randy Dunlap)
Steven Rostedt (2):
tracing: Have eprobes have their own config option
Documentation: tracing: Add documentation about eprobes
----
Documentation/trace/eprobetrace.rst | 269 ++++++++++++++++++++++++++++++++++++
Documentation/trace/index.rst | 1 +
kernel/trace/Kconfig | 14 ++
kernel/trace/Makefile | 2 +-
4 files changed, 285 insertions(+), 1 deletion(-)
create mode 100644 Documentation/trace/eprobetrace.rst