Searched refs:evsel__open_cpu (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Devsel.c2000 static int evsel__open_cpu(struct evsel *evsel, struct perf_cpu_map *cpus, function
2155 return evsel__open_cpu(evsel, cpus, threads, 0, perf_cpu_map__nr(cpus));
2167 return evsel__open_cpu(evsel, cpus, NULL, 0, perf_cpu_map__nr(cpus));
2169 return evsel__open_cpu(evsel, cpus, NULL, cpu_map_idx, cpu_map_idx + 1);

Completed in 117 milliseconds