Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c29 struct timespec real_time_ts, boot_time_ts; in serial_test_bpf_obj_id() local
118 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts); in serial_test_bpf_obj_id()
123 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in serial_test_bpf_obj_id()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c161 struct timespec real_time_ts, boot_time_ts; in print_boot_time() local
168 clock_gettime(CLOCK_BOOTTIME, &boot_time_ts)) { in print_boot_time()
174 wallclock_secs = (real_time_ts.tv_sec - boot_time_ts.tv_sec) + in print_boot_time()
175 (real_time_ts.tv_nsec - boot_time_ts.tv_nsec + nsecs) / in print_boot_time()