summaryrefslogtreecommitdiffstats
path: root/rules/bootchart.in
blob: d28a86d7073053e2673ce10bf8987f5d3496b086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=debug_tools

config BOOTCHART
	tristate
	prompt "bootchart"
	depends on !BUSYBOX_BOOTCHARTD || ALLYES
	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

comment "BusyBox' bootchartd is selected!"
	depends on BUSYBOX_BOOTCHARTD