Searched refs:core_cpus_list (Results 1 – 5 of 5) sorted by relevance
25 "%s/devices/system/cpu/cpu%d/topology/core_cpus_list"126 if (!strcmp(buf, tp->core_cpus_list[i])) in build_cpu_topology() 130 tp->core_cpus_list[i] = buf; in build_cpu_topology() 156 zfree(&tp->core_cpus_list[i]); in cpu_topology__delete() 164 const char *cpu_list = topology->core_cpus_list[i]; in cpu_topology__smt_on() 191 const char *core_cpu_list = topology->core_cpus_list[i]; in cpu_topology__core_wide() 295 tp->core_cpus_list = addr; in cpu_topology__new()
30 * /sys/devices/system/cpu/cpuX/topology/core_cpus_list. From the ABI34 const char **core_cpus_list; member
86 static const BIN_ATTR_RO(core_cpus_list, CPULIST_FILE_MAX_BYTES);
62 What: /sys/devices/system/cpu/cpuX/topology/core_cpus_list
3880 ret = record__init_thread_masks_spec(rec, cpus, topo->core_cpus_list, in record__init_thread_core_masks() 3881 topo->core_cpus_list, topo->core_cpus_lists); in record__init_thread_core_masks()