pid1: use monotonic timestamp in dump if realtime is not available
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jul 2019 17:12:03 +0000 (19:12 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 4 Jul 2019 20:52:25 +0000 (22:52 +0200)
commit3454129571c65c60a967b3b48069f5292e516904
tree2e534c48d9b11c99a042a1590202424b32361867
parent1f65fd4926c5b88db770c1b47a0b0a24c2319d12
pid1: use monotonic timestamp in dump if realtime is not available

$ systemd-analyze dump | head -3
Timestamp firmware: (null)
Timestamp loader: (null)
Timestamp kernel: Mon 2019-07-01 17:21:02 CEST

Since this is a debugging interface, it is OK to change the output format.
The user can infer what "Timestamp firmware: 123.456ms" means.
src/core/manager.c