Searched refs:pos_hists (Results 1 – 2 of 2) sorted by relevance
320 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local323 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()324 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()326 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()327 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
1297 struct hists *pos_hists = evsel__hists(pos); in hists__browser_title() local1300 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__browser_title()1301 nr_events += pos_hists->stats.total_non_filtered_period; in hists__browser_title()1303 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()1304 nr_events += pos_hists->stats.total_period; in hists__browser_title()2130 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local2131 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()