Re: [PATCH] Fix a minor comment in the fbt provider

Kris Van Hees <[email protected]> Thu, 15 Jan 2026 17:52:53 -0500
Newsgroups dev.linux.lists.dtrace
Message-ID <[email protected]>
On Thu, Jan 15, 2026 at 05:23:14PM -0500, [email protected] wrote:
> From: Eugene Loh <[email protected]>

Reviewed-by: Kris Van Hees <[email protected]>

> 
> ---
>  libdtrace/dt_prov_fbt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdtrace/dt_prov_fbt.c b/libdtrace/dt_prov_fbt.c
> index 0ba209882..7f4a4aed5 100644
> --- a/libdtrace/dt_prov_fbt.c
> +++ b/libdtrace/dt_prov_fbt.c
> @@ -228,7 +228,7 @@ static int provide(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp)
>  		if (!dt_symbol_traceable(sym))
>  			continue;
>  
> -		/* Function name cannot be synthetic and must match. */
> +		/* Function name cannot be synthetic (unless rawfbt) and must match. */
>  		fun = dt_symbol_name(sym);
>  		if ((!rawfbt && strchr(fun, '.')) || !dt_gmatch(fun, pdp->fun))
>  			continue;
> -- 
> 2.47.3
>