Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcputopo.c64 for (i = 0; i < tp->package_cpus_lists; i++) { in build_cpu_topology()
68 if (i == tp->package_cpus_lists) { in build_cpu_topology()
70 tp->package_cpus_lists++; in build_cpu_topology()
149 for (i = 0 ; i < tp->package_cpus_lists; i++) in cpu_topology__delete()
H A Dcputopo.h9 u32 package_cpus_lists; member
H A Dtool_pmu.c416 *result = topology->package_cpus_lists; in tool_pmu__read_event()
H A Dheader.c614 ret = do_write(ff, &tp->package_cpus_lists, sizeof(tp->package_cpus_lists)); in write_cpu_topology()
618 for (i = 0; i < tp->package_cpus_lists; i++) { in write_cpu_topology()
/linux/tools/perf/
H A Dbuiltin-record.c3937 topo->package_cpus_list, topo->package_cpus_lists); in record__init_thread_package_masks()