Searched refs:evsel__open_cpu (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | evsel.c | 2038 static int evsel__open_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open_cpu() function 2186 return evsel__open_cpu(evsel, cpus, threads, 0, perf_cpu_map__nr(cpus)); in evsel__open() 2198 return evsel__open_cpu(evsel, cpus, NULL, 0, perf_cpu_map__nr(cpus)); in evsel__open_per_cpu() 2200 return evsel__open_cpu(evsel, cpus, NULL, cpu_map_idx, cpu_map_idx + 1); in evsel__open_per_cpu()
|
Completed in 8 milliseconds