Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dperfmon.c107 #define PMC_IS_COUNTING(i) ((pmu_conf->pmc_desc[i].type & PFM_REG_COUNTING) == PFM_REG_COUNTING) macro
5699 if (PMC_IS_COUNTING(i) == 0) continue; in pfm_proc_show()