[DTrace-devel] [PATCH 1/2] Fix comments in rawtp provider
eugene.loh at oracle.com
eugene.loh at oracle.com
Mon Dec 8 05:41:13 UTC 2025
From: Eugene Loh <eugene.loh at oracle.com>
Signed-off-by: Eugene Loh <eugene.loh at 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
More information about the DTrace-devel
mailing list