Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c1539 int cpus_nr; in map_switch_event() local
1550 cpus_nr = bitmap_weight(sched->map.comp_cpus_mask, MAX_CPUS); in map_switch_event()
1552 sched->map.comp_cpus[cpus_nr++] = this_cpu; in map_switch_event()
1556 cpus_nr = sched->max_cpu; in map_switch_event()
1610 for (i = 0; i < cpus_nr; i++) { in map_switch_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c1579 int cpus_nr; in map_switch_event() local
1590 cpus_nr = bitmap_weight(sched->map.comp_cpus_mask, MAX_CPUS); in map_switch_event()
1592 sched->map.comp_cpus[cpus_nr++] = this_cpu; in map_switch_event()
1596 cpus_nr = sched->max_cpu.cpu; in map_switch_event()
1650 for (i = 0; i < cpus_nr; i++) { in map_switch_event()

Completed in 12 milliseconds