Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Devents_stats.h30 u64 total_lost_samples; member
A Dsession.c1586 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1937 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()
1938 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1941 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-report.c553 evlist->stats.total_lost_samples); in evlist__tty_browse_hists()
A Dbuiltin-top.c867 evsel->evlist->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()

Completed in 14 milliseconds