Home
last modified time | relevance | path

Searched refs:package_cpus_list (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dcputopo.c65 if (!strcmp(buf, tp->package_cpus_list[i])) in build_cpu_topology()
69 tp->package_cpus_list[i] = buf; in build_cpu_topology()
150 zfree(&tp->package_cpus_list[i]); in cpu_topology__delete()
289 tp->package_cpus_list = addr; in cpu_topology__new()
H A Dcputopo.h20 const char **package_cpus_list; member
H A Dheader.c601 ret = do_write_string(ff, tp->package_cpus_list[i]); in write_cpu_topology()
/openbmc/linux/drivers/base/
H A Dtopology.c106 static BIN_ATTR_RO(package_cpus_list, CPULIST_FILE_MAX_BYTES);
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu79 What: /sys/devices/system/cpu/cpuX/topology/package_cpus_list
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c3768 ret = record__init_thread_masks_spec(rec, cpus, topo->package_cpus_list, in record__init_thread_package_masks()
3769 topo->package_cpus_list, topo->package_cpus_lists); in record__init_thread_package_masks()