3 source "lib/Kconfig.debug"
5 config DEBUG_STACK_USAGE
6 bool "Enable stack utilization instrumentation"
7 depends on DEBUG_KERNEL
9 Enables the display of the minimum amount of free stack which each
10 task has ever had available in the sysrq-T and sysrq-P debug output.
12 This option will slow down process creation somewhat.
16 depends on DEBUG_KERNEL
18 Kprobes allows you to trap at almost any kernel address and
19 execute a callback function. register_kprobe() establishes
20 a probepoint and specifies the callback. Kprobes is useful
21 for kernel debugging, non-intrusive instrumentation and testing.
25 bool "D-cache flush debugging"
26 depends on DEBUG_KERNEL
29 depends on DEBUG_KERNEL
30 bool "Stack Overflow Detection Support"
33 depends on DEBUG_KERNEL
34 bool "Debug BOOTMEM initialization"
38 depends on STACK_DEBUG