aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-06-26 14:20:00 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-07-17 17:58:57 -0400
commit4f525a528b9e75571c6bedc6202beff1ced24c32 (patch)
tree647eca893176e3c61cf81069918fb9a29ad0025c /include/trace
parent29fd930940193a9a035a75a3847457160d65559a (diff)
rcu: Apply rcu_seq operations to _rcu_barrier()
The rcu_seq operations were open-coded in _rcu_barrier(), so this commit replaces the open-coding with the shiny new rcu_seq operations. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/rcu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/rcu.h b/include/trace/events/rcu.h
index c78e88ce5ea3..ef72c4aada56 100644
--- a/include/trace/events/rcu.h
+++ b/include/trace/events/rcu.h
@@ -661,7 +661,6 @@ TRACE_EVENT(rcu_torture_read,
661 * Tracepoint for _rcu_barrier() execution. The string "s" describes 661 * Tracepoint for _rcu_barrier() execution. The string "s" describes
662 * the _rcu_barrier phase: 662 * the _rcu_barrier phase:
663 * "Begin": _rcu_barrier() started. 663 * "Begin": _rcu_barrier() started.
664 * "Check": _rcu_barrier() checking for piggybacking.
665 * "EarlyExit": _rcu_barrier() piggybacked, thus early exit. 664 * "EarlyExit": _rcu_barrier() piggybacked, thus early exit.
666 * "Inc1": _rcu_barrier() piggyback check counter incremented. 665 * "Inc1": _rcu_barrier() piggyback check counter incremented.
667 * "OfflineNoCB": _rcu_barrier() found callback on never-online CPU 666 * "OfflineNoCB": _rcu_barrier() found callback on never-online CPU