Searched refs:security_start_time (Results 1 – 3 of 3) sorted by relevance
28 …yStartTimestampMonotonic", "t", NULL, offsetof(BootTimes, security_start_time) … in acquire_boot_times()72 if (arg_scope == LOOKUP_SCOPE_SYSTEM && times.security_start_time > 0) { in acquire_boot_times()86 … times.userspace_time = times.security_start_time = times.security_finish_time = 0; in acquire_boot_times()
354 if (boot->security_start_time > 0) in verb_plot()355 svg_bar("security", boot->security_start_time, boot->security_finish_time, y); in verb_plot()378 if (boot->security_start_time > 0) { in verb_plot()
14 usec_t security_start_time; member