Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dcputopo.c70 if (!tp->die_siblings) in build_cpu_topology()
89 if (!strcmp(buf, tp->die_siblings[i])) in build_cpu_topology()
93 tp->die_siblings[i] = buf; in build_cpu_topology()
147 zfree(&tp->die_siblings[i]); in cpu_topology__delete()
211 tp->die_siblings = addr; in cpu_topology__new()
Dcputopo.h12 char **die_siblings; member
Dheader.c627 ret = do_write_string(ff, tp->die_siblings[i]); in write_cpu_topology()