commit | 5f87f1121895dc09d2d1c1db5f14af6aa4ce3e94 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jul 23 14:15:22 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:33:32 2008 +0200 |
tree | 4b8354ab2dc0890d0d4c91d42ff9e13db50ebeab | |
parent | cf569a932217b97e2fc2c48aa597fe29519a0cff [diff] [blame] |
tracing: clean up tracepoints kconfig structure do not expose users to CONFIG_TRACEPOINTS - tracers can select it just fine. update ftrace to select CONFIG_TRACEPOINTS. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 263e9e6..cae2637 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig
@@ -14,6 +14,7 @@ bool select DEBUG_FS select STACKTRACE + select TRACEPOINTS config FTRACE bool "Kernel Function Tracer"