Searched refs:boot_time_ts (Results 1 – 2 of 2) sorted by relevance
29 struct timespec real_time_ts, boot_time_ts; in test_bpf_obj_id() local118 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts); in test_bpf_obj_id()123 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in test_bpf_obj_id()
99 struct timespec real_time_ts, boot_time_ts; in print_boot_time() local106 clock_gettime(CLOCK_BOOTTIME, &boot_time_ts)) { in print_boot_time()112 wallclock_secs = (real_time_ts.tv_sec - boot_time_ts.tv_sec) + in print_boot_time()113 (real_time_ts.tv_nsec - boot_time_ts.tv_nsec + nsecs) / in print_boot_time()