Searched refs:allocate_counters (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5498 allocate_counters(struct thread_data **t, struct core_data **c, in allocate_counters() function 5605 allocate_counters(&thread_even, &core_even, &package_even); in setup_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 | 5996 void allocate_counters(struct thread_data **t, struct core_data **c, struct pkg_data **p) in allocate_counters() function 6102 allocate_counters(&thread_even, &core_even, &package_even); in setup_all_buffers() 6103 allocate_counters(&thread_odd, &core_odd, &package_odd); in setup_all_buffers()
|
Completed in 15 milliseconds