Home
last modified time | relevance | path

Searched refs:nr_non_filtered_samples (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c172 hists->stats.nr_non_filtered_samples); in test__hists_filter()
198 hists->stats.nr_non_filtered_samples == 4); in test__hists_filter()
227 hists->stats.nr_non_filtered_samples == 3); in test__hists_filter()
262 hists->stats.nr_non_filtered_samples == 3); in test__hists_filter()
291 hists->stats.nr_non_filtered_samples == 2); in test__hists_filter()
322 hists->stats.nr_non_filtered_samples == 2); in test__hists_filter()
/openbmc/linux/tools/perf/util/
H A Devents_stats.h49 u32 nr_non_filtered_samples; member
H A Dhist.c2127 hists->stats.nr_non_filtered_samples += h->stat.nr_events; in hists__remove_entry_filter()
2189 hists->stats.nr_non_filtered_samples = 0; in hists__filter_by_type()
2250 hists->stats.nr_non_filtered_samples = 0; in hists__filter_hierarchy()
2372 hists->stats.nr_non_filtered_samples++; in hists__inc_nr_samples()
2766 nr_samples = hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2780 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
H A Dannotate.c2287 if (hists->stats.nr_non_filtered_samples) in calc_percent()
2288 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples; in calc_percent()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c486 nr_samples = hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
500 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()