Searched refs:lost_total (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | top.h | 29 u64 samples, lost, lost_total, drop, drop_total; member
|
H A D | top.c | 50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | top.h | 30 u64 samples, lost, lost_total, drop, drop_total; member
|
H A D | top.c | 50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 861 top->lost_total += event->lost.lost; in perf_top__process_lost() 873 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 861 top->lost_total += event->lost.lost; in perf_top__process_lost() 871 top->lost_total += event->lost_samples.lost; in perf_top__process_lost_samples()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 2302 top->lost, top->lost_total); in hists_browser__scnprintf_title()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 2303 top->lost, top->lost_total); in hists_browser__scnprintf_title()
|
Completed in 16 milliseconds