[DTrace-devel] [PATCH 08/22] dtprobed: Fix comment typo

Kris Van Hees kris.van.hees at oracle.com
Sat Sep 14 15:41:02 UTC 2024


On Thu, Aug 29, 2024 at 01:22:05AM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

> ---
>  dtprobed/dof_stash.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dtprobed/dof_stash.c b/dtprobed/dof_stash.c
> index 625572d5..0e639076 100644
> --- a/dtprobed/dof_stash.c
> +++ b/dtprobed/dof_stash.c
> @@ -64,7 +64,7 @@
>   *
>   * /run/dtrace/probes/: Per-probe info, written by dtprobed, read by DTrace.
>   *
> - *    .../$pid/$prv$pid/$mod/$fun/$prb: Hardlink from $prv$pid:$mod:$fun:$prb
> + *    .../$pid/$prv$pid/$mod/$fun/$prb: Hardlink from $prv:$mod:$fun:$prb
>   *    above; parsed representation of one probe in a given process. Removed by
>   *    dtprobed when the process dies, or if all mappings containing the probe
>   *    are unmmapped.  Used by DTrace for tracing by PID.
> -- 
> 2.43.5
> 



More information about the DTrace-devel mailing list