Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsvghelper.c695 cpumask_t *sib_thr; member
706 if (!test_bit(cpu, cpumask_bits(&t->sib_thr[i]))) in scan_thread_topology()
709 for_each_set_bit(thr, cpumask_bits(&t->sib_thr[i]), nr_cpus) in scan_thread_topology()
756 char *sib_core, *sib_thr; in svg_build_topology_map() local
763 t.sib_thr = calloc(env->nr_sibling_threads, sizeof(cpumask_t)); in svg_build_topology_map()
766 sib_thr = env->sibling_threads; in svg_build_topology_map()
768 if (!t.sib_core || !t.sib_thr) { in svg_build_topology_map()
783 if (str_to_bitmap(sib_thr, &t.sib_thr[i], nr_cpus)) { in svg_build_topology_map()
788 sib_thr += strlen(sib_thr) + 1; in svg_build_topology_map()
806 zfree(&t.sib_thr); in svg_build_topology_map()