pos_hists 443 tools/perf/builtin-report.c const struct hists *pos_hists = evsel__hists(pos); pos_hists 446 tools/perf/builtin-report.c nr_samples += pos_hists->stats.nr_non_filtered_samples; pos_hists 447 tools/perf/builtin-report.c nr_events += pos_hists->stats.total_non_filtered_period; pos_hists 449 tools/perf/builtin-report.c nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; pos_hists 450 tools/perf/builtin-report.c nr_events += pos_hists->stats.total_period; pos_hists 3243 tools/perf/ui/browsers/hists.c struct hists *pos_hists = evsel__hists(pos); pos_hists 3244 tools/perf/ui/browsers/hists.c nr_events += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; pos_hists 2653 tools/perf/util/hist.c struct hists *pos_hists = evsel__hists(pos); pos_hists 2656 tools/perf/util/hist.c nr_samples += pos_hists->stats.nr_non_filtered_samples; pos_hists 2657 tools/perf/util/hist.c nr_events += pos_hists->stats.total_non_filtered_period; pos_hists 2659 tools/perf/util/hist.c nr_samples += pos_hists->stats.nr_events[PERF_RECORD_SAMPLE]; pos_hists 2660 tools/perf/util/hist.c nr_events += pos_hists->stats.total_period;