Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c317 static cpu_set_t bic_present; variable
325 #define BIC_PRESENT(COUNTER_NUMBER) SET_BIC(COUNTER_NUMBER, &bic_present)
326 #define BIC_NOT_PRESENT(COUNTER_NUMBER) CPU_CLR(COUNTER_NUMBER, &bic_present)
330 #define DO_BIC_READ(COUNTER_NUMBER) CPU_ISSET(COUNTER_NUMBER, &bic_present)
331 …OUNTER_NUMBER) (CPU_ISSET(COUNTER_NUMBER, &bic_enabled) && CPU_ISSET(COUNTER_NUMBER, &bic_present))
449 BIC_INIT(&bic_present); in bic_groups_init()
450 SET_BIC(BIC_USEC, &bic_present); in bic_groups_init()
451 SET_BIC(BIC_TOD, &bic_present); in bic_groups_init()
452 SET_BIC(BIC_cpuidle, &bic_present); in bic_groups_init()
453 SET_BIC(BIC_APIC, &bic_present); in bic_groups_init()
[all …]