]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
bootgraph: make the bootgraph script show async waiting time
authorArjan van de Ven <arjan@linux.intel.com>
Sat, 10 Jan 2009 18:03:05 +0000 (10:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 10 Jan 2009 23:06:52 +0000 (15:06 -0800)
It is useful for diagnosing boot performance to see where async function
calls are waiting on serialization...  this patch adds this
functionality to the bootgraph.pl script.

The waiting time is shown as a half transparent, gray bar through the
block that is waiting.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found