Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dtop.h30 u64 samples, lost, lost_total, drop, drop_total; member
Dtop.c50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf()
/linux-6.1.9/tools/perf/
Dbuiltin-top.c856 top->lost_total += event->lost.lost; in perf_top__process_lost()
866 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples()
/linux-6.1.9/tools/perf/ui/browsers/
Dhists.c2313 top->lost, top->lost_total); in hists_browser__scnprintf_title()