Home
last modified time | relevance | path

Searched refs:reverse_offset (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/analyze/
Danalyze-time-data.c83 times.reverse_offset = times.userspace_time; in acquire_boot_times()
88 subtract_timestamp(&times.finish_time, times.reverse_offset); in acquire_boot_times()
90 subtract_timestamp(&times.generators_start_time, times.reverse_offset); in acquire_boot_times()
91 subtract_timestamp(&times.generators_finish_time, times.reverse_offset); in acquire_boot_times()
93 subtract_timestamp(&times.unitsload_start_time, times.reverse_offset); in acquire_boot_times()
94 subtract_timestamp(&times.unitsload_finish_time, times.reverse_offset); in acquire_boot_times()
182 usec_t base = t->userspace_time > 0 ? t->userspace_time : t->reverse_offset; in pretty_boot_time()
270 subtract_timestamp(&t->activating, boot_times->reverse_offset); in acquire_time_data()
271 subtract_timestamp(&t->activated, boot_times->reverse_offset); in acquire_time_data()
272 subtract_timestamp(&t->deactivating, boot_times->reverse_offset); in acquire_time_data()
[all …]
Danalyze-time-data.h35 usec_t reverse_offset; member