Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2395 int ht_id; /* unique within a core */ member
2462 for (i = 0; i <= cpus[cpu].ht_id; ++i) { in has_allowed_lower_ht_sibling()
6418 cpus[cpu].ht_id = -1; in clear_ht_id()
9498 int ht_id = 0; in set_thread_siblings() local
9502 if (thiscpu->ht_id < 0) in set_thread_siblings()
9503 thiscpu->ht_id = 0; /* first CPU in core */ in set_thread_siblings()
9516 cpus[i].ht_id = ht_id; in set_thread_siblings()
9517 cpus[cpu].ht_sibling_cpu_id[ht_id] = i; in set_thread_siblings()
9518 ht_id += 1; in set_thread_siblings()
9521 return (ht_id - 1); in set_thread_siblings()
[all …]