Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_hwlat.c171 s64 diff, total, last_total = 0; in get_sample() local
211 if (total < last_total) { in get_sample()
215 last_total = total; in get_sample()