On Fri, 15 May 2026 08:09:25 -0700 srinivas pandruvada <[email protected]> wrote:
> On Fri, 2026-05-15 at 09:59 -0400, Vineeth Pillai (Google) wrote: > > From: Vineeth Pillai <[email protected]> > > > > 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]/ > > > > Parts of the original v2 series have already been merged in mainline. > > This patch is being reposted as a follow-up cleanup for the remaining > > unmerged pieces. > > > > Suggested-by: Steven Rostedt <[email protected]> > > Suggested-by: Peter Zijlstra <[email protected]> > > Signed-off-by: Vineeth Pillai (Google) <[email protected]> > > Assisted-by: Claude:claude-sonnet-4-6 > > Acked-by: Srinivas Pandruvada <[email protected]> > Thanks, I'll take this through my tree. -- Steve
