Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devents_stats.h41 u64 total_lost_samples; member
H A Dsession.c1298 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1672 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()
1673 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1676 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
/linux/tools/perf/
H A Dbuiltin-top.c871 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
H A Dbuiltin-report.c561 evlist->stats.total_lost_samples); in evlist__tty_browse_hists()