From af3801b0d4381739e49cf83e88a63beaa0e33ed4 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 12 Aug 2010 12:31:21 -0700 Subject: [PATCH] --- yaml --- r: 209620 b: refs/heads/master c: 625fdcaa6d2a3db6a922bbd833450424e906111c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/Kconfig.debug | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2e5093719bde..ea6fcd92fd95 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f24645a991e6758a4544ed7667cf919fea328a95 +refs/heads/master: 625fdcaa6d2a3db6a922bbd833450424e906111c diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index 9e06b7f5ecf1..1b4afd2e6ca0 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -994,13 +994,16 @@ config FAULT_INJECTION_STACKTRACE_FILTER config LATENCYTOP bool "Latency measuring infrastructure" + depends on HAVE_LATENCYTOP_SUPPORT + depends on DEBUG_KERNEL + depends on STACKTRACE_SUPPORT + depends on PROC_FS select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE select KALLSYMS select KALLSYMS_ALL select STACKTRACE select SCHEDSTATS select SCHED_DEBUG - depends on HAVE_LATENCYTOP_SUPPORT help Enable this option if you want to use the LatencyTOP tool to find out which userspace is blocking on what kernel operations.