diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-09-04 13:04:37 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-14 08:36:31 (GMT) |
commit | 2ff01c6a17391225a18256d510b6e5b4aba40aa1 (patch) | |
tree | 9645990cbdcf5009c6b901de1004c3369e44c1aa | |
parent | 1b6cced6ec9677fa65471e890dfdcb4bf5387643 (diff) | |
download | linux-2ff01c6a17391225a18256d510b6e5b4aba40aa1.tar.xz |
stack tracer: depends on DEBUG_KERNEL
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | kernel/trace/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 2a22e46..5a9cffb 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -109,6 +109,7 @@ config CONTEXT_SWITCH_TRACER config STACK_TRACER bool "Trace max stack" depends on HAVE_FTRACE + depends on DEBUG_KERNEL select FTRACE select STACKTRACE help |