]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit046cb5a48c96b2542cab7ab654641d7b234309c7
treebd8ef7a455b52d219abb382e74c3638cc8db550b
parentc2c3aaa7d032fadbcb67fb1668f880127cffcdda
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 <arjan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/bootgraph.pl