summaryrefslogtreecommitdiffstats
path: root/rules/bootchart.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 09:41:06 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-14 09:41:06 +0000
commitfbca29bf12e71679ccbf17b1566a541be2c4d025 (patch)
tree24ad808a20e513b4a769e29a0709738fae0814e6 /rules/bootchart.in
parent40205fb63a2bb4b1c081632e4ef25c8b580fd231 (diff)
downloadptxdist-fbca29bf12e71679ccbf17b1566a541be2c4d025.tar.gz
ptxdist-fbca29bf12e71679ccbf17b1566a541be2c4d025.tar.xz
[bootchart] added c-based bootchart tool from ubuntu
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10519 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bootchart.in')
-rw-r--r--rules/bootchart.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/bootchart.in b/rules/bootchart.in
new file mode 100644
index 000000000..051b456c1
--- /dev/null
+++ b/rules/bootchart.in
@@ -0,0 +1,16 @@
+## SECTION=debug_tools
+
+config BOOTCHART
+ tristate
+ prompt "bootchart"
+ help
+ Bootchart allows you to audit the boot sequence of your
+ computer and generate a pretty chart of the processes run,
+ including how long they took and how much CPU and I/O they
+ used.
+
+ The auditing is performed by adding a script to the top of
+ your initramfs which lives inside is own tiny filesystem
+ during the boot process and monitors the rest of the system
+ booting
+