Home
last modified time | relevance | path

Searched refs:MAX_NR_CPUS (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-stat.c250 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 …]
Dperf.h32 #define MAX_NR_CPUS 1024 macro
Dbuiltin-mem.c21 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
Dbuiltin-annotate.c46 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
Dbuiltin-report.c62 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
Dbuiltin-script.c30 static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
/linux-4.1.27/tools/perf/util/
Dsvghelper.c691 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()
Dcpumap.c62 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()
Dmachine.c1786 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()
Dsession.c1646 if (cpu >= MAX_NR_CPUS) { in perf_session__cpu_bitmap()