linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] tracing: Documentation: Add missing config and document for eprobes
@ 2025-07-30 14:07 Steven Rostedt
  2025-07-30 14:07 ` [PATCH v3 1/2] tracing: Have eprobes have their own config option Steven Rostedt
  2025-07-30 14:07 ` [PATCH v3 2/2] Documentation: tracing: Add documentation about eprobes Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2025-07-30 14:07 UTC (permalink / raw)
  To: linux-kernel, linux-trace-kernel, linux-doc
  Cc: Masami Hiramatsu, Mark Rutland, Mathieu Desnoyers, Andrew Morton,
	Namhyung Kim, Jonathan Corbet, Randy Dunlap

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-30 14:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 14:07 [PATCH v3 0/2] tracing: Documentation: Add missing config and document for eprobes Steven Rostedt
2025-07-30 14:07 ` [PATCH v3 1/2] tracing: Have eprobes have their own config option Steven Rostedt
2025-07-30 14:07 ` [PATCH v3 2/2] Documentation: tracing: Add documentation about eprobes Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).