Re: [PATCH RFC 3/8] rcu: Add back the cpuend tracepoint

2018-05-14 Thread Joel Fernandes
On Mon, May 14, 2018 at 11:12:27AM -0700, Paul E. McKenney wrote: > On Sun, May 13, 2018 at 08:15:36PM -0700, Joel Fernandes (Google) wrote: > > Commit be4b8beed87d ("rcu: Move RCU's grace-period-change code to ->gp_seq") > > removed the cpuend grace period trace point. This patch adds it back. > >

Re: [PATCH RFC 3/8] rcu: Add back the cpuend tracepoint

2018-05-14 Thread Paul E. McKenney
On Sun, May 13, 2018 at 08:15:36PM -0700, Joel Fernandes (Google) wrote: > Commit be4b8beed87d ("rcu: Move RCU's grace-period-change code to ->gp_seq") > removed the cpuend grace period trace point. This patch adds it back. > > Signed-off-by: Joel Fernandes (Google) Good catch!!! I queued this

[PATCH RFC 3/8] rcu: Add back the cpuend tracepoint

2018-05-13 Thread Joel Fernandes (Google)
Commit be4b8beed87d ("rcu: Move RCU's grace-period-change code to ->gp_seq") removed the cpuend grace period trace point. This patch adds it back. Signed-off-by: Joel Fernandes (Google) --- kernel/rcu/tree.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/rcu/tre