Home
last modified time | relevance | path

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

/tools/perf/util/
Dcounts.h43 int evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads);
Dcounts.c58 int evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads) in evsel__alloc_counts() function
Dstat.c184 evsel__alloc_counts(evsel, ncpus, nthreads) < 0 || in evsel__alloc_stats()
Devsel.c1590 if (evsel->counts == NULL && evsel__alloc_counts(evsel, cpu + 1, thread + 1) < 0) in __evsel__read_on_cpu()
/tools/perf/tests/
Dopenat-syscall-all-cpus.c92 if (evsel__alloc_counts(evsel, cpus->nr, 1) < 0) { in test__openat_syscall_event_on_all_cpus()