Searched refs:CLOCK_MONOTONIC (Results 1 – 24 of 24) sorted by relevance
/tools/testing/selftests/powerpc/benchmarks/ |
D | mmap_bench.c | 22 clock_gettime(CLOCK_MONOTONIC, &ts_start); in test_mmap() 31 clock_gettime(CLOCK_MONOTONIC, &ts_end); in test_mmap()
|
D | futex_bench.c | 25 clock_gettime(CLOCK_MONOTONIC, &ts_start); in test_futex() 32 clock_gettime(CLOCK_MONOTONIC, &ts_end); in test_futex()
|
/tools/build/feature/ |
D | test-timerfd.c | 10 int fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in main()
|
/tools/testing/selftests/timers/ |
D | mqueue-lat.c | 86 clock_gettime(CLOCK_MONOTONIC, &start); in mqueue_lat_test() 101 clock_gettime(CLOCK_MONOTONIC, &end); in mqueue_lat_test()
|
D | adjtick.c | 86 clock_gettime(CLOCK_MONOTONIC, mon); in get_monotonic_and_raw() 93 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 95 clock_gettime(CLOCK_MONOTONIC, &end); in get_monotonic_and_raw()
|
D | nanosleep.c | 46 #define CLOCK_MONOTONIC 1 macro 66 case CLOCK_MONOTONIC: in clockstring()
|
D | alarmtimer-suspend.c | 45 #define CLOCK_MONOTONIC 1 macro 73 case CLOCK_MONOTONIC: in clockstring()
|
D | nsleep-lat.c | 46 #define CLOCK_MONOTONIC 1 macro 66 case CLOCK_MONOTONIC: in clockstring()
|
D | raw_skew.c | 90 clock_gettime(CLOCK_MONOTONIC, &start); in get_monotonic_and_raw() 92 clock_gettime(CLOCK_MONOTONIC, &end); in get_monotonic_and_raw()
|
D | threadtest.c | 104 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread() 123 clock_gettime(CLOCK_MONOTONIC, &my_list[count]); in independent_thread()
|
D | inconsistency-check.c | 48 #define CLOCK_MONOTONIC 1 macro 66 case CLOCK_MONOTONIC: in clockstring()
|
D | set-timer-lat.c | 44 #define CLOCK_MONOTONIC 1 macro 72 case CLOCK_MONOTONIC: in clockstring()
|
D | leap-a-day.c | 367 clock_nanosleep(CLOCK_MONOTONIC, 0, &ts, NULL); in main()
|
/tools/testing/selftests/vm/ |
D | transhuge-stress.c | 108 clock_gettime(CLOCK_MONOTONIC, &a); in main() 136 clock_gettime(CLOCK_MONOTONIC, &b); in main()
|
/tools/perf/ |
D | perf.h | 21 clock_gettime(CLOCK_MONOTONIC, &ts); in rdclock()
|
D | builtin-record.c | 1243 CLOCKID_MAP("monotonic", CLOCK_MONOTONIC), 1252 CLOCKID_MAP("mono", CLOCK_MONOTONIC),
|
D | builtin-stat.c | 362 clock_gettime(CLOCK_MONOTONIC, &ts); in process_interval() 652 clock_gettime(CLOCK_MONOTONIC, &ref_time); in __run_perf_stat()
|
D | builtin-kvm.c | 816 kvm->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in perf_kvm__timerfd_create()
|
D | builtin-sched.c | 201 clock_gettime(CLOCK_MONOTONIC, &ts); in get_nsecs()
|
/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 296 ret = clock_gettime(CLOCK_MONOTONIC, &ts); in unit_test()
|
/tools/perf/jvmti/ |
D | jvmti_agent.c | 107 static int perf_clk_id = CLOCK_MONOTONIC;
|
/tools/perf/util/ |
D | jitdump.c | 113 if (evsel->attr.use_clockid == 0 || evsel->attr.clockid != CLOCK_MONOTONIC) in jit_validate_events()
|
D | evsel.c | 1440 evsel->attr.clockid = CLOCK_MONOTONIC; /* should always work */ in __perf_evsel__open()
|
/tools/perf/Documentation/ |
D | perf-record.txt | 377 records. See clock_gettime(). In particular CLOCK_MONOTONIC and
|