aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-08-26 22:23:52 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-08-27 16:58:03 -0400
commitc0729be99cb2b9d9749256254f1c40a801835896 (patch)
treef7cb3d86ed28f2f42dcaa23035f2ecc30e363137 /kernel/trace
parenttracing: Undef TRACE_EVENT_FN between trace events headers inclusion (diff)
downloadlinux-dev-c0729be99cb2b9d9749256254f1c40a801835896.tar.xz
linux-dev-c0729be99cb2b9d9749256254f1c40a801835896.zip
tracing: remove legacy select of MARKERS by context switch tracing
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>
Diffstat (limited to 'kernel/trace')
-rw-r--r--kernel/trace/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 06be85a7ef8c..163fbfc2f39f 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -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