Lines Matching refs:BIC_IPC
252 #define BIC_IPC (1ULL << 52) macro
264 #define BIC_OTHER ( BIC_IRQ | BIC_SMI | BIC_ThreadC | BIC_CoreTmp | BIC_IPC)
2239 if (DO_BIC(BIC_IPC)) in print_header()
2523 if (DO_BIC(BIC_IPC)) in dump_counters()
2727 if (DO_BIC(BIC_IPC)) in format_counters()
3307 if (DO_BIC(BIC_Avg_MHz) || DO_BIC(BIC_Busy) || DO_BIC(BIC_Bzy_MHz) || DO_BIC(BIC_IPC) in delta_thread()
3343 if (DO_BIC(BIC_IPC)) in delta_thread()
4513 if (DO_BIC(BIC_IPC)) in get_counters()
7515 if (BIC_IS_ENABLED(BIC_IPC) && has_aperf) { in linux_perf_init()
7745 || BIC_IS_ENABLED(BIC_IPC) || need_soft_c1; in msr_perf_init()
8547 if (no_perf || !BIC_IS_ENABLED(BIC_IPC) || !has_instr_count_access()) in check_perf_access()
8548 bic_enabled &= ~BIC_IPC; in check_perf_access()
8988 if (BIC_IS_ENABLED(BIC_IPC) && has_aperf_access && get_instr_count_fd(base_cpu) != -1) in turbostat_init()
8989 BIC_PRESENT(BIC_IPC); in turbostat_init()