Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-sched.c1523 int cpus_nr; in map_switch_event() local
1534 cpus_nr = bitmap_weight(sched->map.comp_cpus_mask, MAX_CPUS); in map_switch_event()
1536 sched->map.comp_cpus[cpus_nr++] = this_cpu; in map_switch_event()
1540 cpus_nr = sched->max_cpu; in map_switch_event()
1594 for (i = 0; i < cpus_nr; i++) { in map_switch_event()