Re: [PATCH] rcu: Only trace when cbs are accelerated

2021-01-11 Thread Steven Rostedt
On Mon, 11 Jan 2021 17:15:01 +0530 Neeraj Upadhyay wrote: > Fix rcu_accelerate_cbs() traces to only trace when cbs are > accelerated in current call. The body of the commit should explain "why" not "what". Why not trace the cbs when not accelerated in the current call? -- Steve > > Signed-of

[PATCH] rcu: Only trace when cbs are accelerated

2021-01-11 Thread Neeraj Upadhyay
Fix rcu_accelerate_cbs() traces to only trace when cbs are accelerated in current call. Signed-off-by: Neeraj Upadhyay --- kernel/rcu/tree.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 804e543..338b817 100644 --- a/kernel/r