Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c177 hists->stats.total_non_filtered_period); in test__hists_filter()
202 hists->stats.total_non_filtered_period == 400); in test__hists_filter()
231 hists->stats.total_non_filtered_period == 300); in test__hists_filter()
266 hists->stats.total_non_filtered_period == 300); in test__hists_filter()
295 hists->stats.total_non_filtered_period == 200); in test__hists_filter()
326 hists->stats.total_non_filtered_period == 200); in test__hists_filter()
/openbmc/linux/tools/perf/util/
H A Devents_stats.h47 u64 total_non_filtered_period; member
H A Dhist.c341 hists->stats.total_non_filtered_period -= diff; in hists__decay_entry()
1738 hists->stats.total_non_filtered_period = 0; in hists__reset_filter_stats()
1752 hists->stats.total_non_filtered_period += h->stat.period; in hists__inc_filter_stats()
1772 hists->stats.total_non_filtered_period = 0; in hierarchy_recalc_total_periods()
1785 hists->stats.total_non_filtered_period += he->stat.period; in hierarchy_recalc_total_periods()
2740 return symbol_conf.filter_relative ? hists->stats.total_non_filtered_period : in hists__total_period()
2762 nr_events = hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2776 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c318 he_total = he->hists->stats.total_non_filtered_period; in formula_delta()
319 pair_total = pair->hists->stats.total_non_filtered_period; in formula_delta()
463 hists->stats.total_non_filtered_period += sample->period; in diff__process_sample_event()
H A Dbuiltin-report.c487 nr_events = hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
501 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()