On Fri, 15 Mar 2019 12:11:30 +0100 Sebastian Andrzej Siewior <bige...@linutronix.de> wrote:
> +static void rcu_cpu_kthread_park(unsigned int cpu) > +{ Should we add one of the trace_rcu_.. trace events here? -- Steve > + per_cpu(rcu_cpu_kthread_status, cpu) = RCU_KTHREAD_OFFCPU; > +} > +