Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
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()
754 char *sib_core, *sib_thr; in svg_build_topology_map() local
762 t.sib_thr = calloc(env->nr_sibling_threads, sizeof(cpumask_t)); in svg_build_topology_map()
765 sib_thr = env->sibling_threads; in svg_build_topology_map()
767 if (!t.sib_core || !t.sib_thr) { in svg_build_topology_map()
782 if (str_to_bitmap(sib_thr, &t.sib_thr[i], nr_cpus)) { in svg_build_topology_map()
787 sib_thr += strlen(sib_thr) + 1; in svg_build_topology_map()
805 zfree(&t.sib_thr); in svg_build_topology_map()