Searched refs:core_odd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 196 } *core_even, *core_odd; variable 226 #define ODD_COUNTERS thread_odd, core_odd, package_odd 2617 free(core_odd); in free_all_buffers() 2621 core_odd = NULL; in free_all_buffers() 5606 allocate_counters(&thread_odd, &core_odd, &package_odd); in setup_all_buffers()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 373 } *core_even, *core_odd; variable 404 #define ODD_COUNTERS thread_odd, core_odd, package_odd 2801 free(core_odd); in free_all_buffers() 2805 core_odd = NULL; in free_all_buffers() 6103 allocate_counters(&thread_odd, &core_odd, &package_odd); in setup_all_buffers()
|
Completed in 15 milliseconds