Searched refs:perf_evsel__alloc_counts (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/perf/util/ | 
| D | counts.h | 42 int perf_evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads);
 | 
| D | counts.c | 56 int perf_evsel__alloc_counts(struct evsel *evsel, int ncpus, int nthreads)  in perf_evsel__alloc_counts()  function
 | 
| D | stat.c | 180 	    perf_evsel__alloc_counts(evsel, ncpus, nthreads) < 0 ||  in perf_evsel__alloc_stats()
 | 
| D | evsel.c | 1417 	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/ | 
| D | openat-syscall-all-cpus.c | 93 	if (perf_evsel__alloc_counts(evsel, cpus->nr, 1) < 0) {  in test__openat_syscall_event_on_all_cpus()
 |