1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LIBPERF_INTERNAL_CPUMAP_H
3 #define __LIBPERF_INTERNAL_CPUMAP_H
5 #include <linux/refcount.h>
14 #define MAX_NR_CPUS 2048
17 int perf_cpu_map__idx(struct perf_cpu_map
*cpus
, int cpu
);
19 #endif /* __LIBPERF_INTERNAL_CPUMAP_H */