diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 9e06b7f5ecf1..1b4afd2e6ca0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -994,13 +994,16 @@ config FAULT_INJECTION_STACKTRACE_FILTER | |||
| 994 | 994 | ||
| 995 | config LATENCYTOP | 995 | config LATENCYTOP |
| 996 | bool "Latency measuring infrastructure" | 996 | bool "Latency measuring infrastructure" |
| 997 | depends on HAVE_LATENCYTOP_SUPPORT | ||
| 998 | depends on DEBUG_KERNEL | ||
| 999 | depends on STACKTRACE_SUPPORT | ||
| 1000 | depends on PROC_FS | ||
| 997 | select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE | 1001 | select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE |
| 998 | select KALLSYMS | 1002 | select KALLSYMS |
| 999 | select KALLSYMS_ALL | 1003 | select KALLSYMS_ALL |
| 1000 | select STACKTRACE | 1004 | select STACKTRACE |
| 1001 | select SCHEDSTATS | 1005 | select SCHEDSTATS |
| 1002 | select SCHED_DEBUG | 1006 | select SCHED_DEBUG |
| 1003 | depends on HAVE_LATENCYTOP_SUPPORT | ||
| 1004 | help | 1007 | help |
| 1005 | Enable this option if you want to use the LatencyTOP tool | 1008 | Enable this option if you want to use the LatencyTOP tool |
| 1006 | to find out which userspace is blocking on what kernel operations. | 1009 | to find out which userspace is blocking on what kernel operations. |
