Searched refs:next_ts (Results 1 – 2 of 2) sorted by relevance
543 lat_print_timestamp(struct trace_iterator *iter, u64 next_ts) in lat_print_timestamp() argument549 unsigned long long rel_ts = next_ts - iter->ts; in lat_print_timestamp()631 u64 next_ts; in trace_print_lat_context() local634 &next_ts); in trace_print_lat_context()641 next_ts = iter->ts; in trace_print_lat_context()656 lat_print_timestamp(iter, next_ts); in trace_print_lat_context()
3102 u64 next_ts = 0, ts; in __find_next_entry() local3131 if (ent && (!next || ts < next_ts)) { in __find_next_entry()3134 next_ts = ts; in __find_next_entry()3146 *ent_ts = next_ts; in __find_next_entry()