Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcputopo.c19 "%s/devices/system/cpu/cpu%d/topology/package_cpus_list"
65 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.c632 ret = do_write_string(ff, tp->package_cpus_list[i]); in write_cpu_topology()
/linux/drivers/base/
H A Dtopology.c106 static const BIN_ATTR_RO(package_cpus_list, CPULIST_FILE_MAX_BYTES);
/linux/tools/perf/
H A Dbuiltin-record.c3905 ret = record__init_thread_masks_spec(rec, cpus, topo->package_cpus_list, in record__init_thread_masks_spec()
3906 topo->package_cpus_list, topo->package_cpus_lists);