Skip to content

Commit 7cc0fff

Browse files
committed
rcu: Update descriptions for rcu_future_grace_period tracepoint
Signed-off-by: Paul E. McKenney <[email protected]>
1 parent d01f862 commit 7cc0fff

File tree

1 file changed

+5
-5
lines changed
  • include/trace/events

1 file changed

+5
-5
lines changed

include/trace/events/rcu.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,16 @@ TRACE_EVENT_RCU(rcu_grace_period,
9393
* the data from the rcu_node structure, other than rcuname, which comes
9494
* from the rcu_state structure, and event, which is one of the following:
9595
*
96-
* "Startleaf": Request a grace period based on leaf-node data.
96+
* "Cleanup": Clean up rcu_node structure after previous GP.
97+
* "CleanupMore": Clean up, and another GP is needed.
98+
* "EndWait": Complete wait.
99+
* "NoGPkthread": The RCU grace-period kthread has not yet started.
97100
* "Prestarted": Someone beat us to the request
98101
* "Startedleaf": Leaf node marked for future GP.
99102
* "Startedleafroot": All nodes from leaf to root marked for future GP.
100103
* "Startedroot": Requested a nocb grace period based on root-node data.
101-
* "NoGPkthread": The RCU grace-period kthread has not yet started.
104+
* "Startleaf": Request a grace period based on leaf-node data.
102105
* "StartWait": Start waiting for the requested grace period.
103-
* "EndWait": Complete wait.
104-
* "Cleanup": Clean up rcu_node structure after previous GP.
105-
* "CleanupMore": Clean up, and another GP is needed.
106106
*/
107107
TRACE_EVENT_RCU(rcu_future_grace_period,
108108

0 commit comments

Comments
 (0)