Home
last modified time | relevance | path

Searched refs:perf_cpu_map__idx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/perf/lib/include/internal/
Dcpumap.h17 int perf_cpu_map__idx(struct perf_cpu_map *cpus, int cpu);
/Linux-v5.4/tools/perf/lib/
Dcpumap.c252 int perf_cpu_map__idx(struct perf_cpu_map *cpus, int cpu) in perf_cpu_map__idx() function
/Linux-v5.4/tools/perf/util/
Dcpumap.c462 return perf_cpu_map__idx(cpus, cpu) != -1; in cpu_map__has()
Devlist.c666 cpu = perf_cpu_map__idx(evsel->core.cpus, evlist_cpu); in evlist__mmap_per_evsel()