/tools/perf/util/ |
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/vm/ |
D | ksm_tests.c | 151 if (clock_gettime(CLOCK_MONOTONIC_RAW, &cur_time)) { in ksm_do_scan() 247 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_merge() 279 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_unmerge() 319 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_zero_page_merge() 364 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_numa_merge() 431 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_time() 437 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_time() 473 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_cow_time() 479 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_cow_time() 502 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_cow_time() [all …]
|
/tools/testing/selftests/timers/ |
D | adjtick.c | 28 #define CLOCK_MONOTONIC_RAW 4 macro 76 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 83 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 177 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | raw_skew.c | 30 #define CLOCK_MONOTONIC_RAW 4 macro 79 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 100 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
D | nanosleep.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | alarmtimer-suspend.c | 37 #define CLOCK_MONOTONIC_RAW 4 macro 68 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | set-timer-lat.c | 37 #define CLOCK_MONOTONIC_RAW 4 macro 69 case CLOCK_MONOTONIC_RAW: in clockstring() 269 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
|
D | nsleep-lat.c | 38 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
D | inconsistency-check.c | 40 #define CLOCK_MONOTONIC_RAW 4 macro 61 case CLOCK_MONOTONIC_RAW: in clockstring()
|
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()
|
/tools/testing/selftests/vDSO/ |
D | vdso_test_clock_getres.c | 111 #ifdef CLOCK_MONOTONIC_RAW in main() 112 ret += vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
D | vdso_test_abi.c | 219 #ifdef CLOCK_MONOTONIC_RAW in main() 220 vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
/tools/testing/selftests/timens/ |
D | gettime_perf.c | 76 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main() 98 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
|
D | timens.c | 44 ct(CLOCK_MONOTONIC_RAW, 1), 101 case CLOCK_MONOTONIC_RAW: in test_gettime()
|
D | timens.h | 69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
|
/tools/testing/selftests/kvm/ |
D | kvm_page_table_test.c | 215 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in vcpu_worker() 393 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in run_test() 406 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in run_test() 418 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in run_test()
|
/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 185 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
|
/tools/perf/Documentation/ |
D | perf-record.txt | 444 CLOCK_MONOTONIC_RAW are supported, some events might also allow
|