thread_siblings    52 drivers/base/topology.c define_siblings_show_func(thread_siblings, sibling_cpumask);
thread_siblings    53 drivers/base/topology.c static DEVICE_ATTR_RO(thread_siblings);
thread_siblings   118 tools/perf/util/cputopo.c 		if (!strcmp(buf, tp->thread_siblings[i]))
thread_siblings   122 tools/perf/util/cputopo.c 		tp->thread_siblings[i] = buf;
thread_siblings   150 tools/perf/util/cputopo.c 		zfree(&tp->thread_siblings[i]);
thread_siblings   213 tools/perf/util/cputopo.c 	tp->thread_siblings = addr;
thread_siblings    13 tools/perf/util/cputopo.h 	char	**thread_siblings;
thread_siblings   595 tools/perf/util/header.c 		ret = do_write_string(ff, tp->thread_siblings[i]);