Home
last modified time | relevance | path

Searched refs:total_lost_samples (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dsession.c1293 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1591 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()
1592 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1595 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
Devent.h403 u64 total_lost_samples; member
/Linux-v4.19/tools/perf/
Dbuiltin-report.c468 evlist->stats.total_lost_samples); in perf_evlist__tty_browse_hists()