projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tracing: add raw fast tracing interface for trace events
[linux-2.6]
/
init
/
Kconfig
diff --git
a/init/Kconfig
b/init/Kconfig
index
f068071
..
26b5bab
100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-945,7
+945,7
@@
config TRACEPOINTS
config MARKERS
bool "Activate markers"
-
depends on
TRACEPOINTS
+
select
TRACEPOINTS
help
Place an empty function call at each marker site. Can be
dynamically changed for a probe function.