/tools/testing/selftests/timens/ |
D | exec.c | 32 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 43 clock_gettime(CLOCK_MONOTONIC, &now); in main() 48 if (_settime(CLOCK_MONOTONIC, OFFSET)) in main() 52 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 72 _gettime(CLOCK_MONOTONIC, &tst, i); in main()
|
D | futex.c | 73 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 79 CLOCK_MONOTONIC, 70 * 24 * 3600); in main() 96 ret |= run_test(CLOCK_MONOTONIC); in main()
|
D | gettime_perf.c | 74 test(CLOCK_MONOTONIC, "monotonic", false); in main() 88 if (_settime(CLOCK_MONOTONIC, offset)) in main() 96 test(CLOCK_MONOTONIC, "monotonic", true); in main()
|
D | timer.c | 84 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 91 CLOCK_MONOTONIC, 70 * 24 * 3600, in main() 110 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
|
D | timerfd.c | 91 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 98 CLOCK_MONOTONIC, 70 * 24 * 3600, in main() 117 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
|
D | clock_nanosleep.c | 127 if (_settime(CLOCK_MONOTONIC, 7 * 24 * 3600)) in main() 140 ret |= run_test(CLOCK_MONOTONIC, 0); in main() 141 ret |= run_test(CLOCK_MONOTONIC, 1); in main()
|
D | timens.h | 43 case CLOCK_MONOTONIC: in check_skip() 70 clk_id = CLOCK_MONOTONIC; in _settime()
|
/tools/testing/radix-tree/ |
D | benchmark.c | 26 clock_gettime(CLOCK_MONOTONIC, &start); in benchmark_iter() 36 clock_gettime(CLOCK_MONOTONIC, &finish); in benchmark_iter() 59 clock_gettime(CLOCK_MONOTONIC, &start); in benchmark_insert() 64 clock_gettime(CLOCK_MONOTONIC, &finish); in benchmark_insert() 80 clock_gettime(CLOCK_MONOTONIC, &start); in benchmark_tagging() 85 clock_gettime(CLOCK_MONOTONIC, &finish); in benchmark_tagging() 101 clock_gettime(CLOCK_MONOTONIC, &start); in benchmark_delete() 106 clock_gettime(CLOCK_MONOTONIC, &finish); in benchmark_delete()
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | futex_bench.c | 25 clock_gettime(CLOCK_MONOTONIC, &ts_start); in test_futex() 32 clock_gettime(CLOCK_MONOTONIC, &ts_end); in test_futex()
|
D | mmap_bench.c | 39 clock_gettime(CLOCK_MONOTONIC, &ts_start); in test_mmap() 53 clock_gettime(CLOCK_MONOTONIC, &ts_end); in test_mmap()
|
D | null_syscall.c | 138 clock_gettime(CLOCK_MONOTONIC, &tv_start); in main() 143 clock_gettime(CLOCK_MONOTONIC, &tv_now); in main()
|
/tools/testing/selftests/vDSO/ |
D | vdso_test_clock_getres.c | 107 #ifdef CLOCK_MONOTONIC in main() 108 ret += vdso_test_clock(CLOCK_MONOTONIC); in main()
|
/tools/testing/selftests/kvm/ |
D | dirty_log_perf_test.c | 52 clock_gettime(CLOCK_MONOTONIC, &start); in vcpu_worker() 218 clock_gettime(CLOCK_MONOTONIC, &start); in run_test() 239 clock_gettime(CLOCK_MONOTONIC, &start); in run_test() 250 clock_gettime(CLOCK_MONOTONIC, &start); in run_test() 265 clock_gettime(CLOCK_MONOTONIC, &start); in run_test() 274 clock_gettime(CLOCK_MONOTONIC, &start); in run_test() 285 clock_gettime(CLOCK_MONOTONIC, &start); in run_test()
|
/tools/testing/selftests/timers/ |
D | mqueue-lat.c | 75 clock_gettime(CLOCK_MONOTONIC, &start); in mqueue_lat_test() 90 clock_gettime(CLOCK_MONOTONIC, &end); in mqueue_lat_test()
|
D | adjtick.c | 75 clock_gettime(CLOCK_MONOTONIC, mon); in get_monotonic_and_raw() 82 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 84 clock_gettime(CLOCK_MONOTONIC, &end); in get_monotonic_and_raw()
|
D | nanosleep.c | 35 #define CLOCK_MONOTONIC 1 macro 55 case CLOCK_MONOTONIC: in clockstring()
|
D | alarmtimer-suspend.c | 34 #define CLOCK_MONOTONIC 1 macro 62 case CLOCK_MONOTONIC: in clockstring()
|
D | nsleep-lat.c | 35 #define CLOCK_MONOTONIC 1 macro 55 case CLOCK_MONOTONIC: in clockstring()
|
D | inconsistency-check.c | 37 #define CLOCK_MONOTONIC 1 macro 55 case CLOCK_MONOTONIC: in clockstring()
|
D | raw_skew.c | 78 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 80 clock_gettime(CLOCK_MONOTONIC, &end); in get_monotonic_and_raw()
|
/tools/perf/util/ |
D | clockid.c | 38 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 47 CLOCKID_MAP("mono", CLOCK_MONOTONIC),
|
/tools/testing/selftests/intel_pstate/ |
D | aperf.c | 62 if (clock_gettime(CLOCK_MONOTONIC, &before) < 0) { in main() 74 if (clock_gettime(CLOCK_MONOTONIC, &after) < 0) { in main()
|
/tools/build/feature/ |
D | test-timerfd.c | 11 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
|
/tools/testing/selftests/powerpc/stringloops/ |
D | strlen.c | 41 clock_gettime(CLOCK_MONOTONIC, &ts_start); in bench_test() 46 clock_gettime(CLOCK_MONOTONIC, &ts_end); in bench_test()
|
/tools/testing/selftests/syscall_user_dispatch/ |
D | sud_benchmark.c | 73 clock_gettime(CLOCK_MONOTONIC, &t1); in one_sysinfo_step() 76 clock_gettime(CLOCK_MONOTONIC, &t2); in one_sysinfo_step()
|