Home
last modified time | relevance | path

Searched refs:CLOCK_TAI (Results 1 – 10 of 10) 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/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.sh26 if tc qdisc replace dev lo root etf clockid CLOCK_TAI delta 400000; then
Dso_txtime.c32 static int cfg_clockid = CLOCK_TAI;
275 cfg_clockid == CLOCK_TAI ? "tai" : "monotonic"); in do_test()
340 cfg_clockid = CLOCK_TAI; in parse_opts()
/tools/perf/Documentation/
Dperf-record.txt439 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.