[PATCH] Fix a minor comment in the fbt provider
[email protected] Thu, 15 Jan 2026 17:23:14 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
From: Eugene Loh <[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