Re: [PATCH v2] tracing: Remove definition of trace_*_rcuidle()
From: Peter Zijlstra
Date: Fri Oct 04 2024 - 05:59:37 EST
On Thu, Oct 03, 2024 at 06:16:29PM -0400, Steven Rostedt wrote:
> From: Steven Rostedt <rostedt@xxxxxxxxxxx>
>
> The trace_*_rcuidle() variant of a tracepoint was to handle places where a
> tracepoint was located but RCU was not "watching". All those locations
> have been removed, and RCU should be watching where all tracepoints are
> located. We can now remove the trace_*_rcuidle() variant.
>
> Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
> ---
W00t
Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>