Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dksm_tests.c203 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()
358 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_unmerge()
396 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_zero_page_merge()
461 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_numa_merge()
561 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_hugepages_time()
567 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_hugepages_time()
601 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_time()
607 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_time()
640 if (clock_gettime(CLOCK_MONOTONIC_RAW, in ksm_unmerge_time()
[all...]
/linux/tools/perf/util/
H A Dclockid.c26 #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),
/linux/tools/testing/selftests/timers/
H A Dadjtick.c72 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()
174 printf("ERR: NO CLOCK_MONOTONIC_RAW\n"); in main()
H A Dfreq-step.c55 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()
H A Draw_skew.c1 /* CLOCK_MONOTONIC vs CLOCK_MONOTONIC_RAW skew test
77 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw()
98 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
99 printf("ERR: NO CLOCK_MONOTONIC_RAW\n"); in main()
H A Dset-timer-lat.c228 (clock_id == CLOCK_MONOTONIC_RAW) || in do_timer_oneshot()
H A Dalarmtimer-suspend.c
H A Dnsleep-lat.c
H A Dinconsistency-check.c
H A Dnanosleep.c
/linux/tools/testing/selftests/timens/
H A Dgettime_perf.c78 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main()
100 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
H A Dtimens.c42 ct(CLOCK_MONOTONIC_RAW, 1),
99 case CLOCK_MONOTONIC_RAW: in test_gettime()
H A Dtimens.h69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c47 [CLOCK_MONOTONIC_RAW] = "CLOCK_MONOTONIC_RAW",
291 vdso_test_clock(CLOCK_MONOTONIC_RAW);
/linux/include/uapi/linux/
H A Dtime.h53 #define CLOCK_MONOTONIC_RAW 4 macro
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c301 ext_clockid = CLOCK_MONOTONIC_RAW; in main()
622 case CLOCK_MONOTONIC_RAW: in main()
643 case CLOCK_MONOTONIC_RAW: in main()
/linux/kernel/time/
H A Dvsyscall.c67 vdso_ts = &vc[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_time_data()
/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c644 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
/linux/Documentation/core-api/
H A Dtimekeeping.rst53 CLOCK_MONOTONIC_RAW
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c63 if (clock_gettime(CLOCK_MONOTONIC_RAW, tstamp)) in timestamp_now()
/linux/drivers/ptp/
H A Dptp_chardev.c369 case CLOCK_MONOTONIC_RAW: in ptp_sys_offset_extended()
/linux/tools/perf/Documentation/
H A Dperf-record.txt530 CLOCK_MONOTONIC_RAW are supported, some events might also allow
/linux/kernel/events/
H A Dcore.c13847 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()