Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devents_stats.h32 u64 total_lost_samples; member
H A Dsession.c1499 evlist->stats.total_lost_samples += event->lost_samples.lost; in machines__deliver_event()
1856 drop_rate = (double)stats->total_lost_samples / in perf_session__warn_about_errors()
1857 (double) (stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples); in perf_session__warn_about_errors()
1860 stats->nr_events[PERF_RECORD_SAMPLE] + stats->total_lost_samples, in perf_session__warn_about_errors()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c874 hists->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()
H A Dbuiltin-report.c537 evlist->stats.total_lost_samples); in perf_evlist__tty_browse_hists()