Home
last modified time | relevance | path

Searched refs:PERF_RECORD_MISC_LOST_SAMPLES_BPF (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/perf/include/perf/
H A Devent.h73 #define PERF_RECORD_MISC_LOST_SAMPLES_BPF (1 << 15) macro
/linux/tools/perf/
H A Dbuiltin-report.c808 if (event->header.misc & PERF_RECORD_MISC_LOST_SAMPLES_BPF) in count_lost_samples_event()
H A Dbuiltin-record.c2006 PERF_RECORD_MISC_LOST_SAMPLES_BPF); in record__read_lost_samples()
/linux/tools/perf/util/
H A Dsession.c1321 if (event->header.misc & PERF_RECORD_MISC_LOST_SAMPLES_BPF) in machines__deliver_event()
H A Dmachine.c687 event->header.misc & PERF_RECORD_MISC_LOST_SAMPLES_BPF ? " (BPF)" : ""); in machine__process_lost_samples_event()