mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 01:27:11 +03:00
c4d58b0b6d
This bit of code is mostly stolen from coredump.c. We construct a simple journal message and append the bootchart file in the journal automatically. You can extract the latest bootchart from the current boot with something like: $ journalctl -b MESSAGE_ID=9f26aa562cf440c2b16c773d0479b518 --field=BOOTCHART which prints it to stdout. None of the other logic is touched. The journal entry is created even if bootchart was run manually, which is probably wrong. |
||
---|---|---|
.. | ||
bootchart.c | ||
bootchart.conf | ||
bootchart.h | ||
Makefile | ||
store.c | ||
store.h | ||
svg.c | ||
svg.h |