]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitcb5ab74204a6e2579d1119bf1348eb806526b12b
tree4810258d42e0370ec15cf424d5e3c6487fbd1781
parent77ae11f63befb7fc41ec256f1fcb72ca7e4160d5
tracing/fastboot: change the printing of boot tracer according to bootgraph.pl

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>
include/linux/ftrace.h
init/main.c
kernel/trace/trace_boot.c