Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c12644 struct perf_sample_lost { struct
12645 struct perf_event_header header;
12646 uint64_t id;
12647 uint64_t lost;
12671 struct perf_sample_lost *s = data; in perf_buffer__process_record() argument