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.c13496 struct perf_sample_lost { struct
13497 struct perf_event_header header;
13498 uint64_t id;
13499 uint64_t lost;
13523 struct perf_sample_lost *s = data; in perf_buffer__process_record() argument