Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/x86/turbostat/
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_X2APIC)) in print_header()
[all …]