Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_hwlat.c170 time_type start, t1, t2, last_t2; in get_sample() local
187 init_time(last_t2, 0); in get_sample()
195 if (time_u64(last_t2)) { in get_sample()
197 diff = time_to_us(time_sub(t1, last_t2)); in get_sample()
206 last_t2 = t2; in get_sample()