Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/timers/
Dadjtick.c28 #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()
Draw_skew.c30 #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()
Dset-timer-lat.c37 #define CLOCK_MONOTONIC_RAW 4 macro
69 case CLOCK_MONOTONIC_RAW: in clockstring()
269 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
Dnanosleep.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW: in clockstring()
Dalarmtimer-suspend.c37 #define CLOCK_MONOTONIC_RAW 4 macro
68 case CLOCK_MONOTONIC_RAW: in clockstring()
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()
Dinconsistency-check.c40 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW: in clockstring()
Dnsleep-lat.c38 #define CLOCK_MONOTONIC_RAW 4 macro
61 case CLOCK_MONOTONIC_RAW: in clockstring()
/Linux-v5.4/include/uapi/linux/
Dtime.h51 #define CLOCK_MONOTONIC_RAW 4 macro
/Linux-v5.4/include/vdso/
Ddatapage.h18 #define VDSO_RAW (BIT(CLOCK_MONOTONIC_RAW))
/Linux-v5.4/kernel/time/
Dvsyscall.c65 vdso_ts = &vdata[CS_RAW].basetime[CLOCK_MONOTONIC_RAW]; in update_vdso_data()
Dposix-timers.c1348 [CLOCK_MONOTONIC_RAW] = &clock_monotonic_raw,
/Linux-v5.4/tools/perf/arch/arm64/util/
Darm-spe.c148 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in arm_spe_reference()
/Linux-v5.4/arch/nds32/kernel/vdso/
Dgettimeofday.c218 case CLOCK_MONOTONIC_RAW: in __vdso_clock_getres()
/Linux-v5.4/drivers/iio/
Dindustrialio-core.c223 case CLOCK_MONOTONIC_RAW: in iio_get_time_ns()
250 case CLOCK_MONOTONIC_RAW: in iio_get_time_res()
1259 case CLOCK_MONOTONIC_RAW: in iio_show_timestamp_clock()
1299 clk = CLOCK_MONOTONIC_RAW; in iio_store_timestamp_clock()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c1840 #ifndef CLOCK_MONOTONIC_RAW
1841 #define CLOCK_MONOTONIC_RAW 4 macro
1853 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW),
1862 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
/Linux-v5.4/Documentation/core-api/
Dtimekeeping.rst53 CLOCK_MONOTONIC_RAW
/Linux-v5.4/drivers/firewire/
Dcore-cdev.c1206 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()
/Linux-v5.4/tools/perf/Documentation/
Dperf-record.txt421 CLOCK_MONOTONIC_RAW are supported, some events might also allow
/Linux-v5.4/Documentation/trace/
Dftrace.rst472 This is the raw monotonic clock (CLOCK_MONOTONIC_RAW)
/Linux-v5.4/kernel/events/
Dcore.c10812 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()