Home
last modified time | relevance | path

Searched refs:total_lost (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/tools/perf/util/
Dhist.h27 u64 total_lost; member
Dsession.c848 session->hists.stats.total_lost != 0) { in perf_session__warn_about_errors()
852 session->hists.stats.total_lost); in perf_session__warn_about_errors()
Devent.c449 session->hists.stats.total_lost += event->lost.lost; in perf_event__process_lost()
/linux-2.6.39/tools/perf/
Dbuiltin-top.c273 if (session->hists.stats.total_lost != 0) { in print_sym_table()
276 session->hists.stats.total_lost); in print_sym_table()
Dbuiltin-sched.c1651 nr_lost_events = session->hists.stats.total_lost; in read_events()