Home
last modified time | relevance | path

Searched refs:perf_evsel__alloc_counts (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dcounts.h42 int perf_evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads);
Dcounts.c56 int perf_evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads) in perf_evsel__alloc_counts() function
Dstat.c180 perf_evsel__alloc_counts(evsel, ncpus, nthreads) < 0 || in perf_evsel__alloc_stats()
Devsel.c1417 if (evsel->counts == NULL && perf_evsel__alloc_counts(evsel, cpu + 1, thread + 1) < 0) in __perf_evsel__read_on_cpu()
/Linux-v5.4/tools/perf/tests/
Dopenat-syscall-all-cpus.c93 if (perf_evsel__alloc_counts(evsel, cpus->nr, 1) < 0) { in test__openat_syscall_event_on_all_cpus()