Searched refs:PMC_WR_FUNC (Results 1 – 1 of 1) sorted by relevance
336 #define PMC_WR_FUNC(cnum) (pmu_conf.pmc_desc[cnum].write_check) macro1575 if (PMC_WR_FUNC(cnum)) { in pfm_write_pmcs()1576 ret = PMC_WR_FUNC(cnum)(task, cnum, &value, regs); in pfm_write_pmcs()