tracing/fastboot: change the printing of boot tracer according to bootgraph.pl
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 2 Oct 2008 10:59:20 +0000 (12:59 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:39:11 +0000 (10:39 +0200)
Change the boot tracer printing to make it parsable for
the scripts/bootgraph.pl script.

We have now to output two lines for each initcall, according to the
printk in do_one_initcall() in init/main.c
We need now the call's time and the return's time.

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

No differences found