Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c14590 struct perf_sample_lost { struct
14591 struct perf_event_header header;
14592 uint64_t id;
14593 uint64_t lost;
14617 struct perf_sample_lost *s = data; in perf_buffer__process_record() argument