Home
last modified time | relevance | path

Searched refs:pos_hists (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-report.c320 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
323 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()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1297 struct hists *pos_hists = evsel__hists(pos); in hists__browser_title() local
1300 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() local
2131 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()