Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_output.c593 lat_print_timestamp(struct trace_iterator *iter, u64 next_ts) in lat_print_timestamp()
599 unsigned long long rel_ts = next_ts - iter->ts; in lat_print_timestamp()
689 u64 next_ts; in trace_print_lat_context()
691 next_entry = trace_find_next_entry(iter, NULL, &next_ts);
693 next_ts = iter->ts; in print_function_args()
711 lat_print_timestamp(iter, next_ts); in print_function_args()
569 lat_print_timestamp(struct trace_iterator * iter,u64 next_ts) lat_print_timestamp() argument
665 u64 next_ts; trace_print_lat_context() local
H A Dtrace.c2851 u64 next_ts = 0, ts; in __find_next_entry() local
2880 if (ent && (!next || ts < next_ts)) { in __find_next_entry()
2883 next_ts = ts; in __find_next_entry()
2895 *ent_ts = next_ts; in __find_next_entry()