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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h648 kern_return_t pmc_reserve(pmc_t pmc, pmc_config_t config, pmc_reservation_t *reservation);
654 * on one of the logical cores that can read the given pmc. The semantics of this method are the same as <link>pmc_reserve</link> in all other respects.
659 * @result See <link>pmc_reserve</link>
671 * @result See <link>pmc_reserve</link>
H A Dpmc.c2118 * reservation (in pmc_reserve() and friends, below).
2332 * as a result of pmc_reserve*()
2350 * pmc_reserve will attempt to reserve the given @pmc, with a given
2360 kern_return_t pmc_reserve(pmc_t pmc, pmc_config_t config, function
2915 kern_return_t pmc_reserve(pmc_t pmc __unused, function

Completed in 80 milliseconds