Searched refs:total_lost_samples (Results 1 – 3 of 3) sorted by relevance
259 u64 total_lost_samples; member
1106 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()1355 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()1356 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()1359 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
359 fprintf(stdout, "#\n# Total Lost Samples: %" PRIu64 "\n#\n", evlist->stats.total_lost_samples); in perf_evlist__tty_browse_hists()