Symbol: BIC_IS_ENABLED
tools/power/x86/turbostat/turbostat.c
10431
if (BIC_IS_ENABLED(BIC_Diec6)) {
tools/power/x86/turbostat/turbostat.c
10436
if (BIC_IS_ENABLED(BIC_CPU_c1e)) {
tools/power/x86/turbostat/turbostat.c
10512
if (BIC_IS_ENABLED(BIC_IPC) && has_aperf_access && get_instr_count_fd(master_cpu) != -1)
tools/power/x86/turbostat/turbostat.c
7249
if BIC_IS_ENABLED
tools/power/x86/turbostat/turbostat.c
8637
if (BIC_IS_ENABLED(BIC_IPC) && cpuid_has_aperf_mperf) {
tools/power/x86/turbostat/turbostat.c
8642
if (BIC_IS_ENABLED(BIC_LLC_MRPS) || BIC_IS_ENABLED(BIC_LLC_HIT)) {
tools/power/x86/turbostat/turbostat.c
8647
if (BIC_IS_ENABLED(BIC_L2_MRPS) || BIC_IS_ENABLED(BIC_L2_HIT)) {
tools/power/x86/turbostat/turbostat.c
8689
if (!BIC_IS_ENABLED(cai->bic_number))
tools/power/x86/turbostat/turbostat.c
8888
need_amperf = BIC_IS_ENABLED(BIC_Avg_MHz) || BIC_IS_ENABLED(BIC_Busy) || BIC_IS_ENABLED(BIC_Bzy_MHz)
tools/power/x86/turbostat/turbostat.c
8889
|| BIC_IS_ENABLED(BIC_IPC) || need_soft_c1;
tools/power/x86/turbostat/turbostat.c
8891
if (BIC_IS_ENABLED(BIC_SMI))
tools/power/x86/turbostat/turbostat.c
8973
const bool counter_needed = BIC_IS_ENABLED(cai->bic_number) || (soft_c1 && (cai->flags & CSTATE_COUNTER_FLAG_SOFT_C1_DEPENDENCY));
tools/power/x86/turbostat/turbostat.c
9374
if (!(BIC_IS_ENABLED(BIC_LLC_MRPS) || BIC_IS_ENABLED(BIC_LLC_HIT)))
tools/power/x86/turbostat/turbostat.c
9408
if (!(BIC_IS_ENABLED(BIC_L2_MRPS) || BIC_IS_ENABLED(BIC_L2_HIT)))
tools/power/x86/turbostat/turbostat.c
9946
if (BIC_IS_ENABLED(BIC_IPC))
tools/power/x86/turbostat/turbostat.c
9950
if (BIC_IS_ENABLED(BIC_LLC_MRPS) || BIC_IS_ENABLED(BIC_LLC_HIT))