From: Kris Van Hees <kris.van.hees@oracle.com>
To: eugene.loh@oracle.com
Cc: dtrace@lists.linux.dev, dtrace-devel@oss.oracle.com
Subject: Re: [PATCH] Fix a minor comment in the fbt provider
Date: Thu, 15 Jan 2026 17:52:53 -0500 [thread overview]
Message-ID: <aWlvxVuprdL9QUFe@oracle.com> (raw)
In-Reply-To: <20260115222314.7290-1-eugene.loh@oracle.com>
On Thu, Jan 15, 2026 at 05:23:14PM -0500, eugene.loh@oracle.com wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@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
>
prev parent reply other threads:[~2026-01-15 22:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-15 22:23 [PATCH] Fix a minor comment in the fbt provider eugene.loh
2026-01-15 22:52 ` Kris Van Hees [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aWlvxVuprdL9QUFe@oracle.com \
--to=kris.van.hees@oracle.com \
--cc=dtrace-devel@oss.oracle.com \
--cc=dtrace@lists.linux.dev \
--cc=eugene.loh@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox