projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b07c3f1
)
tracing: disable tracepoints by default
author
Ingo Molnar
<mingo@elte.hu>
Wed, 23 Jul 2008 11:38:00 +0000
(13:38 +0200)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 70082678a9149ffb74fc3a5553e9ea40b8d2922a..d5994490b0b07c1c917bb1dbd2c53411dafbe420 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-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.