Searched refs:real_time_ts (Results 1 – 2 of 2) sorted by relevance
111 struct timespec real_time_ts, boot_time_ts; in print_prog_info() local127 if (!clock_gettime(CLOCK_REALTIME, &real_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()
435 struct timespec real_time_ts, boot_time_ts; in test_bpf_obj_id() local508 err = clock_gettime(CLOCK_REALTIME, &real_time_ts); in test_bpf_obj_id()514 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in test_bpf_obj_id()