perf tools: Add the ability to specify list of cpus to monitor
[linux-2.6/x86.git] / tools / perf / util / cpumap.h
blob3e60f56e490eb10f8cf08981e703bf5699d6b20c
1 #ifndef __PERF_CPUMAP_H
2 #define __PERF_CPUMAP_H
4 extern int read_cpu_map(const char *cpu_list);
5 extern int cpumap[];
7 #endif /* __PERF_CPUMAP_H */