Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dsched-migration.py319 max_cpu = 0
321 if cpu > max_cpu:
322 max_cpu = cpu
323 return max_cpu
/tools/perf/
Dbuiltin-sched.c139 int max_cpu; member
1354 if (this_cpu > sched->max_cpu) in map_switch_event()
1355 sched->max_cpu = this_cpu; in map_switch_event()
1403 for (cpu = 0; cpu <= sched->max_cpu; cpu++) { in map_switch_event()
1680 sched->max_cpu = sysconf(_SC_NPROCESSORS_CONF); in perf_sched__map()