Symbol: BIC_IS_ENABLED
tools/power/x86/turbostat/turbostat.c
10355
if (BIC_IS_ENABLED(BIC_Diec6)) {
tools/power/x86/turbostat/turbostat.c
10360
if (BIC_IS_ENABLED(BIC_CPU_c1e)) {
tools/power/x86/turbostat/turbostat.c
10436
if (BIC_IS_ENABLED(BIC_IPC) && has_aperf_access && get_instr_count_fd(master_cpu) != -1)
tools/power/x86/turbostat/turbostat.c
7235
if BIC_IS_ENABLED
tools/power/x86/turbostat/turbostat.c
8623
if (BIC_IS_ENABLED(BIC_IPC) && cpuid_has_aperf_mperf) {
tools/power/x86/turbostat/turbostat.c
8628
if (BIC_IS_ENABLED(BIC_LLC_MRPS) || BIC_IS_ENABLED(BIC_LLC_HIT)) {
tools/power/x86/turbostat/turbostat.c
8633
if (BIC_IS_ENABLED(BIC_L2_MRPS) || BIC_IS_ENABLED(BIC_L2_HIT)) {
tools/power/x86/turbostat/turbostat.c
8675
if (!BIC_IS_ENABLED(cai->bic_number))
tools/power/x86/turbostat/turbostat.c
8874
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
8875
|| BIC_IS_ENABLED(BIC_IPC) || need_soft_c1;
tools/power/x86/turbostat/turbostat.c
8877
if (BIC_IS_ENABLED(BIC_SMI))
tools/power/x86/turbostat/turbostat.c
8959
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
9357
if (!(BIC_IS_ENABLED(BIC_LLC_MRPS) || BIC_IS_ENABLED(BIC_LLC_HIT)))
tools/power/x86/turbostat/turbostat.c
9391
if (!(BIC_IS_ENABLED(BIC_L2_MRPS) || BIC_IS_ENABLED(BIC_L2_HIT)))
tools/power/x86/turbostat/turbostat.c
9870
if (BIC_IS_ENABLED(BIC_IPC))
tools/power/x86/turbostat/turbostat.c
9874
if (BIC_IS_ENABLED(BIC_LLC_MRPS) || BIC_IS_ENABLED(BIC_LLC_HIT))