Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Devents_stats.h30 u64 total_lost_samples; member
Dsession.c1582 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1928 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()
1929 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1932 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
/Linux-v6.1/tools/perf/
Dbuiltin-report.c549 evlist->stats.total_lost_samples); in evlist__tty_browse_hists()
Dbuiltin-top.c867 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()