Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c1851 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */ member
5266 if (cpus[i].put_ids) in free_all_buffers()
5267 CPU_FREE(cpus[i].put_ids); in free_all_buffers()
5442 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings()
5445 if (!thiscpu->put_ids) in get_thread_siblings()
5449 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings()
5467 CPU_SET_S(so, size, thiscpu->put_ids); in get_thread_siblings()
5476 return CPU_COUNT_S(size, thiscpu->put_ids); in get_thread_siblings()