Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-report.c497 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
500 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
501 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
503 nr_samples += pos_hists->stats.nr_samples; in hists__fprintf_nr_sample_events()
504 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
/openbmc/linux/tools/perf/util/
H A Dhist.c2777 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2780 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2781 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2783 nr_samples += pos_hists->stats.nr_samples; in __hists__scnprintf_title()
2784 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c3425 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local
3426 nr_events += pos_hists->stats.nr_samples; in perf_evsel_menu__write()