Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c87 #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.disabled
96 #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_value
104 #define PMC_RSVD_MASK(i) pmu_conf.pmc_desc[i].reserved_mask
[all …]
Dperfmon_generic.h41 static pmu_config_t pmu_conf={ variable
Dperfmon_itanium.h61 static pmu_config_t pmu_conf={ variable
Dperfmon_mckinley.h64 static pmu_config_t pmu_conf={ variable