Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsvghelper.c697 cpumask_t *sib_thr; member
707 if (!test_bit(cpu, cpumask_bits(&t->sib_thr[i]))) in scan_thread_topology()
711 cpumask_bits(&t->sib_thr[i]), in scan_thread_topology()
758 char *sib_thr, int sib_thr_nr) in svg_build_topology_map() argument
766 t.sib_thr = calloc(sib_thr_nr, sizeof(cpumask_t)); 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])) { 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()
Dsvghelper.h31 int svg_build_topology_map(char *sib_core, int sib_core_nr, char *sib_thr, int sib_thr_nr);