Searched refs:lost_cb (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/runqslower/ |
H A D | runqslower.c | 169 pb_opts.lost_cb = handle_lost_events; in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 467 perf_buffer_lost_fn lost_cb; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 463 perf_buffer_lost_fn lost_cb; member
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.h | 552 /* if specified, lost_cb is called for each batch of lost samples */ 553 perf_buffer_lost_fn lost_cb; member 554 /* ctx is provided to sample_cb and lost_cb */
|
H A D | libbpf.c | 9952 /* sample_cb and lost_cb are higher-level common-case callbacks */ 9954 perf_buffer_lost_fn lost_cb; member 9974 perf_buffer_lost_fn lost_cb; member 10093 p.lost_cb = opts ? opts->lost_cb : NULL; in perf_buffer__new() 10162 pb->lost_cb = p->lost_cb; in __perf_buffer__new() 10298 if (pb->lost_cb) in perf_buffer__process_record() 10299 pb->lost_cb(pb->ctx, cpu_buf->cpu, s->lost); in perf_buffer__process_record()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 1386 * @param lost_cb function called when record loss has occurred 1387 * @param ctx user-provided extra context passed into *sample_cb* and *lost_cb* 1393 perf_buffer_sample_fn sample_cb, perf_buffer_lost_fn lost_cb, void *ctx,
|
H A D | libbpf.c | 12302 /* sample_cb and lost_cb are higher-level common-case callbacks */ 12304 perf_buffer_lost_fn lost_cb; member 12324 perf_buffer_lost_fn lost_cb; member 12431 perf_buffer_lost_fn lost_cb, in perf_buffer__new() 12457 p.lost_cb = lost_cb; in perf_buffer__new() 12533 pb->lost_cb = p->lost_cb; in __perf_buffer__new() 12669 if (pb->lost_cb) in perf_buffer__process_record() 12670 pb->lost_cb(p in perf_buffer__process_record() 12429 perf_buffer__new(int map_fd, size_t page_cnt, perf_buffer_sample_fn sample_cb, perf_buffer_lost_fn lost_cb, void *ctx, const struct perf_buffer_opts *opts) perf_buffer__new() argument [all...] |
Completed in 35 milliseconds