Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_soft.c96 soft_allocate_pmc(int cpu, int ri, struct pmc *pm, in soft_allocate_pmc() function
428 pcd->pcd_allocate_pmc = soft_allocate_pmc; in pmc_soft_initialize()
/freebsd-13-stable/lib/libpmc/
HDlibpmc.c72 static int soft_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
241 .pm_evc_allocate_pmc = soft_allocate_pmc
729 soft_allocate_pmc(enum pmc_event pe, char *ctrspec, in soft_allocate_pmc() function