sib_core 693 tools/perf/util/svghelper.c cpumask_t *sib_core; sib_core 722 tools/perf/util/svghelper.c for_each_set_bit(cpu, cpumask_bits(&t->sib_core[i]), nr_cpus) sib_core 756 tools/perf/util/svghelper.c char *sib_core, *sib_thr; sib_core 762 tools/perf/util/svghelper.c t.sib_core = calloc(env->nr_sibling_cores, sizeof(cpumask_t)); sib_core 765 tools/perf/util/svghelper.c sib_core = env->sibling_cores; sib_core 768 tools/perf/util/svghelper.c if (!t.sib_core || !t.sib_thr) { sib_core 774 tools/perf/util/svghelper.c if (str_to_bitmap(sib_core, &t.sib_core[i], nr_cpus)) { sib_core 779 tools/perf/util/svghelper.c sib_core += strlen(sib_core) + 1; sib_core 805 tools/perf/util/svghelper.c zfree(&t.sib_core); sib_core 2636 tools/power/x86/turbostat/turbostat.c int so, shift, sib_core; sib_core 2661 tools/power/x86/turbostat/turbostat.c sib_core = get_core_id(so); sib_core 2662 tools/power/x86/turbostat/turbostat.c if (sib_core == thiscpu->physical_core_id) {