Home
last modified time | relevance | path

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

/tools/perf/util/
Devent.h259 u64 total_lost_samples; member
Dsession.c1106 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()
/tools/perf/
Dbuiltin-report.c359 fprintf(stdout, "#\n# Total Lost Samples: %" PRIu64 "\n#\n", evlist->stats.total_lost_samples); in perf_evlist__tty_browse_hists()