Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-report.c288 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
291 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()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1262 struct hists *pos_hists = evsel__hists(pos); in hists__browser_title() local
1265 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() local
1851 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()