|
@@ -15,6 +15,7 @@ struct cpu_map {
|
|
};
|
|
};
|
|
|
|
|
|
struct cpu_map *cpu_map__new(const char *cpu_list);
|
|
struct cpu_map *cpu_map__new(const char *cpu_list);
|
|
|
|
+struct cpu_map *cpu_map__empty_new(int nr);
|
|
struct cpu_map *cpu_map__dummy_new(void);
|
|
struct cpu_map *cpu_map__dummy_new(void);
|
|
struct cpu_map *cpu_map__read(FILE *file);
|
|
struct cpu_map *cpu_map__read(FILE *file);
|
|
size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp);
|
|
size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp);
|