tracing: rename EVENT_TRACER config to ENABLE_EVENT_TRACING
authorSteven Rostedt <srostedt@redhat.com>
Mon, 20 Apr 2009 14:59:34 +0000 (10:59 -0400)
committerIngo Molnar <mingo@elte.hu>
Mon, 20 Apr 2009 15:55:35 +0000 (17:55 +0200)
commita7abe97fd8e7a6ccabba5a04a9f17be9211d418c
tree5bd11a18c08cd3f53a7e48ba72443b52f84b9369
parent4ed9f0716e46bb9646f26e73f4a1b5b24db7947a
tracing: rename EVENT_TRACER config to ENABLE_EVENT_TRACING

Currently we have two configs: EVENT_TRACING and EVENT_TRACER.
All tracers enable EVENT_TRACING. The EVENT_TRACER is only a
convenience to enable the EVENT_TRACING when no other tracers
are enabled.

The names EVENT_TRACER and EVENT_TRACING are too similar and confusing.
This patch renames EVENT_TRACER to ENABLE_EVENT_TRACING to be more
appropriate to what it actually does, as well as add a comment in
the help menu to explain the option's purpose.

[ Impact: rename config option to reduce confusion ]

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/Kconfig