Add missing eprobe config option and documentation which should have both been added back in 5.15. 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 | 13 ++ kernel/trace/Makefile | 2 +- 4 files changed, 284 insertions(+), 1 deletion(-) create mode 100644 Documentation/trace/eprobetrace.rst