Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c324 #define SET_BIC(COUNTER_NUMBER, set) CPU_SET(COUNTER_NUMBER, set) macro
327 #define BIC_PRESENT(COUNTER_NUMBER) SET_BIC(COUNTER_NUMBER, &bic_present)
342 SET_BIC(i, set); in bic_set_all()
363 SET_BIC(BIC_Package, &bic_group_topology); in bic_groups_init()
364 SET_BIC(BIC_Node, &bic_group_topology); in bic_groups_init()
365 SET_BIC(BIC_CoreCnt, &bic_group_topology); in bic_groups_init()
366 SET_BIC(BIC_PkgCnt, &bic_group_topology); in bic_groups_init()
367 SET_BIC(BIC_Core, &bic_group_topology); in bic_groups_init()
368 SET_BIC(BIC_CPU, &bic_group_topology); in bic_groups_init()
369 SET_BIC(BIC_Die, &bic_group_topology); in bic_groups_init()
[all …]