From: Paul E. McKenney Date: Tue, 20 Aug 2019 23:55:21 +0000 (-0700) Subject: rcu: Remove obsolete descriptions for rcu_barrier tracepoint X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7eb54685c63cc9185a48d0d9c1ad25a34d4e1da0;p=linux.git rcu: Remove obsolete descriptions for rcu_barrier tracepoint Signed-off-by: Paul E. McKenney --- diff --git a/include/trace/events/rcu.h b/include/trace/events/rcu.h index 694bd040cf51a..afa898532ab89 100644 --- a/include/trace/events/rcu.h +++ b/include/trace/events/rcu.h @@ -713,8 +713,6 @@ TRACE_EVENT_RCU(rcu_torture_read, * "Begin": rcu_barrier() started. * "EarlyExit": rcu_barrier() piggybacked, thus early exit. * "Inc1": rcu_barrier() piggyback check counter incremented. - * "OfflineNoCB": rcu_barrier() found callback on never-online CPU - * "OnlineNoCB": rcu_barrier() found online no-CBs CPU. * "OnlineQ": rcu_barrier() found online CPU with callbacks. * "OnlineNQ": rcu_barrier() found online CPU, no callbacks. * "IRQ": An rcu_barrier_callback() callback posted on remote CPU.