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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h590 kern_return_t pmc_get_pmc_list(pmc_t **pmcs, size_t *pmcCount);
602 * @discussion This method returns a list of pmcs (similar to <link>pmc_get_pmc_list</link>) whose names match the given string up to it's length.
H A Dpmc.c2136 * pmc_get_pmc_list returns an allocated list of pmc_t's, as well as the number
2142 kern_return_t pmc_get_pmc_list(pmc_t **pmcs, size_t *pmcCount) { function
2195 * pmc_get_pmc_list.
2217 if(KERN_SUCCESS == (ret = pmc_get_pmc_list(&list, &count))) {
2894 kern_return_t pmc_get_pmc_list(pmc_t **pmcs __unused, size_t *pmcCount __unused) { function

Completed in 15 milliseconds