aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 8745ac7d1f75..d27a2aa3e815 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -927,6 +927,30 @@ 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
930config RCU_CPU_STALL_INFO
931 bool "Print additional diagnostics on RCU CPU stall"
932 depends on (TREE_RCU || TREE_PREEMPT_RCU) && DEBUG_KERNEL
933 default n
934 help
935 For each stalled CPU that is aware of the current RCU grace
936 period, print out additional per-CPU diagnostic information
937 regarding scheduling-clock ticks, idle state, and,
938 for RCU_FAST_NO_HZ kernels, idle-entry state.
939
940 Say N if you are unsure.
941
942 Say Y if you want to enable such diagnostics.
943
944config RCU_TRACE
945 bool "Enable tracing for RCU"
946 depends on DEBUG_KERNEL
947 help
948 This option provides tracing in RCU which presents stats
949 in debugfs for debugging RCU implementation.
950
951 Say Y here if you want to enable RCU tracing
952 Say N if you are unsure.
953
930config KPROBES_SANITY_TEST 954config KPROBES_SANITY_TEST
931 bool "Kprobes sanity tests" 955 bool "Kprobes sanity tests"
932 depends on DEBUG_KERNEL 956 depends on DEBUG_KERNEL