Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dring_buffer.h208 u64 ring_buffer_time_stamp(struct trace_buffer *buffer);
/linux-6.15/kernel/trace/
H A Dtrace_functions.c326 ring_buffer_time_stamp(tr->array_buffer.buffer); in is_repeat_check()
H A Dtrace.c850 ts = ring_buffer_time_stamp(buf->buffer); in buffer_ftrace_now()
7379 return ring_buffer_time_stamp(buffer); in tracing_event_time_stamp()
8577 t = ns2usecs(ring_buffer_time_stamp(trace_buf->buffer)); in tracing_stats_read()
8586 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);