Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_hwlat.c204 time_type start, t1, t2, last_t2; in get_sample() local
221 init_time(last_t2, 0); in get_sample()
230 if (time_u64(last_t2)) { in get_sample()
232 outer_diff = time_to_us(time_sub(t1, last_t2)); in get_sample()
241 last_t2 = t2; in get_sample()