Home
last modified time | relevance | path

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

/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()
/linux/tools/perf/util/
H A Devents_stats.h63 u32 nr_non_filtered_samples; member
H A Dhist.c2263 hists->stats.nr_non_filtered_samples += h->stat.nr_events; in hists__remove_entry_filter()
2335 hists->stats.nr_non_filtered_samples = 0; in hists__filter_by_type()
2396 hists->stats.nr_non_filtered_samples = 0; in hists__filter_hierarchy()
2528 hists->stats.nr_non_filtered_samples++; in hists__inc_nr_samples()
2926 nr_samples = hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2940 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
H A Dannotate.c937 if (hists->stats.nr_non_filtered_samples) in calc_percent()
938 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples; in calc_percent()
/linux/tools/perf/
H A Dbuiltin-report.c494 nr_samples = hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
508 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()