From: Arjan van de Ven Date: Sat, 10 Jan 2009 18:03:05 +0000 (-0800) Subject: bootgraph: make the bootgraph script show async waiting time X-Git-Tag: v2.6.29-rc1~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3f8ddea444b3b5324d74144177a50557cd1f137;hp=d3f8ddea444b3b5324d74144177a50557cd1f137;p=linux-2.6-omap-h63xx.git bootgraph: make the bootgraph script show async waiting time 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 Signed-off-by: Linus Torvalds ---