diff options
author | Christoph Hellwig <hch@lst.de> | 2009-09-17 13:35:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-18 15:22:08 -0400 |
commit | fc5377668c3d808e1d53c4aee152c836f55c3490 (patch) | |
tree | 366723ccb26a64c311074c346721aaf4ff0e7d58 /init | |
parent | df58bee21ed218cb7dfb561a590b1bd2a99531cf (diff) |
tracing: Remove markers
Now that the last users of markers have migrated to the event
tracer we can kill off the (now orphan) support code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20090917173527.GA1699@lst.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init/Kconfig b/init/Kconfig index 8e8b76d8a272..4cc0fa13d5eb 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1054,13 +1054,6 @@ config PROFILING | |||
1054 | config TRACEPOINTS | 1054 | config TRACEPOINTS |
1055 | bool | 1055 | bool |
1056 | 1056 | ||
1057 | config MARKERS | ||
1058 | bool "Activate markers" | ||
1059 | select TRACEPOINTS | ||
1060 | help | ||
1061 | Place an empty function call at each marker site. Can be | ||
1062 | dynamically changed for a probe function. | ||
1063 | |||
1064 | source "arch/Kconfig" | 1057 | source "arch/Kconfig" |
1065 | 1058 | ||
1066 | config SLOW_WORK | 1059 | config SLOW_WORK |