Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/timers/
A Draw_skew.c60 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() function
82 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
109 delta1 = diff_timespec(mon, raw); in main()
122 delta2 = diff_timespec(mon, raw); in main()
124 interval = diff_timespec(start, end); in main()
A Dadjtick.c59 long long diff_timespec(struct timespec start, struct timespec end) in diff_timespec() function
86 newdiff = diff_timespec(start, end); in get_monotonic_and_raw()
107 delta1 = diff_timespec(mon_start, mon_end); in get_ppm_drift()
108 delta2 = diff_timespec(raw_start, raw_end); in get_ppm_drift()
A Dfreq-step.c43 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-6.3-rc2/tools/perf/
A Dbuiltin-stat.c281 static inline void diff_timespec(struct timespec *r, struct timespec *a, in diff_timespec() function
500 diff_timespec(&rs, &ts, &ref_time); in process_interval()
636 diff_timespec(&time_diff, time_stop, time_start); in compute_tts()

Completed in 14 milliseconds