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.c319 static cpu_set_t bic_present; variable
327 #define BIC_PRESENT(COUNTER_NUMBER) SET_BIC(COUNTER_NUMBER, &bic_present)
328 #define BIC_NOT_PRESENT(COUNTER_NUMBER) CPU_CLR(COUNTER_NUMBER, &bic_present)
332 #define DO_BIC_READ(COUNTER_NUMBER) CPU_ISSET(COUNTER_NUMBER, &bic_present)
333 …OUNTER_NUMBER) (CPU_ISSET(COUNTER_NUMBER, &bic_enabled) && CPU_ISSET(COUNTER_NUMBER, &bic_present))
453 BIC_INIT(&bic_present); in bic_groups_init()
454 SET_BIC(BIC_USEC, &bic_present); in bic_groups_init()
455 SET_BIC(BIC_TOD, &bic_present); in bic_groups_init()
456 SET_BIC(BIC_cpuidle, &bic_present); in bic_groups_init()
457 SET_BIC(BIC_APIC, &bic_present); in bic_groups_init()
[all …]