Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/trace/
Dtrace_output.c653 u64 next_ts; local
660 &next_ts);
669 next_ts = iter->ts;
670 rel_usecs = ns2usecs(next_ts - iter->ts);
Dtrace.c1709 u64 next_ts = 0, ts; in __find_next_entry() local
1738 if (ent && (!next || ts < next_ts)) { in __find_next_entry()
1741 next_ts = ts; in __find_next_entry()
1753 *ent_ts = next_ts; in __find_next_entry()