Home
last modified time | relevance | path

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

/tools/testing/selftests/timers/
Dnanosleep.c56 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI: in clockstring()
Dalarmtimer-suspend.c55 #define CLOCK_TAI 11 macro
91 case CLOCK_TAI: in clockstring()
Dnsleep-lat.c56 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI: in clockstring()
Dinconsistency-check.c58 #define CLOCK_TAI 11 macro
84 case CLOCK_TAI: in clockstring()
Dset-timer-lat.c54 #define CLOCK_TAI 11 macro
90 case CLOCK_TAI: in clockstring()
Dleap-a-day.c65 #define CLOCK_TAI 11 macro
225 if (clock_gettime(CLOCK_TAI, &ts)) { in main()
348 clock_gettime(CLOCK_TAI, &tai); in main()
/tools/perf/
Dbuiltin-record.c1237 #ifndef CLOCK_TAI
1238 #define CLOCK_TAI 11 macro
1249 CLOCKID_MAP("tai", CLOCK_TAI),
/tools/perf/Documentation/
Dperf-record.txt379 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.