Lines Matching refs:MAX_NR_CPUS
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];
260 static struct stats runtime_dtlb_cache_stats[MAX_NR_CPUS];
261 static struct stats runtime_cycles_in_tx_stats[MAX_NR_CPUS];
263 static struct stats runtime_transaction_stats[MAX_NR_CPUS];
264 static struct stats runtime_elision_stats[MAX_NR_CPUS];
395 memset(counter->per_pkg_mask, 0, MAX_NR_CPUS); in zero_per_pkg()
413 mask = zalloc(MAX_NR_CPUS); in check_per_pkg()