cpumap.h 147 B

1234567
  1. #ifndef __PERF_CPUMAP_H
  2. #define __PERF_CPUMAP_H
  3. extern int read_cpu_map(const char *cpu_list);
  4. extern int cpumap[];
  5. #endif /* __PERF_CPUMAP_H */