Searched hist:aa5d9151f745b6ee6a236a1f109118034277eb92 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/ |
H A D | bootgraph.pl | diff aa5d9151f745b6ee6a236a1f109118034277eb92 Sat Sep 13 11:36:06 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> tracing/fastboot: add a script to visualize the kernel boot process / time
When optimizing the kernel boot time, it's very valuable to visualize what is going on at which time. In addition, with the fastboot asynchronous initcall level, it's very valuable to see which initcall gets run where and when.
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>
|
/openbmc/linux/init/ |
H A D | main.c | diff aa5d9151f745b6ee6a236a1f109118034277eb92 Sat Sep 13 11:36:06 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> tracing/fastboot: add a script to visualize the kernel boot process / time
When optimizing the kernel boot time, it's very valuable to visualize what is going on at which time. In addition, with the fastboot asynchronous initcall level, it's very valuable to see which initcall gets run where and when.
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>
|