File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,16 @@ TRACE_EVENT_RCU(rcu_grace_period,
93
93
* the data from the rcu_node structure, other than rcuname, which comes
94
94
* from the rcu_state structure, and event, which is one of the following:
95
95
*
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.
97
100
* "Prestarted": Someone beat us to the request
98
101
* "Startedleaf": Leaf node marked for future GP.
99
102
* "Startedleafroot": All nodes from leaf to root marked for future GP.
100
103
* "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 .
102
105
* "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.
106
106
*/
107
107
TRACE_EVENT_RCU (rcu_future_grace_period ,
108
108
You can’t perform that action at this time.
0 commit comments