Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dcputopo.c69 if (!tp->die_siblings) in build_cpu_topology()
88 if (!strcmp(buf, tp->die_siblings[i])) in build_cpu_topology()
92 tp->die_siblings[i] = buf; in build_cpu_topology()
146 zfree(&tp->die_siblings[i]); in cpu_topology__delete()
210 tp->die_siblings = addr; in cpu_topology__new()
Dcputopo.h12 char **die_siblings; member
Dheader.c624 ret = do_write_string(ff, tp->die_siblings[i]); in write_cpu_topology()