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

/linux-master/tools/perf/util/
H A Devents_stats.h47 u64 total_non_filtered_period; member in struct:hists_stats
H A Dhist.c341 hists->stats.total_non_filtered_period -= diff;
1736 hists->stats.total_non_filtered_period = 0;
1750 hists->stats.total_non_filtered_period += h->stat.period;
1770 hists->stats.total_non_filtered_period = 0;
1783 hists->stats.total_non_filtered_period += he->stat.period;
2736 return symbol_conf.filter_relative ? hists->stats.total_non_filtered_period :
2758 nr_events = hists->stats.total_non_filtered_period;
2772 nr_events += pos_hists->stats.total_non_filtered_period;
/linux-master/tools/perf/tests/
H A Dhists_filter.c177 hists->stats.total_non_filtered_period);
202 hists->stats.total_non_filtered_period == 400);
231 hists->stats.total_non_filtered_period == 300);
266 hists->stats.total_non_filtered_period == 300);
295 hists->stats.total_non_filtered_period == 200);
326 hists->stats.total_non_filtered_period == 200);
/linux-master/tools/perf/
H A Dbuiltin-diff.c318 he_total = he->hists->stats.total_non_filtered_period;
319 pair_total = pair->hists->stats.total_non_filtered_period;
463 hists->stats.total_non_filtered_period += sample->period;
H A Dbuiltin-report.c489 nr_events = hists->stats.total_non_filtered_period;
503 nr_events += pos_hists->stats.total_non_filtered_period;

Completed in 129 milliseconds