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