Home
last modified time | relevance | path

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

/tools/perf/util/
Dcputopo.h11 char **core_siblings; member
Dcputopo.c57 if (!strcmp(buf, tp->core_siblings[i])) in build_cpu_topology()
61 tp->core_siblings[i] = buf; in build_cpu_topology()
142 zfree(&tp->core_siblings[i]); in cpu_topology__delete()
207 tp->core_siblings = addr; in cpu_topology__new()
Dheader.c587 ret = do_write_string(ff, tp->core_siblings[i]); in write_cpu_topology()