aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-05-12 15:20:54 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-23 15:12:26 -0400
commit694379e9ed4f2f6babe111bf001c69e2e263338b (patch)
tree9ce5695c9e650c802b23096d6fe58c0fe626538e /kernel/trace/Kconfig
parent5429db2d26a59903c81a4f6c6dae7eb9daaea5fc (diff)
ftrace: make it more available in the Kconfig
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index eb1988ed84b7..ebc158e6d59a 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -14,7 +14,7 @@ config TRACING
14 14
15config FTRACE 15config FTRACE
16 bool "Kernel Function Tracer" 16 bool "Kernel Function Tracer"
17 depends on DEBUG_KERNEL && HAVE_FTRACE 17 depends on HAVE_FTRACE
18 select FRAME_POINTER 18 select FRAME_POINTER
19 select TRACING 19 select TRACING
20 select CONTEXT_SWITCH_TRACER 20 select CONTEXT_SWITCH_TRACER
@@ -72,7 +72,6 @@ config PREEMPT_TRACER
72 72
73config SCHED_TRACER 73config SCHED_TRACER
74 bool "Scheduling Latency Tracer" 74 bool "Scheduling Latency Tracer"
75 depends on DEBUG_KERNEL
76 select TRACING 75 select TRACING
77 select CONTEXT_SWITCH_TRACER 76 select CONTEXT_SWITCH_TRACER
78 select TRACER_MAX_TRACE 77 select TRACER_MAX_TRACE
@@ -82,7 +81,6 @@ config SCHED_TRACER
82 81
83config CONTEXT_SWITCH_TRACER 82config CONTEXT_SWITCH_TRACER
84 bool "Trace process context switches" 83 bool "Trace process context switches"
85 depends on DEBUG_KERNEL
86 select TRACING 84 select TRACING
87 select MARKERS 85 select MARKERS
88 help 86 help