Searched refs:next_ts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_output.c | 546 lat_print_timestamp(struct trace_iterator *iter, u64 next_ts) in lat_print_timestamp() argument 552 unsigned long long rel_ts = next_ts - iter->ts; in lat_print_timestamp() 634 u64 next_ts; in trace_print_lat_context() local 636 next_entry = trace_find_next_entry(iter, NULL, &next_ts); in trace_print_lat_context() 638 next_ts = iter->ts; in trace_print_lat_context() 656 lat_print_timestamp(iter, next_ts); in trace_print_lat_context()
|
H A D | trace.c | 3519 u64 next_ts = 0, ts; in __find_next_entry() local 3548 if (ent && (!next || ts < next_ts)) { in __find_next_entry() 3551 next_ts = ts; in __find_next_entry() 3563 *ent_ts = next_ts; in __find_next_entry()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_output.c | 549 lat_print_timestamp(struct trace_iterator *iter, u64 next_ts) in lat_print_timestamp() argument 555 unsigned long long rel_ts = next_ts - iter->ts; in lat_print_timestamp() 645 u64 next_ts; in trace_print_lat_context() local 647 next_entry = trace_find_next_entry(iter, NULL, &next_ts); in trace_print_lat_context() 649 next_ts = iter->ts; in trace_print_lat_context() 667 lat_print_timestamp(iter, next_ts); in trace_print_lat_context()
|
H A D | trace.c | 3688 u64 next_ts = 0, ts; in __find_next_entry() local 3717 if (ent && (!next || ts < next_ts)) { in __find_next_entry() 3720 next_ts = ts; in __find_next_entry() 3732 *ent_ts = next_ts; in __find_next_entry()
|
Completed in 34 milliseconds