diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 11:27:20 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 11:27:28 -0400 |
| commit | 37eca0d64a2dbeece25969ec0698e1ff72bdcf39 (patch) | |
| tree | 54ba70f0428f586f4fe28d8b429b9f9e0799a17a /lib/Kconfig.debug | |
| parent | 277b199800ac90811ac86d215063df1984f51619 (diff) | |
| parent | 3c06806e690885ce978ef180c8f8b6f8c17fb4b4 (diff) | |
Merge branch 'linus' into core/locking
Reason: Pull in the semaphore related changes
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'lib/Kconfig.debug')
| -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. |
