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

Kris Van Hees kris.van.hees at oracle.com
Thu Jul 18 20:03:14 UTC 2024


On Thu, Jun 27, 2024 at 01:34:32AM -0400, eugene.loh at oracle.com wrote:
> 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>

Reviewed-by: Kris Van Hees <kris.van.hees 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