On Fri, 15 May 2026 09:59:03 -0400, Vineeth Pillai (Google) wrote:
> Replace trace_foo() with the new trace_call__foo() at sites already
> guarded by trace_foo_enabled(), avoiding a redundant
> static_branch_unlikely() re-evaluation inside the tracepoint.
> trace_call__foo() calls the tracepoint callbacks directly without
> utilizing the static branch again.
>
> Original v2 series:
> https://lore.kernel.org/linux-trace-kernel/[email protected]/
>
> [...]
Applied, thanks!
[01/11] io_uring: Use trace_call__##name() at guarded tracepoint call sites
commit: cf9a29544a01ff818c7f0a01716dc5e48f8ad7b5
Best regards,
--
Jens Axboe