Searched refs:PMC_IS_COUNTING (Results 1 – 1 of 1) sorted by relevance
106 #define PMC_IS_COUNTING(i) ((pmu_conf->pmc_desc[i].type & PFM_REG_COUNTING) == PFM_REG_COUNTING) macro5743 if (PMC_IS_COUNTING(i) == 0) continue; in pfm_proc_show()