Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c13561 struct perf_sample_lost { struct
13562 struct perf_event_header header;
13563 uint64_t id;
13564 uint64_t lost;
13588 struct perf_sample_lost *s = data; in perf_buffer__process_record() argument