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>
Thu, 29 Sep 2011 04:38:14 +0000 (21:38 -0700)
commite99033c5c160f1f247c665923a66acec693a967c
treec5b0863ad4b673134070872a159055237186f0fe
parent300df91ca9358f7f09298eec9503c12b32054ef7
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
This page took 0.030578 seconds and 5 git commands to generate.