rcu: Deconfuse dynticks entry-exit tracing
authorPaul E. McKenney <paul.mckenney@linaro.org>
Mon, 31 Oct 2011 22:01:54 +0000 (15:01 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:31:42 +0000 (10:31 -0800)
commit4145fa7fbee3ec1e61c52825b146192885d9759f
tree58e0767a59bf110acb99da3fb5c1f0f0b5170be8
parent9ceae0e248fb553c702d51d5275167d462f4efd2
rcu: Deconfuse dynticks entry-exit tracing

The trace_rcu_dyntick() trace event did not print both the old and
the new value of the nesting level, and furthermore printed only
the low-order 32 bits of it.  This could result in some confusion
when interpreting trace-event dumps, so this commit prints both
the old and the new value, prints the full 64 bits, and also selects
the process-entry/exit increment to print nicely in hexadecimal.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/trace/events/rcu.h
kernel/rcu.h
kernel/rcutiny.c
kernel/rcutree.c