Skip to content

Commit

Permalink
rcu: Update trace_rcu_dyntick() header comment
Browse files Browse the repository at this point in the history
This commit updates the trace_rcu_dyntick() header comment to reflect
events added by commit 4b4f421.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Dec 11, 2011
1 parent 182dd4b commit 045fb93
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions include/trace/events/rcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,16 @@ TRACE_EVENT(rcu_fqs,

/*
* Tracepoint for dyntick-idle entry/exit events. These take a string
* as argument: "Start" for entering dyntick-idle mode and "End" for
* leaving it.
* as argument: "Start" for entering dyntick-idle mode, "End" for
* leaving it, "--=" for events moving towards idle, and "++=" for events
* moving away from idle. "Error on entry: not idle task" and "Error on
* exit: not idle task" indicate that a non-idle task is erroneously
* toying with the idle loop.
*
* These events also take a pair of numbers, which indicate the nesting
* depth before and after the event of interest. Note that task-related
* events use the upper bits of each number, while interrupt-related
* events use the lower bits.
*/
TRACE_EVENT(rcu_dyntick,

Expand Down

0 comments on commit 045fb93

Please sign in to comment.