Searched refs:MAX_NR_CPUS (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/tools/lib/perf/ |
D | cpumap.c | 129 WARN_ONCE(new_max >= MAX_NR_CPUS, "Perf can support %d CPUs. " in perf_cpu_map__read() 130 "Consider raising MAX_NR_CPUS\n", MAX_NR_CPUS); in perf_cpu_map__read() 133 max_entries = new_max + MAX_NR_CPUS / 2; in perf_cpu_map__read() 144 max_entries += MAX_NR_CPUS; in perf_cpu_map__read() 224 WARN_ONCE(end_cpu >= MAX_NR_CPUS, "Perf can support %d CPUs. " in perf_cpu_map__new() 225 "Consider raising MAX_NR_CPUS\n", MAX_NR_CPUS); in perf_cpu_map__new() 234 max_entries += MAX_NR_CPUS; in perf_cpu_map__new()
|
/Linux-v6.1/tools/perf/ |
D | perf.h | 7 #ifndef MAX_NR_CPUS 8 #define MAX_NR_CPUS 2048 macro
|
D | builtin-mem.c | 39 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
D | builtin-annotate.c | 62 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
D | builtin-report.c | 110 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
D | builtin-diff.c | 103 static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
D | builtin-sched.c | 56 static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
D | builtin-script.c | 80 static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
/Linux-v6.1/tools/lib/perf/include/internal/ |
D | cpumap.h | 23 #ifndef MAX_NR_CPUS 24 #define MAX_NR_CPUS 2048 macro
|
/Linux-v6.1/samples/bpf/ |
D | map_perf_test_user.c | 23 #define MAX_NR_CPUS 1024 macro 122 static int inner_lru_map_fds[MAX_NR_CPUS]; in do_test_lru() 140 assert(cpu < MAX_NR_CPUS); in do_test_lru()
|
D | map_perf_test_kern.c | 17 #define MAX_NR_CPUS 1024 macro 52 __uint(max_entries, MAX_NR_CPUS);
|
/Linux-v6.1/tools/perf/util/ |
D | kwork.h | 187 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
D | svghelper.c | 690 typedef struct { DECLARE_BITMAP(bits, MAX_NR_CPUS); } cpumask_t; 758 nr_cpus = min(env->nr_cpus_online, MAX_NR_CPUS); in svg_build_topology_map()
|
D | session.c | 2720 int nr_cpus = min(session->header.env.nr_cpus_avail, MAX_NR_CPUS); in perf_session__cpu_bitmap()
|