Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/timers/
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.c48 #define CLOCK_MONOTONIC_RAW 4 macro
71 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.1.27/include/uapi/linux/
Dtime.h51 #define CLOCK_MONOTONIC_RAW 4 macro
/linux-4.1.27/tools/perf/
Dbuiltin-record.c728 #ifndef CLOCK_MONOTONIC_RAW
729 #define CLOCK_MONOTONIC_RAW 4 macro
741 CLOCKID_MAP("monotonic_raw", CLOCK_MONOTONIC_RAW),
750 CLOCKID_MAP("raw", CLOCK_MONOTONIC_RAW),
/linux-4.1.27/tools/perf/Documentation/
Dperf-record.txt257 CLOCK_MONOTONIC_RAW are supported, some events might also allow
/linux-4.1.27/kernel/time/
Dposix-timers.c337 posix_timers_register_clock(CLOCK_MONOTONIC_RAW, &clock_monotonic_raw); in init_posix_timers()
/linux-4.1.27/drivers/firewire/
Dcore-cdev.c1219 case CLOCK_MONOTONIC_RAW: getrawmonotonic(&ts); break; in ioctl_get_cycle_timer2()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c2541 CLOCK_MONOTONIC_RAW, HRTIMER_MODE_ABS); in mac80211_hwsim_new_radio()
/linux-4.1.27/kernel/events/
Dcore.c7876 case CLOCK_MONOTONIC_RAW: in perf_event_set_clock()