Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c318 static cpu_set_t bic_group_other; variable
437 BIC_INIT(&bic_group_other); in bic_groups_init()
438 SET_BIC(BIC_IRQ, &bic_group_other); in bic_groups_init()
439 SET_BIC(BIC_NMI, &bic_group_other); in bic_groups_init()
440 SET_BIC(BIC_SMI, &bic_group_other); in bic_groups_init()
441 SET_BIC(BIC_ThreadC, &bic_group_other); in bic_groups_init()
442 SET_BIC(BIC_CoreTmp, &bic_group_other); in bic_groups_init()
443 SET_BIC(BIC_IPC, &bic_group_other); in bic_groups_init()
2831 CPU_OR(ret_set, ret_set, &bic_group_other); in bic_lookup()