From: Paul E. McKenney Date: Mon, 31 Oct 2011 22:01:54 +0000 (-0700) Subject: rcu: Deconfuse dynticks entry-exit tracing X-Git-Tag: v3.3-rc1~193^2^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4145fa7fbee3ec1e61c52825b146192885d9759f;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed