Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/trace/
Dtrace_output.c612 u64 next_ts; local
617 &next_ts);
623 next_ts = iter->ts;
624 rel_usecs = ns2usecs(next_ts - iter->ts);
Dtrace.c1550 u64 next_ts = 0, ts; in __find_next_entry() local
1578 if (ent && (!next || ts < next_ts)) { in __find_next_entry()
1581 next_ts = ts; in __find_next_entry()
1590 *ent_ts = next_ts; in __find_next_entry()