Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c177 const char *cpus_str; member
3222 if (!sched->map.cpus_str) in setup_map_cpus()
3225 map = perf_cpu_map__new(sched->map.cpus_str); in setup_map_cpus()
3227 pr_err("failed to get cpus map from %s\n", sched->map.cpus_str); in setup_map_cpus()
3470 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c178 const char *cpus_str; member
3258 if (!sched->map.cpus_str) in setup_map_cpus()
3261 map = perf_cpu_map__new(sched->map.cpus_str); in setup_map_cpus()
3263 pr_err("failed to get cpus map from %s\n", sched->map.cpus_str); in setup_map_cpus()
3521 OPT_STRING(0, "cpus", &sched.map.cpus_str, "cpus", in cmd_sched()

Completed in 11 milliseconds