perf_counts__new   58 tools/perf/util/counts.c 	evsel->counts = perf_counts__new(ncpus, nthreads);
perf_counts__new   38 tools/perf/util/counts.h struct perf_counts *perf_counts__new(int ncpus, int nthreads);
perf_counts__new  152 tools/perf/util/stat.c 	counts = perf_counts__new(ncpus, nthreads);