Home
last modified time | relevance | path

Searched refs:nr_lost_samples (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Devents_stats.h50 u32 nr_lost_samples; member
H A Dhist.c2372 hists->stats.nr_lost_samples += lost; in hists__inc_nr_lost_samples()
2722 if (skip_empty && !hists->stats.nr_samples && !hists->stats.nr_lost_samples) in evlist__fprintf_nr_events()
2729 if (hists->stats.nr_lost_samples) in evlist__fprintf_nr_events()
2731 "LOST_SAMPLES", hists->stats.nr_lost_samples); in evlist__fprintf_nr_events()