Searched refs:pmcinfo (Results 1 – 1 of 1) sorted by relevance
4037 struct pmc_info *p, *pmcinfo; in pmc_syscall_handler() local4064 pmcinfo = malloc(pmcinfo_size, M_PMC, M_WAITOK | M_ZERO); in pmc_syscall_handler()4066 p = pmcinfo; in pmc_syscall_handler()4110 error = copyout(pmcinfo, &gpi->pm_pmcs, pmcinfo_size); in pmc_syscall_handler()4112 free(pmcinfo, M_PMC); in pmc_syscall_handler()