]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
tracing: disable tracepoints by default
authorIngo Molnar <mingo@elte.hu>
Wed, 23 Jul 2008 11:38:00 +0000 (13:38 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:32:56 +0000 (10:32 +0200)
while it's arguably low overhead, we dont enable new features by default.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
init/Kconfig

index 70082678a9149ffb74fc3a5553e9ea40b8d2922a..d5994490b0b07c1c917bb1dbd2c53411dafbe420 100644 (file)
@@ -773,7 +773,6 @@ config PROFILING
 
 config TRACEPOINTS
        bool "Activate tracepoints"
-       default y
        help
          Place an empty function call at each tracepoint site. Can be
          dynamically changed for a probe function.