Home
last modified time | relevance | path

Searched refs:PERF_RECORD_LOST (Results 1 – 14 of 14) sorted by relevance

/tools/bpf/bpftool/
A Dmap_perf_ring.c82 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
99 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
/tools/include/uapi/linux/
A Dperf_event.h910 PERF_RECORD_LOST = 2, enumerator
/tools/perf/util/
A Devent.c45 [PERF_RECORD_LOST] = "LOST",
608 case PERF_RECORD_LOST: in perf_event__fprintf()
A Dsession.c709 [PERF_RECORD_LOST] = perf_event__all64_swap,
1316 case PERF_RECORD_LOST: in machines__deliver_event()
1729 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1733 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
A Dpython.c468 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
A Dmachine.c1968 case PERF_RECORD_LOST: in machine__process_event()
/tools/testing/selftests/bpf/benchs/
A Dbench_ringbufs.c385 case PERF_RECORD_LOST: in perfbuf_process_sample_raw()
/tools/perf/
A Dbuiltin-top.c337 top->evlist->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
339 top->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
1215 } else if (event->header.type == PERF_RECORD_LOST) { in deliver_event()
A Dbuiltin-sched.c1960 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
3391 sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__timehist()
A Dbuiltin-kwork.c1831 kwork->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_kwork__read_events()
A Dbuiltin-trace.c1941 case PERF_RECORD_LOST: in trace__process_event()
/tools/perf/ui/browsers/
A Dhists.c692 evsel->evlist->stats.nr_events[PERF_RECORD_LOST])) { in hist_browser__handle_hotkey()
694 evsel->evlist->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__handle_hotkey()
3495 nr_events = evsel->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()
/tools/perf/Documentation/
A Dperf-script.txt359 Display lost events i.e. events of type PERF_RECORD_LOST.
/tools/lib/bpf/
A Dlibbpf.c13636 case PERF_RECORD_LOST: { in perf_buffer__process_record()

Completed in 90 milliseconds