Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_hwlat.c137 #define time_sub(a, b) ((a) - (b)) macro
198 diff = time_to_us(time_sub(t1, last_t2)); in get_sample()
209 total = time_to_us(time_sub(t2, start)); /* sample width */ in get_sample()
219 diff = time_to_us(time_sub(t2, t1)); /* current diff */ in get_sample()