Home
last modified time | relevance | path

Searched refs:thread_siblings (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcputopo.c118 if (!strcmp(buf, tp->thread_siblings[i])) in build_cpu_topology()
122 tp->thread_siblings[i] = buf; in build_cpu_topology()
150 zfree(&tp->thread_siblings[i]); in cpu_topology__delete()
213 tp->thread_siblings = addr; in cpu_topology__new()
H A Dcputopo.h13 char **thread_siblings; member
H A Dheader.c596 ret = do_write_string(ff, tp->thread_siblings[i]); in write_cpu_topology()
/kernel/linux/linux-5.10/drivers/base/
H A Dtopology.c52 define_siblings_show_func(thread_siblings, sibling_cpumask);
53 static DEVICE_ATTR_RO(thread_siblings);
/kernel/linux/linux-6.6/drivers/base/
H A Dtopology.c64 define_siblings_read_func(thread_siblings, sibling_cpumask);
65 static BIN_ATTR_RO(thread_siblings, CPUMAP_FILE_MAX_BYTES);

Completed in 8 milliseconds