]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tracing: clean up tracepoints kconfig structure
authorIngo Molnar <mingo@elte.hu>
Wed, 23 Jul 2008 12:15:22 +0000 (14:15 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:33:32 +0000 (10:33 +0200)
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>
init/Kconfig
kernel/trace/Kconfig

index d5994490b0b07c1c917bb1dbd2c53411dafbe420..031344f954fd4a2029ff315a9813b52c16f051e4 100644 (file)
@@ -771,11 +771,12 @@ config PROFILING
          Say Y here to enable the extended profiling support mechanisms used
          by profilers such as OProfile.
 
+#
+# Place an empty function call at each tracepoint site. Can be
+# dynamically changed for a probe function.
+#
 config TRACEPOINTS
-       bool "Activate tracepoints"
-       help
-         Place an empty function call at each tracepoint site. Can be
-         dynamically changed for a probe function.
+       bool
 
 config MARKERS
        bool "Activate markers"
index 263e9e6bbd60912132ba18077c0fa0d66d7e1ffb..cae2637d5e68eec46c93bf211702ce800743d3bc 100644 (file)
@@ -14,6 +14,7 @@ config TRACING
        bool
        select DEBUG_FS
        select STACKTRACE
+       select TRACEPOINTS
 
 config FTRACE
        bool "Kernel Function Tracer"