Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dring_buffer.h51 static inline u64 ring_buffer_read_head(struct perf_event_mmap_page *base) in ring_buffer_read_head() function
/linux/tools/lib/perf/
H A Dmmap.c90 return ring_buffer_read_head(map->base); in perf_mmap__read_head()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c502 data_head = ring_buffer_read_head(header); in perfbuf_custom_consumer()
/linux/Documentation/userspace-api/
H A Dperf_ring_buffer.rst571 in the kernel and two helpers ``ring_buffer_read_head()`` and
584 ``ring_buffer_read_head()`` doesn't invoke ``smp_load_acquire()`` and it uses
/linux/tools/lib/bpf/
H A Dlibbpf.c13025 __u64 data_head = ring_buffer_read_head(header); in perf_event_read_simple()