commit | 80a398a55d3096ff4572b44271d095413749ebb4 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Sep 14 15:30:52 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:39:32 2008 +0200 |
tree | 68f28bd08c66f6f81174150116e0459cfa87a15d | |
parent | 231375cc5cc3549bb413f94a164bdcbd5f9ce943 [diff] |
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>