Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dperf.h5 #ifndef MAX_NR_CPUS
6 #define MAX_NR_CPUS 4096 macro
H A Dbuiltin-mem.c45 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
/linux/tools/lib/perf/
H A Dcpumap.c16 #define MAX_NR_CPUS 4096 in perf_cpu_map__set_nr()
206 WARN_ONCE(end_cpu >= MAX_NR_CPUS, "Perf can support %d CPUs. " in perf_cpu_map__read()
207 "Consider raising MAX_NR_CPUS\n", MAX_NR_CPUS); in perf_cpu_map__read()
/linux/tools/lib/perf/include/internal/
H A Dcpumap.h25 #define MAX_NR_CPUS global() macro
/linux/tools/perf/util/
H A Dkwork.h195 DECLARE_BITMAP(all_cpus_bitmap, MAX_NR_CPUS);
216 DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
H A Dsvghelper.c691 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()
/linux/samples/bpf/
H A Dmap_perf_test_user.c23 #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()
H A Dmap_perf_test.bpf.c15 #define MAX_NR_CPUS 1024 macro
50 __uint(max_entries, MAX_NR_CPUS);
/linux/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c21 #ifndef MAX_NR_CPUS macro
22 #define MAX_NR_CPUS 4096
84 __uint(max_entries, MAX_NR_CPUS);