Home
last modified time | relevance | path

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

/systemd-251/src/analyze/
Danalyze-time-data.c25 …tRDTimestampMonotonic", "t", NULL, offsetof(BootTimes, initrd_time) … in acquire_boot_times()
74 if (times.initrd_time > 0) in acquire_boot_times()
75 times.kernel_done_time = times.initrd_time; in acquire_boot_times()
85 times.firmware_time = times.loader_time = times.kernel_time = times.initrd_time = in acquire_boot_times()
171 …if (t->initrd_time > 0 && !strextend(&text, FORMAT_TIMESPAN(t->userspace_time - t->initrd_time, US… in pretty_boot_time()
Danalyze-plot.c227 if (boot->initrd_time > 0) in verb_plot()
334 if (boot->initrd_time > 0) { in verb_plot()
335 svg_bar("initrd", boot->initrd_time, boot->userspace_time, y); in verb_plot()
342 svg_text(true, boot->initrd_time, y, "initrd"); in verb_plot()
Danalyze-time-data.h11 usec_t initrd_time; member