File tree Expand file tree Collapse file tree 13 files changed +9
-105
lines changed Expand file tree Collapse file tree 13 files changed +9
-105
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ config DEBUG_USER
6363 8 - SIGSEGV faults
6464 16 - SIGBUS faults
6565
66- config DEBUG_STACK_USAGE
67- bool "Enable stack utilization instrumentation"
68- depends on DEBUG_KERNEL
69- help
70- Enables the display of the minimum amount of free stack which each
71- task has ever had available in the sysrq-T output.
72-
7366# These options are only for real kernel hackers who want to get their hands dirty.
7467config DEBUG_LL
7568 bool "Kernel low-level debugging functions"
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ config DEBUG_STACKOVERFLOW
99 This option will cause messages to be printed if free stack space
1010 drops below a certain limit.
1111
12- config DEBUG_STACK_USAGE
13- bool "Enable stack utilization instrumentation"
14- depends on DEBUG_KERNEL
15- help
16- Enables the display of the minimum amount of free stack which each
17- task has ever had available in the sysrq-T output.
18-
19- This option will slow down process creation somewhat.
20-
2112config DEBUG_VERBOSE
2213 bool "Verbose fault messages"
2314 default y
Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ config DEBUG_STACKOVERFLOW
99 This option will cause messages to be printed if free stack space
1010 drops below a certain limit.
1111
12- config DEBUG_STACK_USAGE
13- bool "Stack utilization instrumentation"
14- depends on DEBUG_KERNEL
15- help
16- Enables the display of the minimum amount of free stack which each
17- task has ever had available in the sysrq-T and sysrq-P debug output.
18-
19- This option will slow down process creation somewhat.
20-
2112config DEBUG_PAGEALLOC
2213 bool "Debug page memory allocations"
2314 depends on DEBUG_KERNEL && BROKEN
Original file line number Diff line number Diff line change @@ -76,15 +76,6 @@ config DEBUG_STACKOVERFLOW
7676 provides another way to check stack overflow happened on kernel mode
7777 stack usually caused by nested interruption.
7878
79- config DEBUG_STACK_USAGE
80- bool "Enable stack utilization instrumentation"
81- depends on DEBUG_KERNEL
82- help
83- Enables the display of the minimum amount of free stack which each
84- task has ever had available in the sysrq-T and sysrq-P debug output.
85-
86- This option will slow down process creation somewhat.
87-
8879config SMTC_IDLE_HOOK_DEBUG
8980 bool "Enable additional debug checks before going into CPU idle loop"
9081 depends on DEBUG_KERNEL && MIPS_MT_SMTC
Original file line number Diff line number Diff line change @@ -35,15 +35,6 @@ config DEBUG_STACKOVERFLOW
3535 This option will cause messages to be printed if free stack space
3636 drops below a certain limit.
3737
38- config DEBUG_STACK_USAGE
39- bool "Stack utilization instrumentation"
40- depends on DEBUG_KERNEL
41- help
42- Enables the display of the minimum amount of free stack which each
43- task has ever had available in the sysrq-T and sysrq-P debug output.
44-
45- This option will slow down process creation somewhat.
46-
4738config HCALL_STATS
4839 bool "Hypervisor call instrumentation"
4940 depends on PPC_PSERIES && DEBUG_FS && TRACEPOINTS
Original file line number Diff line number Diff line change @@ -16,15 +16,6 @@ config CMDLINE
1616 other cases you can specify kernel args so that you don't have
1717 to set them up in board prom initialization routines.
1818
19- config DEBUG_STACK_USAGE
20- bool "Enable stack utilization instrumentation"
21- depends on DEBUG_KERNEL
22- help
23- Enables the display of the minimum amount of free stack which each
24- task has ever had available in the sysrq-T and sysrq-P debug output.
25-
26- This option will slow down process creation somewhat.
27-
2819config RUNTIME_DEBUG
2920 bool "Enable run-time debugging"
3021 depends on DEBUG_KERNEL
Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ config STACK_DEBUG
2828 every function call and will therefore incur a major
2929 performance hit. Most users should say N.
3030
31- config DEBUG_STACK_USAGE
32- bool "Stack utilization instrumentation"
33- depends on DEBUG_KERNEL
34- help
35- Enables the display of the minimum amount of free stack which each
36- task has ever had available in the sysrq-T and sysrq-P debug output.
37-
38- This option will slow down process creation somewhat.
39-
4031config 4KSTACKS
4132 bool "Use 4Kb for kernel stacks instead of 8Kb"
4233 depends on DEBUG_KERNEL && (MMU || BROKEN) && !PAGE_SIZE_64KB
Original file line number Diff line number Diff line change @@ -6,15 +6,6 @@ config TRACE_IRQFLAGS_SUPPORT
66
77source "lib/Kconfig.debug"
88
9- config DEBUG_STACK_USAGE
10- bool "Enable stack utilization instrumentation"
11- depends on DEBUG_KERNEL
12- help
13- Enables the display of the minimum amount of free stack which each
14- task has ever had available in the sysrq-T and sysrq-P debug output.
15-
16- This option will slow down process creation somewhat.
17-
189config DEBUG_DCFLUSH
1910 bool "D-cache flush debugging"
2011 depends on SPARC64 && DEBUG_KERNEL
Original file line number Diff line number Diff line change @@ -21,15 +21,6 @@ config DEBUG_STACKOVERFLOW
2121 This option will cause messages to be printed if free stack space
2222 drops below a certain limit.
2323
24- config DEBUG_STACK_USAGE
25- bool "Stack utilization instrumentation"
26- depends on DEBUG_KERNEL
27- help
28- Enables the display of the minimum amount of free stack which each
29- task has ever had available in the sysrq-T and sysrq-P debug output.
30-
31- This option will slow down process creation somewhat.
32-
3324config DEBUG_EXTRA_FLAGS
3425 string "Additional compiler arguments when building with '-g'"
3526 depends on DEBUG_INFO
Original file line number Diff line number Diff line change @@ -28,16 +28,6 @@ config GCOV
2828 If you're involved in UML kernel development and want to use gcov,
2929 say Y. If you're unsure, say N.
3030
31- config DEBUG_STACK_USAGE
32- bool "Stack utilization instrumentation"
33- default N
34- help
35- Track the maximum kernel stack usage - this will look at each
36- kernel stack at process exit and log it if it's the deepest
37- stack seen so far.
38-
39- This option will slow down process creation and destruction somewhat.
40-
4131config EARLY_PRINTK
4232 bool "Early printk"
4333 default y
You can’t perform that action at this time.
0 commit comments