Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c213 static int pmc_can_attach(struct pmc *pm, struct proc *p);
1033 pmc_can_attach(struct pmc *pm, struct proc *t) in pmc_can_attach() function
1415 if (pmc_can_attach(pm, td->td_proc) != 0) { in pmc_process_exec()