Kconfig.debug (0a3a98f6dd4e8f4d928a09302c0d1c56f2192ac3) Kconfig.debug (408894ee4dd4debfdedd472eb4d8414892fc90f6)
1
2config PRINTK_TIME
3 bool "Show timing information on printks"
4 help
5 Selecting this option causes timing information to be
6 included in printk output. This allows you to measure
7 the interval between kernel operations, including bootup
8 operations. This is useful for identifying long delays

--- 81 unchanged lines hidden (view full) ---

90 depends on DEBUG_KERNEL && PREEMPT
91 default y
92 help
93 If you say Y here then the kernel will use a debug variant of the
94 commonly used smp_processor_id() function and will print warnings
95 if kernel code uses it in a preemption-unsafe way. Also, the kernel
96 will detect preemption count underflows.
97
1
2config PRINTK_TIME
3 bool "Show timing information on printks"
4 help
5 Selecting this option causes timing information to be
6 included in printk output. This allows you to measure
7 the interval between kernel operations, including bootup
8 operations. This is useful for identifying long delays

--- 81 unchanged lines hidden (view full) ---

90 depends on DEBUG_KERNEL && PREEMPT
91 default y
92 help
93 If you say Y here then the kernel will use a debug variant of the
94 commonly used smp_processor_id() function and will print warnings
95 if kernel code uses it in a preemption-unsafe way. Also, the kernel
96 will detect preemption count underflows.
97
98config DEBUG_MUTEXES
99 bool "Mutex debugging, deadlock detection"
100 default y
101 depends on DEBUG_KERNEL
102 help
103 This allows mutex semantics violations and mutex related deadlocks
104 (lockups) to be detected and reported automatically.
105
98config DEBUG_SPINLOCK
99 bool "Spinlock debugging"
100 depends on DEBUG_KERNEL
101 help
102 Say Y here and build SMP to catch missing spinlock initialization
103 and certain other kinds of spinlock errors commonly made. This is
104 best used in conjunction with the NMI watchdog so that spinlock
105 deadlocks are also debuggable.

--- 97 unchanged lines hidden ---
106config DEBUG_SPINLOCK
107 bool "Spinlock debugging"
108 depends on DEBUG_KERNEL
109 help
110 Say Y here and build SMP to catch missing spinlock initialization
111 and certain other kinds of spinlock errors commonly made. This is
112 best used in conjunction with the NMI watchdog so that spinlock
113 deadlocks are also debuggable.

--- 97 unchanged lines hidden ---