Skip to content

Commit

Permalink
tracing: remove legacy select of MARKERS by context switch tracing
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Aug 27, 2009
1 parent 6c347d4 commit c0729be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0729be

Please sign in to comment.