Searched refs:SET_BIC (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 322 #define SET_BIC(COUNTER_NUMBER, set) CPU_SET(COUNTER_NUMBER, set) macro 325 #define BIC_PRESENT(COUNTER_NUMBER) SET_BIC(COUNTER_NUMBER, &bic_present) 340 SET_BIC(i, set); in bic_set_all() 361 SET_BIC(BIC_Package, &bic_group_topology); in bic_groups_init() 362 SET_BIC(BIC_Node, &bic_group_topology); in bic_groups_init() 363 SET_BIC(BIC_CoreCnt, &bic_group_topology); in bic_groups_init() 364 SET_BIC(BIC_PkgCnt, &bic_group_topology); in bic_groups_init() 365 SET_BIC(BIC_Core, &bic_group_topology); in bic_groups_init() 366 SET_BIC(BIC_CPU, &bic_group_topology); in bic_groups_init() 367 SET_BIC(BIC_Die, &bic_group_topology); in bic_groups_init() [all …]
|