Searched refs:evsel__alloc_counts (Results 1 – 5 of 5) sorted by relevance
/tools/perf/util/ |
D | counts.h | 43 int evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads);
|
D | counts.c | 58 int evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads) in evsel__alloc_counts() function
|
D | stat.c | 184 evsel__alloc_counts(evsel, ncpus, nthreads) < 0 || in evsel__alloc_stats()
|
D | evsel.c | 1590 if (evsel->counts == NULL && evsel__alloc_counts(evsel, cpu + 1, thread + 1) < 0) in __evsel__read_on_cpu()
|
/tools/perf/tests/ |
D | openat-syscall-all-cpus.c | 92 if (evsel__alloc_counts(evsel, cpus->nr, 1) < 0) { in test__openat_syscall_event_on_all_cpus()
|