tracing/fastboot: fix issues and improve output of bootgraph.pl
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 14 Sep 2008 22:30:52 +0000 (15:30 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:39:32 +0000 (10:39 +0200)
commit80a398a55d3096ff4572b44271d095413749ebb4
tree68f28bd08c66f6f81174150116e0459cfa87a15d
parent231375cc5cc3549bb413f94a164bdcbd5f9ce943
tracing/fastboot: fix issues and improve output of bootgraph.pl

David Sanders reported some issues with bootgraph.pl's display
of his sytems bootup; this commit fixes these by scaling the graph
not from 0 - end time but from the first initcall to the end time;
the minimum display size etc also now need to scale with this, as does
the axis display.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
scripts/bootgraph.pl