]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: create menuconfig for tracing infrastructure
authorSteven Rostedt <srostedt@redhat.com>
Mon, 20 Apr 2009 14:47:36 +0000 (10:47 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 20 Apr 2009 15:07:49 +0000 (11:07 -0400)
commit10312da24ca94bbc881af58d10bdd765ba46792d
treec900491f9a7a67d063745d10f24e4e4010ffd901
parent524c2e67f97e1704f5b8bf67b952e355b987c0ac
tracing: create menuconfig for tracing infrastructure

During testing we often use randconfig to test various kernels.
The current configuration set up does not give an easy way to disable
all tracing with a single config. The case where randconfig would
test all tracing disabled is very unlikely.

This patch adds a config option to enable or disable all tracing.
It is hooked into the tracing menu just like other submenus are done.

[ Impact: allow randconfig to easily produce all traces disabled ]

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