Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 19 of 19) sorted by relevance
| /tools/perf/util/ |
| A D | clockid.c | 26 #ifndef CLOCK_MONOTONIC_RAW 27 #define CLOCK_MONOTONIC_RAW 4 macro 39 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW), 48 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
|
| /tools/testing/selftests/mm/ |
| A D | ksm_tests.c | 203 if (clock_gettime(CLOCK_MONOTONIC_RAW, &cur_time)) { in ksm_do_scan() 326 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_merge() 360 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_unmerge() 400 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_zero_page_merge() 467 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_numa_merge() 567 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_hugepages_time() 573 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_hugepages_time() 614 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_time() 661 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_unmerge_time() 703 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_cow_time() [all …]
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_clock_getres.c | 110 #ifdef CLOCK_MONOTONIC_RAW in main() 111 ret += vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
| A D | vdso_test_abi.c | 223 #ifdef CLOCK_MONOTONIC_RAW in main() 224 vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
| /tools/testing/selftests/timens/ |
| A D | gettime_perf.c | 78 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main() 100 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
|
| A D | timens.c | 42 ct(CLOCK_MONOTONIC_RAW, 1), 99 case CLOCK_MONOTONIC_RAW: in test_gettime()
|
| A D | timens.h | 69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
|
| /tools/testing/selftests/timers/ |
| A D | adjtick.c | 72 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 173 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
| A D | raw_skew.c | 77 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 98 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
| A D | freq-step.c | 55 clock_gettime(CLOCK_MONOTONIC_RAW, &ts1); in get_sample() 57 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample() 208 if (clock_gettime(CLOCK_MONOTONIC_RAW, &ts)) { in init_test()
|
| A D | set-timer-lat.c | 57 case CLOCK_MONOTONIC_RAW: in clockstring() 258 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
|
| A D | alarmtimer-suspend.c | 54 case CLOCK_MONOTONIC_RAW: in clockstring()
|
| A D | nanosleep.c | 49 case CLOCK_MONOTONIC_RAW: in clockstring()
|
| A D | nsleep-lat.c | 48 case CLOCK_MONOTONIC_RAW: in clockstring()
|
| A D | inconsistency-check.c | 50 case CLOCK_MONOTONIC_RAW: in clockstring()
|
| /tools/testing/selftests/ptp/ |
| A D | testptp.c | 301 ext_clockid = CLOCK_MONOTONIC_RAW; in main() 622 case CLOCK_MONOTONIC_RAW: in main() 643 case CLOCK_MONOTONIC_RAW: in main()
|
| /tools/perf/arch/arm64/util/ |
| A D | arm-spe.c | 635 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
|
| /tools/testing/selftests/alsa/ |
| A D | pcm-test.c | 63 if (clock_gettime(CLOCK_MONOTONIC_RAW, tstamp)) in timestamp_now()
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 525 CLOCK_MONOTONIC_RAW are supported, some events might also allow
|
Completed in 25 milliseconds