1 config BR2_PACKAGE_SYSTEMD_BOOTCHART
2 bool "systemd-bootchart"
3 depends on BR2_INIT_SYSTEMD
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
6 systemd-bootchart is a tool, usually run at system startup,
7 that collects the CPU load, disk load, memory usage, as well
8 as per-process information from a running system. Collected
9 results are output as an SVG graph.
11 systemd-bootchart requires a Linux kernel >= 3.0 with the
12 following options enabled:
17 These options will be automatically enabled by Buildroot if
18 it is responsible for building the kernel. Otherwise, if you
19 are building your kernel outside of Buildroot, make sure
20 these options are enabled.
22 http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html
24 comment "systemd-bootchart needs a toolchain w/ headers >= 3.17"
25 depends on BR2_INIT_SYSTEMD
26 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17