Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcounts.c10 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new() function
64 evsel->counts = perf_counts__new(perf_cpu_map__nr(cpus), nthreads); in evsel__alloc_counts()
Dcounts.h38 struct perf_counts *perf_counts__new(int ncpus, int nthreads);
Dstat.c165 counts = perf_counts__new(cpu_map_nr, nthreads); in evsel__alloc_prev_raw_counts()