Searched refs:pmc_free_pmc_list (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h586 * @discussion Callers should free the resultant list via <link>pmc_free_pmc_list</link>. This method is not interrupt safe.
598 void pmc_free_pmc_list(pmc_t *pmcs, size_t pmcCount);
603 * For example, searching for "ia32" would return pmcs "ia32gp0" and "ia32gp1". Results should be released by the caller using <link>pmc_free_pmc_list</link>
H A Dpmc.c2138 * pmc_free_pmc_list().
2194 * pmc_free_pmc_list frees an array of pmc_t that has been returned from
2199 void pmc_free_pmc_list(pmc_t *pmcs, size_t pmcCount) { function
2261 pmc_free_pmc_list(list, count);
2898 void pmc_free_pmc_list(pmc_t *pmcs __unused, size_t pmcCount __unused) { function

Completed in 27 milliseconds