Searched refs:pos_hists (Results 1 – 2 of 2) sorted by relevance
288 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local291 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()292 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()294 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()295 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
1262 struct hists *pos_hists = evsel__hists(pos); in hists__browser_title() local1265 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__browser_title()1266 nr_events += pos_hists->stats.total_non_filtered_period; in hists__browser_title()1268 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__browser_title()1269 nr_events += pos_hists->stats.total_period; in hists__browser_title()1850 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local1851 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()