Home
last modified time | relevance | path

Searched refs:CLOCK_TAI (Results 1 – 18 of 18) sorted by relevance

/tools/perf/util/
A Dclockid.c32 #ifndef CLOCK_TAI
33 #define CLOCK_TAI 11 macro
44 CLOCKID_MAP("tai", CLOCK_TAI),
/tools/testing/selftests/vDSO/
A Dvdso_test_clock_getres.c98 #ifdef CLOCK_TAI in main()
99 ret += vdso_test_clock(CLOCK_TAI); in main()
A Dvdso_test_abi.c211 #ifdef CLOCK_TAI in main()
212 vdso_test_clock(CLOCK_TAI); in main()
/tools/testing/selftests/timers/
A Dnanosleep.c61 case CLOCK_TAI: in clockstring()
123 int max_clocks = CLOCK_TAI + 1; in main()
A Dnsleep-lat.c60 case CLOCK_TAI: in clockstring()
135 int max_clocks = CLOCK_TAI + 1; in main()
A Dinconsistency-check.c62 case CLOCK_TAI: in clockstring()
144 int maxclocks = CLOCK_TAI + 1; in main()
A Dleap-a-day.c54 #define CLOCK_TAI 11 macro
215 if (clock_gettime(CLOCK_TAI, &ts)) { in main()
338 clock_gettime(CLOCK_TAI, &tai); in main()
A Dset-timer-lat.c69 case CLOCK_TAI: in clockstring()
245 int max_clocks = CLOCK_TAI + 1; in main()
A Dalarmtimer-suspend.c66 case CLOCK_TAI: in clockstring()
/tools/testing/selftests/bpf/prog_tests/
A Dtime_tai.c62 ret = clock_gettime(CLOCK_TAI, &now_tai); in test_time_tai()
A Dtc_redirect.c591 struct sock_txtime opt = { .clockid = CLOCK_TAI }; in snd_tstamp()
600 ret = clock_gettime(CLOCK_TAI, &now_ts); in snd_tstamp()
/tools/testing/selftests/net/forwarding/
A Dtc_taprio.sh133 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
135 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
137 clockid CLOCK_TAI offload delta $FUDGE_FACTOR
/tools/testing/selftests/net/
A Dso_txtime.c36 static int cfg_clockid = CLOCK_TAI;
331 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test_tx()
464 cfg_clockid = CLOCK_TAI; in parse_opts()
A Dso_txtime.sh93 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th…
/tools/testing/selftests/futex/functional/
A Dfutex_waitv.c225 res = futex_waitv(NULL, NR_FUTEXES, 0, &to, CLOCK_TAI); in main()
/tools/testing/selftests/drivers/net/ocelot/
A Dpsfp.sh161 clockid CLOCK_TAI offload delta ${FUDGE_FACTOR}
/tools/testing/selftests/bpf/
A Dxdp_hw_metadata.c737 clockid_t clock_id = CLOCK_TAI; in main()
/tools/perf/Documentation/
A Dperf-record.txt526 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.

Completed in 27 milliseconds