Searched refs:next_ts (Results 1 – 2 of 2) sorted by relevance
521 lat_print_timestamp(struct trace_iterator *iter, u64 next_ts) in lat_print_timestamp() argument527 unsigned long long rel_ts = next_ts - iter->ts; in lat_print_timestamp()609 u64 next_ts; in trace_print_lat_context() local612 &next_ts); in trace_print_lat_context()619 next_ts = iter->ts; in trace_print_lat_context()634 lat_print_timestamp(iter, next_ts); in trace_print_lat_context()
3296 u64 next_ts = 0, ts; in __find_next_entry() local3325 if (ent && (!next || ts < next_ts)) { in __find_next_entry()3328 next_ts = ts; in __find_next_entry()3340 *ent_ts = next_ts; in __find_next_entry()