Searched refs:MAX_NR_CPUS (Results 1 – 10 of 10) sorted by relevance
250 static struct stats runtime_nsecs_stats[MAX_NR_CPUS];251 static struct stats runtime_cycles_stats[MAX_NR_CPUS];252 static struct stats runtime_stalled_cycles_front_stats[MAX_NR_CPUS];253 static struct stats runtime_stalled_cycles_back_stats[MAX_NR_CPUS];254 static struct stats runtime_branches_stats[MAX_NR_CPUS];255 static struct stats runtime_cacherefs_stats[MAX_NR_CPUS];256 static struct stats runtime_l1_dcache_stats[MAX_NR_CPUS];257 static struct stats runtime_l1_icache_stats[MAX_NR_CPUS];258 static struct stats runtime_ll_cache_stats[MAX_NR_CPUS];259 static struct stats runtime_itlb_cache_stats[MAX_NR_CPUS];[all …]
32 #define MAX_NR_CPUS 1024 macro
21 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
46 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
62 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
30 static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
691 typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t;711 MAX_NR_CPUS) in scan_thread_topology()726 MAX_NR_CPUS) in scan_core_topology()743 if (c >= MAX_NR_CPUS) { in str_to_bitmap()790 topology_map = malloc(sizeof(int) * MAX_NR_CPUS); in svg_build_topology_map()796 for (i = 0; i < MAX_NR_CPUS; i++) in svg_build_topology_map()
62 max_entries = new_max + MAX_NR_CPUS / 2; in cpu_map__read()73 max_entries += MAX_NR_CPUS; in cpu_map__read()155 max_entries += MAX_NR_CPUS; in cpu_map__new()
1786 if (cpu < 0 || cpu >= MAX_NR_CPUS || !machine->current_tid) in machine__get_current_tid()1803 machine->current_tid = calloc(MAX_NR_CPUS, sizeof(pid_t)); in machine__set_current_tid()1806 for (i = 0; i < MAX_NR_CPUS; i++) in machine__set_current_tid()1810 if (cpu >= MAX_NR_CPUS) { in machine__set_current_tid()
1646 if (cpu >= MAX_NR_CPUS) { in perf_session__cpu_bitmap()