Home
last modified time | relevance | path

Searched refs:pos_hists (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/perf/
H A 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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c2709 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2712 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2713 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2715 nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in __hists__scnprintf_title()
2716 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c2772 struct hists *pos_hists = evsel__hists(pos); in __hists__scnprintf_title() local
2775 nr_samples += pos_hists->stats.nr_non_filtered_samples; in __hists__scnprintf_title()
2776 nr_events += pos_hists->stats.total_non_filtered_period; in __hists__scnprintf_title()
2778 nr_samples += pos_hists->stats.nr_samples; in __hists__scnprintf_title()
2779 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c3428 struct hists *pos_hists = evsel__hists(pos); in perf_evsel_menu__write() local
3429 nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; in perf_evsel_menu__write()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A 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()

Completed in 21 milliseconds