trace: let boot trace be chosen by command line
authorSteven Rostedt <srostedt@redhat.com>
Tue, 3 Feb 2009 02:38:33 +0000 (21:38 -0500)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Feb 2009 05:26:12 +0000 (06:26 +0100)
commit79fb0768fbd371f3b94d909f51f587b3a24ab272
treef8a891fcfae6eb9eeef10e9f8b343b813371789c
parentb2821ae68b14480bfc85ea1629537163310bc5cd
trace: let boot trace be chosen by command line

Now that we have a working ftrace=<tracer> function, make the boot
tracer get activated by it. This way we can turn it on or off without
recompiling the kernel, as well as keeping the selftests on. The
selftests are disabled whenever a default tracer starts running.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/Kconfig
kernel/trace/trace.c
kernel/trace/trace_boot.c