Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/timers/
Dadjtick.c39 #define CLOCK_MONOTONIC_RAW 4 macro
87 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw()
94 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw()
187 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
Draw_skew.c42 #define CLOCK_MONOTONIC_RAW 4 macro
91 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw()
112 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
Dset-timer-lat.c47 #define CLOCK_MONOTONIC_RAW 4 macro
78 case CLOCK_MONOTONIC_RAW: in clockstring()
204 (clock_id == CLOCK_MONOTONIC_RAW) || in main()
Dnanosleep.c49 #define CLOCK_MONOTONIC_RAW 4 macro
72 case CLOCK_MONOTONIC_RAW: in clockstring()
Dalarmtimer-suspend.c48 #define CLOCK_MONOTONIC_RAW 4 macro
79 case CLOCK_MONOTONIC_RAW: in clockstring()
Dnsleep-lat.c49 #define CLOCK_MONOTONIC_RAW 4 macro
72 case CLOCK_MONOTONIC_RAW: in clockstring()
Dinconsistency-check.c51 #define CLOCK_MONOTONIC_RAW 4 macro
72 case CLOCK_MONOTONIC_RAW: in clockstring()
/linux-4.4.14/include/uapi/linux/
Dtime.h51 #define CLOCK_MONOTONIC_RAW 4 macro
/linux-4.4.14/tools/perf/
Dbuiltin-record.c860 #ifndef CLOCK_MONOTONIC_RAW
861 #define CLOCK_MONOTONIC_RAW 4 macro
873 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW),
882 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
/linux-4.4.14/kernel/time/
Dposix-timers.c344 posix_timers_register_clock(CLOCK_MONOTONIC_RAW, &clock_monotonic_raw); in init_posix_timers()
/linux-4.4.14/tools/perf/Documentation/
Dperf-record.txt298 CLOCK_MONOTONIC_RAW are supported, some events might also allow
/linux-4.4.14/drivers/firewire/
Dcore-cdev.c1219 case CLOCK_MONOTONIC_RAW: getrawmonotonic(&ts); break; in ioctl_get_cycle_timer2()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c2540 CLOCK_MONOTONIC_RAW, HRTIMER_MODE_ABS); in mac80211_hwsim_new_radio()
/linux-4.4.14/kernel/events/
Dcore.c8205 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()