Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c681 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME) macro
805 if (DO_BIC(BIC_USEC)) in print_header()
807 if (DO_BIC(BIC_TOD)) in print_header()
809 if (DO_BIC(BIC_Package)) in print_header()
811 if (DO_BIC(BIC_Die)) in print_header()
813 if (DO_BIC(BIC_Node)) in print_header()
815 if (DO_BIC(BIC_Core)) in print_header()
817 if (DO_BIC(BIC_CPU)) in print_header()
819 if (DO_BIC(BIC_APIC)) in print_header()
821 if (DO_BIC(BIC_X2APIC)) in print_header()
[all …]