Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-report.c421 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
424 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
425 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
427 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
428 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
/Linux-v4.19/tools/perf/util/
Dhist.c2492 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2495 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2496 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2498 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2499 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c3100 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local
3101 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()