1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 01:27:11 +03:00
systemd/src/bootchart
Auke Kok c4d58b0b6d bootchart: put the bootchart into the journal.
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.
2013-04-15 16:28:41 -07:00
..
bootchart.c bootchart: put the bootchart into the journal. 2013-04-15 16:28:41 -07:00
bootchart.conf bootchart: use conf-parser & CamelCase names in .conf 2013-02-14 21:36:45 +01:00
bootchart.h bootchart: various superficial cleanups 2013-03-11 22:47:58 +01:00
Makefile build-sys: add makefile to bootchart 2013-01-21 01:04:16 +01:00
store.c bootchart: fix a potential buffer overrun 2013-03-31 14:34:08 -04:00
store.h bootchart: various superficial cleanups 2013-03-11 22:47:58 +01:00
svg.c Use initalization instead of explicit zeroing in more places 2013-04-10 18:59:42 -04:00
svg.h bootchart: various superficial cleanups 2013-03-11 22:47:58 +01:00