ftrace/fastboot: disable tracers self-tests when boot tracer is selected
authorFrédéric Weisbecker <fweisbec@gmail.com>
Wed, 24 Sep 2008 09:36:09 +0000 (10:36 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:38:51 +0000 (10:38 +0200)
The tracing engine resets the ring buffer and the tracers touch it
too during self-tests. These self-tests happen during tracers registering
and work against boot tracing which is logging initcalls.

We have to disable tracing self-tests if the boot-tracer is selected.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found