Searched refs:sib_thr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | svghelper.c | 695 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 in svg_build_topology_map() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | svghelper.c | 695 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 in svg_build_topology_map() [all...] |
Completed in 3 milliseconds