diff options
Diffstat (limited to 'kernel/Kconfig.preempt')
-rw-r--r-- | kernel/Kconfig.preempt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index c64ce9c14207..61fa116efcde 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt | |||
@@ -63,3 +63,13 @@ config PREEMPT_BKL | |||
63 | Say Y here if you are building a kernel for a desktop system. | 63 | Say Y here if you are building a kernel for a desktop system. |
64 | Say N if you are unsure. | 64 | Say N if you are unsure. |
65 | 65 | ||
66 | config RCU_TRACE | ||
67 | bool "Enable tracing for RCU - currently stats in debugfs" | ||
68 | select DEBUG_FS | ||
69 | default y | ||
70 | help | ||
71 | This option provides tracing in RCU which presents stats | ||
72 | in debugfs for debugging RCU implementation. | ||
73 | |||
74 | Say Y here if you want to enable RCU tracing | ||
75 | Say N if you are unsure. | ||