Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-report.c504 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
507 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
508 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
510 nr_samples += pos_hists->stats.nr_samples; in hists__fprintf_nr_sample_events()
511 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
/linux-6.15/tools/perf/util/
H A Dhist.c2863 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2866 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2867 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2869 nr_samples += pos_hists->stats.nr_samples; in __hists__scnprintf_title()
2870 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c3464 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local
3465 nr_events += pos_hists->stats.nr_samples; in perf_evsel_menu__write()