Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c336 #define PMC_WR_FUNC(cnum) (pmu_conf.pmc_desc[cnum].write_check) macro
1575 if (PMC_WR_FUNC(cnum)) { in pfm_write_pmcs()
1576 ret = PMC_WR_FUNC(cnum)(task, cnum, &value, regs); in pfm_write_pmcs()