Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c162 const char *cpus_str; member
3503 if (sched->map.cpus_str) { in setup_map_cpus()
3504 sched->map.cpus = perf_cpu_map__new(sched->map.cpus_str); in setup_map_cpus()
3506 pr_err("failed to get cpus map from %s\n", sched->map.cpus_str); in setup_map_cpus()
3807 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched()