|
static struct cpu_map * | cpu_map__default_new (void) |
|
static struct cpu_map * | cpu_map__trim_new (int nr_cpus, int *tmp_cpus) |
|
struct cpu_map * | cpu_map__read (FILE *file) |
|
static struct cpu_map * | cpu_map__read_all_cpu_map (void) |
|
struct cpu_map * | cpu_map__new (const char *cpu_list) |
|
static struct cpu_map * | cpu_map__from_entries (struct cpu_map_entries *cpus) |
|
static struct cpu_map * | cpu_map__from_mask (struct cpu_map_mask *mask) |
|
struct cpu_map * | cpu_map__new_data (struct cpu_map_data *data) |
|
size_t | cpu_map__fprintf (struct cpu_map *map, FILE *fp) |
|
struct cpu_map * | cpu_map__dummy_new (void) |
|
struct cpu_map * | cpu_map__empty_new (int nr) |
|
static void | cpu_map__delete (struct cpu_map *map) |
|
struct cpu_map * | cpu_map__get (struct cpu_map *map) |
|
void | cpu_map__put (struct cpu_map *map) |
|
static int | cpu__get_topology_int (int cpu, const char *name, int *value) |
|
int | cpu_map__get_socket_id (int cpu) |
|
int | cpu_map__get_socket (struct cpu_map *map, int idx, void *data __maybe_unused) |
|
static int | cmp_ids (const void *a, const void *b) |
|
int | cpu_map__build_map (struct cpu_map *cpus, struct cpu_map **res, int(*f)(struct cpu_map *map, int cpu, void *data), void *data) |
|
int | cpu_map__get_core_id (int cpu) |
|
int | cpu_map__get_core (struct cpu_map *map, int idx, void *data) |
|
int | cpu_map__build_socket_map (struct cpu_map *cpus, struct cpu_map **sockp) |
|
int | cpu_map__build_core_map (struct cpu_map *cpus, struct cpu_map **corep) |
|
static int | get_max_num (char *path, int *max) |
|
static void | set_max_cpu_num (void) |
|
static void | set_max_node_num (void) |
|
int | cpu__max_node (void) |
|
int | cpu__max_cpu (void) |
|
int | cpu__max_present_cpu (void) |
|
int | cpu__get_node (int cpu) |
|
static int | init_cpunode_map (void) |
|
int | cpu__setup_cpunode_map (void) |
|
bool | cpu_map__has (struct cpu_map *cpus, int cpu) |
|
int | cpu_map__idx (struct cpu_map *cpus, int cpu) |
|
int | cpu_map__cpu (struct cpu_map *cpus, int idx) |
|
size_t | cpu_map__snprint (struct cpu_map *map, char *buf, size_t size) |
|
static char | hex_char (unsigned char val) |
|
size_t | cpu_map__snprint_mask (struct cpu_map *map, char *buf, size_t size) |
|