Home
last modified time | relevance | path

Searched refs:ring_buffer_time_stamp (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dring_buffer.h210 u64 ring_buffer_time_stamp(struct trace_buffer *buffer);
/linux/kernel/trace/
H A Dtrace_functions.c318 ring_buffer_time_stamp(tr->array_buffer.buffer); in is_repeat_check()
H A Dtrace.c900 ts = ring_buffer_time_stamp(buf->buffer); in buffer_ftrace_now()
7480 return ring_buffer_time_stamp(buffer); in tracing_event_time_stamp()
8674 t = ns2usecs(ring_buffer_time_stamp(trace_buf->buffer)); in tracing_stats_read()
8683 ring_buffer_time_stamp(trace_buf->buffer)); in tracing_stats_read()
H A Dring_buffer.c1104 u64 ring_buffer_time_stamp(struct trace_buffer *buffer) in ring_buffer_time_stamp() function
1114 EXPORT_SYMBOL_GPL(ring_buffer_time_stamp);