Searched refs:boot_time_ts (Results 1 – 2 of 2) sorted by relevance
111 struct timespec real_time_ts, boot_time_ts; in print_prog_info() local128 !clock_gettime(CLOCK_BOOTTIME, &boot_time_ts) && in print_prog_info()129 real_time_ts.tv_sec >= boot_time_ts.tv_sec) in print_prog_info()131 (real_time_ts.tv_sec - boot_time_ts.tv_sec) + in print_prog_info()
25 struct timespec real_time_ts, boot_time_ts; in test_bpf_obj_id() local102 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts); in test_bpf_obj_id()107 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in test_bpf_obj_id()