Searched refs:perf_counts__new (Results 1 – 4 of 4) sorted by relevance
10 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new() function 63 evsel->counts = perf_counts__new(perf_cpu_map__nr(cpus), nthreads); in evsel__alloc_counts()
37 struct perf_counts *perf_counts__new(int ncpus, int nthreads);
160 counts = perf_counts__new(cpu_map_nr, nthreads); in evsel__alloc_prev_raw_counts()
922 evsel->counts = perf_counts__new(ncpus, nthreads); in evsel__ensure_counts() 926 evsel->prev_raw_counts = perf_counts__new(ncpus, nthreads); in evsel__ensure_counts()