Searched refs:pmu_conf (Results 1 – 4 of 4) sorted by relevance
87 #define PMC_IS_LAST(i) (pmu_conf.pmc_desc[i].type & PFM_REG_END)88 #define PMD_IS_LAST(i) (pmu_conf.pmd_desc[i].type & PFM_REG_END)90 #define PFM_IS_DISABLED() pmu_conf.disabled96 #define PMC_IS_IMPL(i) (i< PMU_MAX_PMCS && (pmu_conf.pmc_desc[i].type & PFM_REG_IMPL))97 #define PMD_IS_IMPL(i) (i< PMU_MAX_PMDS && (pmu_conf.pmd_desc[i].type & PFM_REG_IMPL))100 #define PMD_IS_COUNTING(i) (pmu_conf.pmd_desc[i].type == PFM_REG_COUNTING)101 #define PMC_IS_COUNTING(i) (pmu_conf.pmc_desc[i].type == PFM_REG_COUNTING)102 #define PMC_IS_MONITOR(i) (pmu_conf.pmc_desc[i].type == PFM_REG_MONITOR)103 #define PMC_DFL_VAL(i) pmu_conf.pmc_desc[i].default_value104 #define PMC_RSVD_MASK(i) pmu_conf.pmc_desc[i].reserved_mask[all …]
41 static pmu_config_t pmu_conf={ variable
61 static pmu_config_t pmu_conf={ variable
64 static pmu_config_t pmu_conf={ variable