Home
last modified time | relevance | path

Searched refs:thread_sib (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/util/
Dcputopo.c117 for (i = 0; i < tp->thread_sib; i++) { in build_cpu_topology()
121 if (i == tp->thread_sib) { in build_cpu_topology()
123 tp->thread_sib++; in build_cpu_topology()
149 for (i = 0 ; i < tp->thread_sib; i++) in cpu_topology__delete()
Dcputopo.h10 u32 thread_sib; member
Dheader.c591 ret = do_write(ff, &tp->thread_sib, sizeof(tp->thread_sib)); in write_cpu_topology()
595 for (i = 0; i < tp->thread_sib; i++) { in write_cpu_topology()