Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-report.c472 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events() local
475 nr_samples += pos_hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
476 nr_events += pos_hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
478 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
479 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.c2705 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2708 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2709 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2711 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2712 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c3438 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local
3439 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()