Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcputopo.c124 for (i = 0; i < tp->core_cpus_lists; i++) { in build_cpu_topology()
128 if (i == tp->core_cpus_lists) { in build_cpu_topology()
130 tp->core_cpus_lists++; in build_cpu_topology()
154 for (i = 0 ; i < tp->core_cpus_lists; i++) in cpu_topology__delete()
162 for (u32 i = 0; i < topology->core_cpus_lists; i++) { in cpu_topology__smt_on()
189 for (u32 i = 0; i < topology->core_cpus_lists; i++) { in cpu_topology__core_wide()
Dcputopo.h13 u32 core_cpus_lists; member
Dexpr.c453 result = topology->core_cpus_lists; in expr__get_literal()
Dheader.c595 ret = do_write(ff, &tp->core_cpus_lists, sizeof(tp->core_cpus_lists)); in write_cpu_topology()
599 for (i = 0; i < tp->core_cpus_lists; i++) { in write_cpu_topology()
/linux-6.1.9/tools/perf/
Dbuiltin-record.c3769 topo->core_cpus_list, topo->core_cpus_lists); in record__init_thread_core_masks()