commit | 79fb0768fbd371f3b94d909f51f587b3a24ab272 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Feb 02 21:38:33 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 03 06:26:12 2009 +0100 |
tree | f8a891fcfae6eb9eeef10e9f8b343b813371789c | |
parent | b2821ae68b14480bfc85ea1629537163310bc5cd [diff] |
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>