Symbol: cpu__max_cpu
tools/perf/arch/x86/tests/intel-pt-test.c
438
int max_cpu = cpu__max_cpu().cpu;
tools/perf/bench/epoll-ctl.c
235
nrcpus = cpu__max_cpu().cpu;
tools/perf/bench/epoll-wait.c
312
nrcpus = cpu__max_cpu().cpu;
tools/perf/bench/futex-hash.c
182
nrcpus = cpu__max_cpu().cpu;
tools/perf/bench/futex-lock-pi.c
128
int nrcpus = cpu__max_cpu().cpu;
tools/perf/bench/futex-requeue.c
131
int nrcpus = cpu__max_cpu().cpu;
tools/perf/bench/futex-wake-parallel.c
155
int nrcpus = cpu__max_cpu().cpu;
tools/perf/bench/futex-wake.c
106
int nrcpus = cpu__max_cpu().cpu;
tools/perf/builtin-record.c
3772
ret = record__alloc_thread_masks(rec, nr_cpus, cpu__max_cpu().cpu);
tools/perf/builtin-record.c
3802
ret = record__mmap_cpu_mask_alloc(&cpus_mask, cpu__max_cpu().cpu);
tools/perf/builtin-record.c
3814
ret = record__thread_mask_alloc(&full_mask, cpu__max_cpu().cpu);
tools/perf/builtin-record.c
3820
ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu);
tools/perf/builtin-record.c
3886
ret = record__thread_mask_alloc(&thread_mask, cpu__max_cpu().cpu);
tools/perf/builtin-record.c
4049
ret = record__alloc_thread_masks(rec, 1, cpu__max_cpu().cpu);
tools/perf/tests/perf-record.c
21
int nrcpus = cpu__max_cpu().cpu;
tools/perf/tests/perf-record.c
28
if (errno == EINVAL && nrcpus < (cpu__max_cpu().cpu << 8)) {
tools/perf/tests/perf-record.c
57
int nrcpus = cpu__max_cpu().cpu;
tools/perf/util/affinity.c
15
int sz = cpu__max_cpu().cpu + 8 - 1;
tools/perf/util/bpf_counter.c
694
__u32 num_cpu_bpf = cpu__max_cpu().cpu;
tools/perf/util/bpf_counter_cgroup.c
103
int total_cpus = cpu__max_cpu().cpu;
tools/perf/util/bpf_counter_cgroup.c
271
int total_cpus = cpu__max_cpu().cpu;
tools/perf/util/bpf_counter_cgroup.c
49
int map_size, total_cpus = cpu__max_cpu().cpu;
tools/perf/util/bpf_ftrace.c
174
int ncpus = cpu__max_cpu().cpu;
tools/perf/util/bpf_lock_contention.c
522
total_cpus = cpu__max_cpu().cpu;
tools/perf/util/cpumap.h
63
struct perf_cpu cpu__max_cpu(void);
tools/perf/util/header.c
1242
nr = cpu__max_cpu().cpu;
tools/perf/util/header.c
1257
u32 max_caches = cpu__max_cpu().cpu * MAX_CACHE_LVL;
tools/perf/util/mmap.c
264
map->affinity_mask.nbits = cpu__max_cpu().cpu;