Searched refs:evsel__open_cpu (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| A D | evsel.c | 1994 static int evsel__open_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, in evsel__open_cpu() function 2140 return evsel__open_cpu(evsel, cpus, threads, 0, cpus ? cpus->nr : 1); in evsel__open() 2152 return evsel__open_cpu(evsel, cpus, NULL, 0, in evsel__open_per_cpu() 2155 return evsel__open_cpu(evsel, cpus, NULL, cpu, cpu + 1); in evsel__open_per_cpu()
|
Completed in 7 milliseconds