Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/bpftool/
Dmap_perf_ring.c76 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
93 } else if (e->header.type == PERF_RECORD_LOST) { in print_bpf_output()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtrace_helpers.c137 } else if (e->header.type == PERF_RECORD_LOST) { in bpf_perf_event_print()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h751 PERF_RECORD_LOST = 2, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h751 PERF_RECORD_LOST = 2, enumerator
/Linux-v4.19/tools/perf/util/
Dsession.c791 [PERF_RECORD_LOST] = perf_event__all64_swap,
1287 case PERF_RECORD_LOST: in machines__deliver_event()
1581 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1585 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
Devent.c32 [PERF_RECORD_LOST] = "LOST",
1501 case PERF_RECORD_LOST: in perf_event__fprintf()
Dpython.c505 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
Dmachine.c1787 case PERF_RECORD_LOST: in machine__process_event()
/Linux-v4.19/tools/perf/
Dbuiltin-top.c281 hists->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
283 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
Dbuiltin-sched.c1813 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
3042 sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__timehist()
Dbuiltin-script.c2121 PERF_RECORD_LOST, stdout); in process_lost_event()
Dbuiltin-trace.c1166 case PERF_RECORD_LOST: in trace__process_event()
/Linux-v4.19/kernel/events/
Dring_buffer.c212 lost_event.header.type = PERF_RECORD_LOST; in __perf_output_begin()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c647 browser->hists->stats.nr_events[PERF_RECORD_LOST])) { in hist_browser__run()
649 browser->hists->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__run()
3110 nr_events = hists->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()
/Linux-v4.19/tools/perf/Documentation/
Dperf-script.txt305 Display lost events i.e. events of type PERF_RECORD_LOST.