xref: /linux/tools/perf/util/cpumap.h (revision 5a0e3ad6af8660be21ca98a971cd00f331318c05)
1 #ifndef __PERF_CPUMAP_H
2 #define __PERF_CPUMAP_H
3 
4 extern int read_cpu_map(void);
5 extern int cpumap[];
6 
7 #endif /* __PERF_CPUMAP_H */
8