diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-23 08:15:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-14 04:33:32 -0400 |
commit | 5f87f1121895dc09d2d1c1db5f14af6aa4ce3e94 (patch) | |
tree | 4b8354ab2dc0890d0d4c91d42ff9e13db50ebeab | |
parent | cf569a932217b97e2fc2c48aa597fe29519a0cff (diff) |
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>
-rw-r--r-- | init/Kconfig | 9 | ||||
-rw-r--r-- | kernel/trace/Kconfig | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig index d5994490b0b0..031344f954fd 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -771,11 +771,12 @@ config PROFILING | |||
771 | Say Y here to enable the extended profiling support mechanisms used | 771 | Say Y here to enable the extended profiling support mechanisms used |
772 | by profilers such as OProfile. | 772 | by profilers such as OProfile. |
773 | 773 | ||
774 | # | ||
775 | # Place an empty function call at each tracepoint site. Can be | ||
776 | # dynamically changed for a probe function. | ||
777 | # | ||
774 | config TRACEPOINTS | 778 | config TRACEPOINTS |
775 | bool "Activate tracepoints" | 779 | bool |
776 | help | ||
777 | Place an empty function call at each tracepoint site. Can be | ||
778 | dynamically changed for a probe function. | ||
779 | 780 | ||
780 | config MARKERS | 781 | config MARKERS |
781 | bool "Activate markers" | 782 | bool "Activate markers" |
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 263e9e6bbd60..cae2637d5e68 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -14,6 +14,7 @@ config TRACING | |||
14 | bool | 14 | bool |
15 | select DEBUG_FS | 15 | select DEBUG_FS |
16 | select STACKTRACE | 16 | select STACKTRACE |
17 | select TRACEPOINTS | ||
17 | 18 | ||
18 | config FTRACE | 19 | config FTRACE |
19 | bool "Kernel Function Tracer" | 20 | bool "Kernel Function Tracer" |