All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix comments in rawtp provider
@ 2025-12-08  5:41 eugene.loh
  2025-12-08  5:41 ` [PATCH 2/2] doc: Update the sdt provider documentation eugene.loh
  2025-12-19  6:11 ` [DTrace-devel] [PATCH 1/2] Fix comments in rawtp provider Kris Van Hees
  0 siblings, 2 replies; 3+ messages in thread
From: eugene.loh @ 2025-12-08  5:41 UTC (permalink / raw)
  To: dtrace, dtrace-devel

From: Eugene Loh <eugene.loh@oracle.com>

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 libdtrace/dt_prov_rawtp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libdtrace/dt_prov_rawtp.c b/libdtrace/dt_prov_rawtp.c
index a36bb51f4..709f7040f 100644
--- a/libdtrace/dt_prov_rawtp.c
+++ b/libdtrace/dt_prov_rawtp.c
@@ -118,9 +118,9 @@ static int populate(dtrace_hdl_t *dtp)
 }
 
 /*
- * Generate a BPF trampoline for a SDT probe.
+ * Generate a BPF trampoline for a rawtp probe.
  *
- * The trampoline function is called when a SDT probe triggers, and it must
+ * The trampoline function is called when a rawtp probe triggers, and it must
  * satisfy the following prototype:
  *
  *	int dt_rawtp(void *data)
-- 
2.47.3


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

end of thread, other threads:[~2025-12-19  6:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08  5:41 [PATCH 1/2] Fix comments in rawtp provider eugene.loh
2025-12-08  5:41 ` [PATCH 2/2] doc: Update the sdt provider documentation eugene.loh
2025-12-19  6:11 ` [DTrace-devel] [PATCH 1/2] Fix comments in rawtp provider Kris Van Hees

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.