Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h640 PERF_RECORD_LOST = 2, enumerator
/linux-4.1.27/tools/perf/util/
Dsession.c490 [PERF_RECORD_LOST] = perf_event__all64_swap,
931 case PERF_RECORD_LOST: in machines__deliver_event()
1134 stats->nr_events[PERF_RECORD_LOST] != 0) { in perf_session__warn_about_errors()
1138 stats->nr_events[PERF_RECORD_LOST]); in perf_session__warn_about_errors()
Dpython.c337 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
1006 { "RECORD_LOST", PERF_RECORD_LOST },
Devent.c18 [PERF_RECORD_LOST] = "LOST",
Dmachine.c1332 case PERF_RECORD_LOST: in machine__process_event()
/linux-4.1.27/tools/perf/
Dbuiltin-top.c265 hists->stats.nr_events[PERF_RECORD_LOST]) { in perf_top__print_sym_table()
267 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
Dbuiltin-sched.c1514 sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST]; in perf_sched__read_events()
Dbuiltin-trace.c1403 case PERF_RECORD_LOST: in trace__process_event()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c440 browser->hists->stats.nr_events[PERF_RECORD_LOST]) { in hist_browser__run()
442 browser->hists->stats.nr_events[PERF_RECORD_LOST]; in hist_browser__run()
1860 nr_events = hists->stats.nr_events[PERF_RECORD_LOST]; in perf_evsel_menu__write()
/linux-4.1.27/kernel/events/
Dring_buffer.c184 lost_event.header.type = PERF_RECORD_LOST; in perf_output_begin()