Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Devent.h259 u64 total_lost_samples; member
Dsession.c1095 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1343 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()
1344 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1347 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c360 fprintf(stdout, "#\n# Total Lost Samples: %" PRIu64 "\n#\n", evlist->stats.total_lost_samples); in perf_evlist__tty_browse_hists()