Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-report.c498 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
501 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
502 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
504 nr_samples += pos_hists->stats.nr_samples; in hists__fprintf_nr_sample_events()
505 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
/Linux-v6.6/tools/perf/util/
Dhist.c2768 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2771 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2772 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2774 nr_samples += pos_hists->stats.nr_samples; in __hists__scnprintf_title()
2775 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/Linux-v6.6/tools/perf/ui/browsers/
Dhists.c3430 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local
3431 nr_events += pos_hists->stats.nr_samples; in perf_evsel_menu__write()