]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Add a script to visualize the kernel boot process / time
authorArjan van de Ven <arjan@linux.intel.com>
Sat, 13 Sep 2008 16:36:06 +0000 (09:36 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sun, 12 Oct 2008 15:07:20 +0000 (08:07 -0700)
When optimizing the kernel boot time, it's very valuable to visualize
what is going on at which time. In addition, with some of the initializing
going asynchronous soon, it's valuable to track/print which worker thread
is executing the initialization.

This patch adds a script to turn a dmesg into a SVG graph (that can be
shown with tools such as InkScape, Gimp or Firefox) and a small change
to the initcall code to print the PID of the thread calling the initcall
(so that the script can work out the parallelism).

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

No differences found