Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcounts.c8 struct perf_counts *perf_counts__new(int ncpus, int nthreads) in perf_counts__new() function
47 evsel->counts = perf_counts__new(ncpus, nthreads); in perf_evsel__alloc_counts()
Dcounts.h32 struct perf_counts *perf_counts__new(int ncpus, int nthreads);
Dstat.c144 counts = perf_counts__new(ncpus, nthreads); in perf_evsel__alloc_prev_raw_counts()