Home
last modified time | relevance | path

Searched refs:DO_BIC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c200 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME) macro
834 if (DO_BIC(BIC_USEC)) in print_header()
836 if (DO_BIC(BIC_TOD)) in print_header()
838 if (DO_BIC(BIC_Package)) in print_header()
840 if (DO_BIC(BIC_Die)) in print_header()
842 if (DO_BIC(BIC_Node)) in print_header()
844 if (DO_BIC(BIC_Core)) in print_header()
846 if (DO_BIC(BIC_CPU)) in print_header()
848 if (DO_BIC(BIC_APIC)) in print_header()
850 if (DO_BIC(BIC_X2API in print_header()
[all...]
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c629 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME) macro
744 if (DO_BIC(BIC_USEC)) in print_header()
746 if (DO_BIC(BIC_TOD)) in print_header()
748 if (DO_BIC(BIC_Package)) in print_header()
750 if (DO_BIC(BIC_Die)) in print_header()
752 if (DO_BIC(BIC_Node)) in print_header()
754 if (DO_BIC(BIC_Core)) in print_header()
756 if (DO_BIC(BIC_CPU)) in print_header()
758 if (DO_BIC(BIC_APIC)) in print_header()
760 if (DO_BIC(BIC_X2API in print_header()
[all...]

Completed in 8 milliseconds