Home
last modified time | relevance | path

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

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