Home
last modified time | relevance | path

Searched defs:ringbuf (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/profiling/memory/
Dclient_api_benchmark.cc60 auto ringbuf = SharedRingBuffer::Create(8 * 1048576); in ConstructClient() local
81 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiOneTenthAllocation() local
102 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiOneHundrethAllocation() local
123 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiAlmostNoAllocation() local
144 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiSample() local
165 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiDisabledHeapAllocation() local
186 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiDisabledHeapFree() local
207 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiEnabledHeapFree() local
Dclient_api_unittest.cc62 auto ringbuf = SharedRingBuffer::Create(8 * 1048576); in ConstructClient() local
92 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in TEST() local
114 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in TEST() local
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dtest_ima.c46 struct ring_buffer *ringbuf = NULL; in test_test_ima() local
Dringbuf_multi.c44 struct ring_buffer *ringbuf = NULL; in test_ringbuf_multi() local
Dringbuf.c62 static struct ring_buffer *ringbuf; variable
/external/linux-kselftest/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c124 struct ring_buffer *ringbuf; member
213 struct ringbuf_custom ringbuf; member
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c655 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() local