Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dtrace_output_user.c101 } else if (e->header.type == PERF_RECORD_LOST) { in perf_event_read()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h652 PERF_RECORD_LOST = 2, enumerator
/linux-4.4.14/tools/perf/util/
Dsession.c628 [PERF_RECORD_LOST] = perf_event__all64_swap,
1089 case PERF_RECORD_LOST: in machines__deliver_event()
1333 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1337 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
Devent.c18 [PERF_RECORD_LOST] = "LOST",
Dpython.c379 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
Dmachine.c1472 case PERF_RECORD_LOST: in machine__process_event()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c269 hists->stats.nr_events[PERF_RECORD_LOST]) { in perf_top__print_sym_table()
271 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
Dbuiltin-sched.c1555 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
Dbuiltin-trace.c1616 case PERF_RECORD_LOST: in trace__process_event()
/linux-4.4.14/kernel/events/
Dring_buffer.c184 lost_event.header.type = PERF_RECORD_LOST; in perf_output_begin()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c459 browser->hists->stats.nr_events[PERF_RECORD_LOST]) { in hist_browser__run()
461 browser->hists->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__run()
2140 nr_events = hists->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()