[DTrace-devel] [PATCH] Fix a minor comment in the fbt provider
Kris Van Hees
kris.van.hees at oracle.com
Thu Jan 15 22:52:53 UTC 2026
On Thu, Jan 15, 2026 at 05:23:14PM -0500, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
>
> ---
> 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
>
More information about the DTrace-devel
mailing list