Searched refs:total_lost_samples (Results 1 – 4 of 4) sorted by relevance
19 * in .nr_events[PERF_RECORD_LOST_SAMPLES] while total_lost_samples tells41 u64 total_lost_samples; member
1324 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event() 1739 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors() 1740 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors() 1743 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
568 evlist->stats.total_lost_samples); in evlist__tty_browse_hists()
873 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()