Searched refs:diff_timespec (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/timers/ |
H A D | raw_skew.c | 58 long long diff_timespec(struct timespec start, struct timespec end) in nsec_to_ts() 80 newdiff = diff_timespec(start, end); in get_monotonic_and_raw() 107 delta1 = diff_timespec(mon, raw); in main() 120 delta2 = diff_timespec(mon, raw); in main() 122 interval = diff_timespec(start, end); in main() 60 long long diff_timespec(struct timespec start, struct timespec end) diff_timespec() function
|
H A D | adjtick.c | 55 long long diff_timespec(struct timespec start, struct timespec end) in nsec_to_ts() 82 newdiff = diff_timespec(start, end); in get_monotonic_and_raw() 103 delta1 = diff_timespec(mon_start, mon_end); in get_ppm_drift() 104 delta2 = diff_timespec(raw_start, raw_end); in get_ppm_drift() 59 long long diff_timespec(struct timespec start, struct timespec end) diff_timespec() function
|
H A D | freq-step.c | 43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec() function 63 delay = diff_timespec(&ts3, &ts1); in get_sample() 70 sample->offset = diff_timespec(&ts2, &ts1); in get_sample()
|
/linux/tools/perf/ |
H A D | builtin-stat.c | 235 static inline void diff_timespec(struct timespec *r, struct timespec *a, in diff_timespec() 444 diff_timespec(&rs, &ts, &ref_time); in process_interval() 579 diff_timespec(&time_diff, time_stop, time_start); in compute_tts() 234 static inline void diff_timespec(struct timespec *r, struct timespec *a, diff_timespec() function
|