Home
last modified time | relevance | path

Searched defs:perf_buffer (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.c12053 struct perf_buffer { struct
12054 perf_buffer_event_fn event_cb; argument
12055 perf_buffer_sample_fn sample_cb; argument
12056 perf_buffer_lost_fn lost_cb; argument
12068 static void perf_buffer__free_cpu_buf(struct perf_buffer *pb, argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h39330 struct perf_buffer { struct
39331 refcount_t refcount;
39332 struct callback_head callback_head;
39333 int nr_pages;
39334 int overwrite;
39335 int paused;
39336 atomic_t poll;
39337 local_t head;
39338 unsigned int nest;
39339 local_t events;
[all …]