Lines Matching defs:cpus
177 struct perf_cpu_map *cpus;
1662 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, cpu))
1684 if (sched->map.cpus && !perf_cpu_map__has(sched->map.cpus, this_cpu))
3263 pr_err("failed to get cpus map from %s\n", sched->map.cpus_str);
3267 sched->map.cpus = map;
3519 OPT_STRING(0, "color-cpus", &sched.map.color_cpus_str, "cpus",
3521 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus",
3552 OPT_STRING('C', "cpu", &cpu_list, "cpu", "list of cpus to profile"),