Home
last modified time | relevance | path

Searched refs:ns2usecs (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dtrace_mmiotrace.c171 unsigned long long t = ns2usecs(iter->ts); in mmio_print_rw()
216 unsigned long long t = ns2usecs(iter->ts); in mmio_print_map()
250 unsigned long long t = ns2usecs(iter->ts); in mmio_print_mark()
H A Dtrace_output.c603 abs_ts = ns2usecs(abs_ts); in lat_print_timestamp()
604 rel_ts = ns2usecs(rel_ts); in lat_print_timestamp()
615 ns2usecs(iter->ts), in trace_print_time()
644 t = ns2usecs(ts); in trace_print_context()
H A Dtrace.h904 extern unsigned long long ns2usecs(u64 nsec);
H A Dtrace.c374 unsigned long long ns2usecs(u64 nsec) in ns2usecs() function
8319 t = ns2usecs(ring_buffer_oldest_event_ts(trace_buf->buffer, cpu)); in tracing_stats_read()
8324 t = ns2usecs(ring_buffer_time_stamp(trace_buf->buffer)); in tracing_stats_read()
H A Dtrace_events_hist.c880 ts = ns2usecs(ts); in hist_field_timestamp()