Home
last modified time | relevance | path

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

/tools/perf/util/
Dclockid.c32 #ifndef CLOCK_TAI
33 #define CLOCK_TAI 11 macro
44 CLOCKID_MAP("tai", CLOCK_TAI),
/tools/testing/selftests/vDSO/
Dvdso_test_clock_getres.c99 #ifdef CLOCK_TAI in main()
100 ret += vdso_test_clock(CLOCK_TAI); in main()
Dvdso_test_abi.c207 #ifdef CLOCK_TAI in main()
208 vdso_test_clock(CLOCK_TAI); in main()
/tools/testing/selftests/timers/
Dnanosleep.c45 #define CLOCK_TAI 11 macro
73 case CLOCK_TAI: in clockstring()
Dalarmtimer-suspend.c44 #define CLOCK_TAI 11 macro
80 case CLOCK_TAI: in clockstring()
Dnsleep-lat.c45 #define CLOCK_TAI 11 macro
73 case CLOCK_TAI: in clockstring()
Dinconsistency-check.c47 #define CLOCK_TAI 11 macro
73 case CLOCK_TAI: in clockstring()
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()
Dset-timer-lat.c44 #define CLOCK_TAI 11 macro
81 case CLOCK_TAI: in clockstring()
/tools/testing/selftests/net/
Dso_txtime.c36 static int cfg_clockid = CLOCK_TAI;
328 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test_tx()
461 cfg_clockid = CLOCK_TAI; in parse_opts()
Dso_txtime.sh79 if ip netns exec "${NS1}" tc qdisc replace dev "${DEV}" root etf clockid CLOCK_TAI delta 400000; th…
/tools/perf/Documentation/
Dperf-record.txt445 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.