Searched refs:CLOCK_MONOTONIC_RAW (Results 1 – 19 of 19) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | ksm_tests.c | 230 if (clock_gettime(CLOCK_MONOTONIC_RAW, &cur_time)) { in ksm_do_scan() 353 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_merge() 387 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_unmerge() 427 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_zero_page_merge() 494 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in check_ksm_numa_merge() 589 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_hugepages_time() 595 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_hugepages_time() 630 if (clock_gettime(CLOCK_MONOTONIC_RAW, &start_time)) { in ksm_merge_time() 636 if (clock_gettime(CLOCK_MONOTONIC_RAW, &end_time)) { in ksm_merge_time() 670 if (clock_gettime(CLOCK_MONOTONIC_RAW, in ksm_unmerge_time() [all...] |
/linux/tools/perf/util/ |
H 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),
|
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_clock_getres.c | 111 #ifdef CLOCK_MONOTONIC_RAW in main() 112 ret += vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
H A D | vdso_test_abi.c | 223 #ifdef CLOCK_MONOTONIC_RAW in main() 224 vdso_test_clock(CLOCK_MONOTONIC_RAW); in main()
|
/linux/tools/testing/selftests/timens/ |
H A D | gettime_perf.c | 76 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", false); in main() 98 test(CLOCK_MONOTONIC_RAW, "monotonic-raw", true); in main()
|
H A D | timens.c | 42 ct(CLOCK_MONOTONIC_RAW, 1), 99 case CLOCK_MONOTONIC_RAW: in test_gettime()
|
H A D | timens.h | 69 if (clk_id == CLOCK_MONOTONIC_COARSE || clk_id == CLOCK_MONOTONIC_RAW) in _settime()
|
/linux/tools/testing/selftests/timers/ |
H 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()
|
/linux/include/uapi/linux/ |
H A D | time.h | 53 #define CLOCK_MONOTONIC_RAW 4 macro
|
/linux/lib/vdso/ |
H A D | gettimeofday.c | 82 vd = vdns - (clk == CLOCK_MONOTONIC_RAW ? CS_RAW : CS_HRES_COARSE); in do_hres_timens() 84 if (clk != CLOCK_MONOTONIC_RAW) in do_hres_timens()
|
/linux/kernel/time/ |
H A D | namespace.c | 189 offset[CLOCK_MONOTONIC_RAW] = monotonic; in timens_setup_vdso_data()
|
/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 53 CLOCK_MONOTONIC_RAW
|
/linux/drivers/ptp/ |
H A D | ptp_chardev.c | 370 extoff->clockid != CLOCK_MONOTONIC_RAW)) { in ptp_ioctl()
|
/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 63 if (clock_gettime(CLOCK_MONOTONIC_RAW, tstamp)) in timestamp_now()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_query.c | 75 case CLOCK_MONOTONIC_RAW: in __clock_id_to_func()
|
/linux/drivers/firewire/ |
H A D | core-cdev.c | 1291 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()
|
/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | 516 CLOCK_MONOTONIC_RAW are supported, some events might also allow
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 570 This is the raw monotonic clock (CLOCK_MONOTONIC_RAW)
|
/linux/kernel/events/ |
H A D | core.c | 12731 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()
|