Home
last modified time | relevance | path

Searched refs:diff_timespec (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/timers/
Draw_skew.c72 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() function
94 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
121 delta1 = diff_timespec(mon, raw); in main()
133 delta2 = diff_timespec(mon, raw); in main()
135 interval = diff_timespec(start, end); in main()
Dadjtick.c70 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() function
97 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
118 delta1 = diff_timespec(mon_start, mon_end); in get_ppm_drift()
119 delta2 = diff_timespec(raw_start, raw_end); in get_ppm_drift()
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c136 static inline void diff_timespec(struct timespec *r, struct timespec *a, in diff_timespec() function
242 diff_timespec(&rs, &ts, &ref_time); in process_interval()