Symbol: PERF_RECORD_LOST
kernel/events/ring_buffer.c
250
lost_event.header.type = PERF_RECORD_LOST;
tools/bpf/bpftool/map_perf_ring.c
82
} else if (e->header.type == PERF_RECORD_LOST) {
tools/bpf/bpftool/map_perf_ring.c
99
} else if (e->header.type == PERF_RECORD_LOST) {
tools/lib/bpf/libbpf.c
13985
case PERF_RECORD_LOST: {
tools/perf/builtin-kwork.c
1831
kwork->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST];
tools/perf/builtin-sched.c
1956
sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST];
tools/perf/builtin-sched.c
3387
sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST];
tools/perf/builtin-top.c
1215
} else if (event->header.type == PERF_RECORD_LOST) {
tools/perf/builtin-top.c
337
top->evlist->stats.nr_events[PERF_RECORD_LOST])) {
tools/perf/builtin-top.c
339
top->evlist->stats.nr_events[PERF_RECORD_LOST];
tools/perf/builtin-trace.c
1942
case PERF_RECORD_LOST:
tools/perf/ui/browsers/hists.c
3496
nr_events = evsel->evlist->stats.nr_events[PERF_RECORD_LOST];
tools/perf/ui/browsers/hists.c
692
evsel->evlist->stats.nr_events[PERF_RECORD_LOST])) {
tools/perf/ui/browsers/hists.c
694
evsel->evlist->stats.nr_events[PERF_RECORD_LOST];
tools/perf/util/event.c
45
[PERF_RECORD_LOST] = "LOST",
tools/perf/util/event.c
661
case PERF_RECORD_LOST:
tools/perf/util/machine.c
1968
case PERF_RECORD_LOST:
tools/perf/util/python.c
470
[PERF_RECORD_LOST] = &pyrf_lost_event__type,
tools/perf/util/session.c
1498
case PERF_RECORD_LOST:
tools/perf/util/session.c
1921
stats->nr_events[PERF_RECORD_LOST] != 0) {
tools/perf/util/session.c
1925
stats->nr_events[PERF_RECORD_LOST]);
tools/perf/util/session.c
724
[PERF_RECORD_LOST] = perf_event__all64_swap,
tools/testing/selftests/bpf/benchs/bench_ringbufs.c
438
case PERF_RECORD_LOST: