Searched refs:ring_buffer_sample_fn (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | ringbuf.c | 26 ring_buffer_sample_fn sample_cb; 74 ring_buffer_sample_fn sample_cb, void *ctx) in ring_buffer__add() 183 ring_buffer__new(int map_fd, ring_buffer_sample_fn sample_cb, void *ctx, in ring_buffer__new()
|
H A D | libbpf.h | 1234 typedef int (*ring_buffer_sample_fn)(void *ctx, void *data, size_t size); typedef 1243 ring_buffer__new(int map_fd, ring_buffer_sample_fn sample_cb, void *ctx, 1247 ring_buffer_sample_fn sample_cb, void *ctx);
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | user_ringbuf.c | 144 ring_buffer_sample_fn callback, in load_skel_create_ringbufs()
|