Home
last modified time | relevance | path

Searched refs:initrd_unitsload_finish_time (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/analyze/ !
Danalyze-time-data.h25 usec_t initrd_unitsload_finish_time; member
Danalyze-plot.c340 if (boot->initrd_unitsload_start_time < boot->initrd_unitsload_finish_time) in verb_plot()
341 … svg_bar("unitsload", boot->initrd_unitsload_start_time, boot->initrd_unitsload_finish_time, y); in verb_plot()
Danalyze-time-data.c39 …itsLoadFinishTimestampMonotonic", "t", NULL, offsetof(BootTimes, initrd_unitsload_finish_time) }, in acquire_boot_times()