Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.c206 time_type start, t1, t2, last_t2; in get_sample() local
223 init_time(last_t2, 0); in get_sample()
232 if (time_u64(last_t2)) { in get_sample()
234 outer_diff = time_to_us(time_sub(t1, last_t2)); in get_sample()
243 last_t2 = t2; in get_sample()