[DTrace-devel] [PATCH 15/38] Remove orphaned dtrace_hdl_t component dt_prov_usdt

eugene.loh at oracle.com eugene.loh at oracle.com
Thu Jun 27 05:34:32 UTC 2024


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

This component was introduced by commit 95ac5e2496d1
("usdt: DTrace userspace side").

Its use was removed by commit e71a20d8
("dt_pid, dtprobed: move uprobe creation to dtrace"),
but it was left in dt_impl.h.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 libdtrace/dt_impl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libdtrace/dt_impl.h b/libdtrace/dt_impl.h
index 3d3f58d5..d15c238c 100644
--- a/libdtrace/dt_impl.h
+++ b/libdtrace/dt_impl.h
@@ -349,7 +349,6 @@ struct dtrace_hdl {
 
 	dt_htab_t *dt_provs;	/* hash table of dt_provider_t's */
 	const struct dt_provider *dt_prov_pid; /* PID provider */
-	const struct dt_provider *dt_prov_usdt; /* USDT provider */
 	int dt_proc_signal;	/* signal used to interrupt monitoring threads */
 	struct sigaction dt_proc_oact;
 	dt_proc_hash_t *dt_procs; /* hash table of grabbed process handles */
-- 
2.18.4




More information about the DTrace-devel mailing list