Home
last modified time | relevance | path

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

/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c185 } *thread_even, *thread_odd; variable
226 #define ODD_COUNTERS thread_odd, core_odd, package_odd
2612 free(thread_odd); in free_all_buffers()
2616 thread_odd = NULL; in free_all_buffers()
5596 allocate_counters(&thread_odd, &core_odd, &package_odd); in setup_all_buffers()