tracing/events: make SAMPLE_TRACE_EVENTS default to n
Normally a config should be default to n. This patch also makes the sample module-only, like SAMPLE_MARKERS and SAMPLE_TRACEPOINTS. [ Impact: don't build trace event sample by default ] Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <4A00F6C0.8090803@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
fd6da10a61
commit
96d17980fa
|
@ -20,9 +20,8 @@ config SAMPLE_TRACEPOINTS
|
||||||
This build tracepoints example modules.
|
This build tracepoints example modules.
|
||||||
|
|
||||||
config SAMPLE_TRACE_EVENTS
|
config SAMPLE_TRACE_EVENTS
|
||||||
tristate "Build trace_events examples"
|
tristate "Build trace_events examples -- loadable modules only"
|
||||||
depends on EVENT_TRACING
|
depends on EVENT_TRACING && m
|
||||||
default m
|
|
||||||
help
|
help
|
||||||
This build trace event example modules.
|
This build trace event example modules.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue