Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2398 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */ member
6044 if (cpus[i].put_ids) in free_all_buffers()
6045 CPU_FREE(cpus[i].put_ids); in free_all_buffers()
9501 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in set_thread_siblings()
9504 if (!thiscpu->put_ids) in set_thread_siblings()
9508 CPU_ZERO_S(size, thiscpu->put_ids); in set_thread_siblings()
9512 initialize_cpu_set_from_sysfs(thiscpu->put_ids, path, "thread_siblings_list"); in set_thread_siblings()
9515 if (CPU_ISSET_S(i, size, thiscpu->put_ids)) { in set_thread_siblings()