]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Put names into TINY_RCU structures under RCU_TRACE
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 21 Jun 2011 07:13:44 +0000 (00:13 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 10 Aug 2011 02:28:31 +0000 (19:28 -0700)
commit39e63308c276604c378c6a006c11d61692676dcf
tree72dabc2ff958a3b062fff9257197a56fb48898e1
parent41d1c02c52924ed81e18991d4853fb74b8ca7209
rcu: Put names into TINY_RCU structures under RCU_TRACE

In order to allow event tracing to distinguish between flavors of
RCU, we need those names in the relevant RCU data structures.  TINY_RCU
has avoided them for memory-footprint reasons, so add them only if
CONFIG_RCU_TRACE=y.

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