Home
last modified time | relevance | path

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

/systemd-251/src/analyze/
Danalyze-time-data.h20 usec_t initrd_security_start_time; member
Danalyze-plot.c336 if (boot->initrd_security_start_time < boot->initrd_security_finish_time) in verb_plot()
337 … svg_bar("security", boot->initrd_security_start_time, boot->initrd_security_finish_time, y); in verb_plot()
Danalyze-time-data.c34 …curityStartTimestampMonotonic", "t", NULL, offsetof(BootTimes, initrd_security_start_time) }, in acquire_boot_times()