Lines Matching defs:cpus
585 struct perf_cpu_map *cpus;
591 cpus = perf_cpu_map__read(file);
593 return cpus;
598 * may have a "cpus" file.
601 #define CPUS_TEMPLATE_CPU "%s/bus/event_source/devices/%s/cpus"
606 struct perf_cpu_map *cpus;
620 cpus = __pmu_cpumask(path);
621 if (cpus)
622 return cpus;
652 scnprintf(path, PATH_MAX, "%s/bus/event_source/devices/%s/cpus",
683 /* on some platforms which uses cpus map, cpuid can be NULL for
846 pmu->cpus = pmu_cpumask(name);