Home
last modified time | relevance | path

Searched defs:ringbuf (Results 1 – 9 of 9) 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/
Duser_ringbuf.c33 static int write_samples(struct user_ring_buffer *ringbuf, uint32_t num_samples) in write_samples()
240 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_misaligned() local
256 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_producer_wrong_offset() local
272 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_larger_than_ringbuf_sz() local
288 struct user_ring_buffer *ringbuf; in test_user_ringbuf_basic() local
311 struct user_ring_buffer *ringbuf; in test_user_ringbuf_sample_full_ring_buffer() local
336 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_alignment_autoadjust() local
360 struct user_ring_buffer *ringbuf; in test_user_ringbuf_overfill() local
378 struct user_ring_buffer *ringbuf; in test_user_ringbuf_discards_properly_ignored() local
423 struct user_ring_buffer *ringbuf; in test_user_ringbuf_loop() local
[all …]
Dringbuf_multi.c44 struct ring_buffer *ringbuf = NULL; in test_ringbuf_multi() local
Dtest_ima.c68 struct ring_buffer *ringbuf = NULL; in test_test_ima() local
Dringbuf.c62 static struct ring_buffer *ringbuf; variable
Dunpriv_bpf_disabled.c63 struct ring_buffer *ringbuf = NULL; in test_unpriv_bpf_disabled_positive() local
/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