diff options
author | Paul E. McKenney <paul.mckenney@linaro.org> | 2012-01-06 18:10:44 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-02-21 12:03:26 -0500 |
commit | 5c8806a037ad4f53259146060b32600566475e29 (patch) | |
tree | 72537f97d6af9e826f3872b20872b575eebb099a /lib/Kconfig.debug | |
parent | 486e259340fc4c60474f2c14703e3b3634bb58ca (diff) |
rcu: Move RCU_TRACE to lib/Kconfig.debug
The RCU_TRACE kernel parameter has always been intended for debugging,
not for production use. Formalize this by moving RCU_TRACE from
init/Kconfig to lib/Kconfig.debug.
Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8745ac7d1f75..3cc419d05f2f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -927,6 +927,16 @@ config RCU_CPU_STALL_VERBOSE | |||
927 | 927 | ||
928 | Say Y if you want to enable such checks. | 928 | Say Y if you want to enable such checks. |
929 | 929 | ||
930 | config RCU_TRACE | ||
931 | bool "Enable tracing for RCU" | ||
932 | depends on DEBUG_KERNEL | ||
933 | help | ||
934 | This option provides tracing in RCU which presents stats | ||
935 | in debugfs for debugging RCU implementation. | ||
936 | |||
937 | Say Y here if you want to enable RCU tracing | ||
938 | Say N if you are unsure. | ||
939 | |||
930 | config KPROBES_SANITY_TEST | 940 | config KPROBES_SANITY_TEST |
931 | bool "Kprobes sanity tests" | 941 | bool "Kprobes sanity tests" |
932 | depends on DEBUG_KERNEL | 942 | depends on DEBUG_KERNEL |