[PATCH v2 0/2] tracing: Documentation: Add missing config and document for eprobes

Steven Rostedt posted 2 patches 2 months, 1 week ago
There is a newer version of this series
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
[PATCH v2 0/2] tracing: Documentation: Add missing config and document for eprobes
Posted by Steven Rostedt 2 months, 1 week ago
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