tracing: remove legacy select of MARKERS by context switch tracing
authorSteven Rostedt <srostedt@redhat.com>
Thu, 27 Aug 2009 02:23:52 +0000 (22:23 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 27 Aug 2009 20:58:03 +0000 (16:58 -0400)
The context switch tracer was made before tracepoints were mature, and
the original version used markers. This is no longer true and this
patch removes the select.

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/Kconfig

index 06be85a7ef8c60c6ac4c51c24e1d8e0f7cd60078..163fbfc2f39fff1a29a2bb4a604ffecc5206aa08 100644 (file)
@@ -60,7 +60,6 @@ config EVENT_TRACING
        bool
 
 config CONTEXT_SWITCH_TRACER
-       select MARKERS
        bool
 
 # All tracer options should select GENERIC_TRACER. For those options that are