Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_hwlat.c135 #define time_to_us(x) div_u64(x, 1000) macro
197 diff = time_to_us(time_sub(t1, last_t2)); in get_sample()
208 total = time_to_us(time_sub(t2, start)); /* sample width */ in get_sample()
218 diff = time_to_us(time_sub(t2, t1)); /* current diff */ in get_sample()