Searched refs:package_odd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 224 } *package_even, *package_odd; variable 226 #define ODD_COUNTERS thread_odd, core_odd, package_odd 2618 free(package_odd); in free_all_buffers() 2622 package_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 | 402 } *package_even, *package_odd; variable 404 #define ODD_COUNTERS thread_odd, core_odd, package_odd 2802 free(package_odd); in free_all_buffers() 2806 package_odd = NULL; in free_all_buffers() 6103 allocate_counters(&thread_odd, &core_odd, &package_odd); in setup_all_buffers()
|
Completed in 15 milliseconds