Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
Dmap_perf_ring.c90 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
107 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
/tools/perf/util/
Devent.c41 [PERF_RECORD_LOST] = "LOST",
433 case PERF_RECORD_LOST: in perf_event__fprintf()
Dsession.c918 [PERF_RECORD_LOST] = perf_event__all64_swap,
1436 case PERF_RECORD_LOST: in machines__deliver_event()
1748 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1752 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
Dpython.c517 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
Dmachine.c1894 case PERF_RECORD_LOST: in machine__process_event()
/tools/include/uapi/linux/
Dperf_event.h754 PERF_RECORD_LOST = 2, enumerator
/tools/perf/
Dbuiltin-top.c330 hists->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
332 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
1192 } else if (event->header.type == PERF_RECORD_LOST) { in deliver_event()
Dbuiltin-sched.c1821 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
3048 sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__timehist()
Dbuiltin-script.c2351 PERF_RECORD_LOST, stdout); in process_lost_event()
Dbuiltin-trace.c1363 case PERF_RECORD_LOST: in trace__process_event()
/tools/perf/ui/browsers/
Dhists.c663 browser->hists->stats.nr_events[PERF_RECORD_LOST])) { in hist_browser__run()
665 browser->hists->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__run()
3252 nr_events = hists->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()
/tools/perf/Documentation/
Dperf-script.txt314 Display lost events i.e. events of type PERF_RECORD_LOST.
/tools/lib/bpf/
Dlibbpf.c5615 case PERF_RECORD_LOST: { in perf_buffer__process_record()