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 7008267..d599449 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.