Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dsvghelper.c693 cpumask_t *sib_core; member
722 for_each_set_bit(cpu, cpumask_bits(&t->sib_core[i]), nr_cpus) in scan_core_topology()
754 char *sib_core, *sib_thr; in svg_build_topology_map() local
761 t.sib_core = calloc(env->nr_sibling_cores, sizeof(cpumask_t)); in svg_build_topology_map()
764 sib_core = env->sibling_cores; in svg_build_topology_map()
767 if (!t.sib_core || !t.sib_thr) { in svg_build_topology_map()
773 if (str_to_bitmap(sib_core, &t.sib_core[i], nr_cpus)) { in svg_build_topology_map()
778 sib_core += strlen(sib_core) + 1; in svg_build_topology_map()
804 zfree(&t.sib_core); in svg_build_topology_map()
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c5436 int so, shift, sib_core; in get_thread_siblings() local
5465 sib_core = get_core_id(so); in get_thread_siblings()
5466 if (sib_core == thiscpu->physical_core_id) { in get_thread_siblings()