Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dsched-migration.py321 max_cpu = 0
323 if cpu > max_cpu:
324 max_cpu = cpu
325 return max_cpu
/tools/perf/
Dbuiltin-sched.c194 int max_cpu; member
1546 if (this_cpu > sched->max_cpu) in map_switch_event()
1547 sched->max_cpu = this_cpu; in map_switch_event()
1556 cpus_nr = sched->max_cpu; in map_switch_event()
1932 u32 ncpus = sched->max_cpu + 1; in timehist_header()
2011 u32 max_cpus = sched->max_cpu + 1; in timehist_print_sample()
2392 printf(" %*s ", sched->max_cpu + 1, ""); in timehist_print_wakeup_event()
2452 u32 max_cpus = sched->max_cpu + 1; in timehist_print_migration_event()
2458 max_cpus = sched->max_cpu + 1; in timehist_print_migration_event()
2921 printf(" (x %d)\n", sched->max_cpu); in timehist_print_summary()
[all …]