Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dperf_event.h1112 PERF_RECORD_LOST_SAMPLES = 13, enumerator
/linux/tools/perf/util/
H A Devent.c52 [PERF_RECORD_LOST_SAMPLES] = "LOST_SAMPLES",
H A Dmachine.c1939 case PERF_RECORD_LOST_SAMPLES: in machine__process_event()
/linux/tools/perf/
H A Dbuiltin-top.c1212 } else if (event->header.type == PERF_RECORD_LOST_SAMPLES) { in deliver_event()
/linux/kernel/events/
H A Dcore.c9252 .type = PERF_RECORD_LOST_SAMPLES, in perf_log_lost_samples()