Commit fa340d9c authored by Ingo Molnar's avatar Ingo Molnar

tracing: disable tracepoints by default

while it's arguably low overhead, we dont enable new features by default.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b07c3f19
...@@ -773,7 +773,6 @@ config PROFILING ...@@ -773,7 +773,6 @@ config PROFILING
config TRACEPOINTS config TRACEPOINTS
bool "Activate tracepoints" bool "Activate tracepoints"
default y
help help
Place an empty function call at each tracepoint site. Can be Place an empty function call at each tracepoint site. Can be
dynamically changed for a probe function. dynamically changed for a probe function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment