Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c510 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME) macro
625 if (DO_BIC(BIC_USEC)) in print_header()
627 if (DO_BIC(BIC_TOD)) in print_header()
629 if (DO_BIC(BIC_Package)) in print_header()
631 if (DO_BIC(BIC_Die)) in print_header()
633 if (DO_BIC(BIC_Node)) in print_header()
635 if (DO_BIC(BIC_Core)) in print_header()
637 if (DO_BIC(BIC_CPU)) in print_header()
639 if (DO_BIC(BIC_APIC)) in print_header()
641 if (DO_BIC(BIC_X2APIC)) in print_header()
[all …]