[DTrace-devel] [PATCH 1/3] usdt parser: remove left-over debug statement

Eugene Loh eugene.loh at oracle.com
Mon Jun 30 21:38:10 UTC 2025


Reviewed-by: Eugene Loh <eugene.loh at oracle.com> ???

But what is the implication here?  That "git grep dt_dbg_usdt" shows 
nothing more?

On 6/24/25 17:40, Kris Van Hees via DTrace-devel wrote:
> Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
>   libcommon/usdt_parser_notes.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/libcommon/usdt_parser_notes.c b/libcommon/usdt_parser_notes.c
> index 0b0e1a7a..fb57f119 100644
> --- a/libcommon/usdt_parser_notes.c
> +++ b/libcommon/usdt_parser_notes.c
> @@ -287,7 +287,6 @@ strarray_size(uint8_t cnt, const char *str, const char *end, size_t skip)
>   		if (p >= end)
>   			return -1;
>   
> -dt_dbg_usdt("%s: [%s] [%hhd]\n", __func__, p, *(p + strlen(p) + 1));
>   		p += strlen(p) + 1 + skip;
>   	}
>   



More information about the DTrace-devel mailing list