]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Add RCU type to callback-invocation tracing
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 21 Jun 2011 08:14:54 +0000 (01:14 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 10 Aug 2011 02:28:31 +0000 (19:28 -0700)
commit7772276a5dd1d708ad9f542dfd86574eba27e5fa
tree299d2e051bed43d9fd1dfc6a962cfd2a10f13d38
parent39e63308c276604c378c6a006c11d61692676dcf
rcu: Add RCU type to callback-invocation tracing

Add a string the the rcu_batch_start() and rcu_batch_end() trace
messages that indicates the RCU type ("rcu_sched", "rcu_bh", or
"rcu_preempt").  The trace messages for the actual invocations
themselves are not marked, as it should be clear from the
rcu_batch_start() and rcu_batch_end() events before and after.

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