Searched refs:BootTimes (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-time-data.c | 20 int acquire_boot_times(sd_bus *bus, BootTimes **ret) { in acquire_boot_times() 22 …{ "FirmwareTimestampMonotonic", "t", NULL, offsetof(BootTimes, firmware_time) … in acquire_boot_times() 23 …{ "LoaderTimestampMonotonic", "t", NULL, offsetof(BootTimes, loader_time) … in acquire_boot_times() 24 …{ "KernelTimestamp", "t", NULL, offsetof(BootTimes, kernel_time) … in acquire_boot_times() 25 …{ "InitRDTimestampMonotonic", "t", NULL, offsetof(BootTimes, initrd_time) … in acquire_boot_times() 26 …{ "UserspaceTimestampMonotonic", "t", NULL, offsetof(BootTimes, userspace_time) … in acquire_boot_times() 27 …{ "FinishTimestampMonotonic", "t", NULL, offsetof(BootTimes, finish_time) … in acquire_boot_times() 28 …{ "SecurityStartTimestampMonotonic", "t", NULL, offsetof(BootTimes, security_start_time) … in acquire_boot_times() 29 …{ "SecurityFinishTimestampMonotonic", "t", NULL, offsetof(BootTimes, security_finish_time)… in acquire_boot_times() 30 …{ "GeneratorsStartTimestampMonotonic", "t", NULL, offsetof(BootTimes, generators_start_time… in acquire_boot_times() [all …]
|
D | analyze-time-data.h | 6 typedef struct BootTimes { struct 36 } BootTimes; argument 48 int acquire_boot_times(sd_bus *bus, BootTimes **ret);
|
D | analyze-critical-chain.c | 20 BootTimes *boot) { in list_dependencies_print() 73 static bool times_in_range(const UnitTimes *times, const BootTimes *boot) { in times_in_range() 83 BootTimes *boot; in list_dependencies_one() 153 BootTimes *boot; in list_dependencies()
|
D | analyze-plot.c | 187 BootTimes *boot; in verb_plot()
|