Home
last modified time | relevance | path

Searched refs:core_cpus_list (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dcputopo.c25 "%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()
H A Dcputopo.h30 * /sys/devices/system/cpu/cpuX/topology/core_cpus_list. From the ABI
34 const char **core_cpus_list; member
/linux/drivers/base/
H A Dtopology.c86 static const BIN_ATTR_RO(core_cpus_list, CPULIST_FILE_MAX_BYTES);
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu62 What: /sys/devices/system/cpu/cpuX/topology/core_cpus_list
/linux/tools/perf/
H A Dbuiltin-record.c3880 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()