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

/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.h566 void pmc_free_config(pmc_t pmc, pmc_config_t config);
638 * should free the configuration object via <link>pmc_free_config</link>. This method is not interrupt safe.
H A Dpmc.c675 pmc_free_config(resv->pmc, resv->config);
2041 * pmc_free_config frees a configuration area created from a given @pmc
2045 void pmc_free_config(pmc_t pmc, pmc_config_t config) { function
2354 * must free the config object via pmc_free_config().
2405 * must free the config object via pmc_free_config().
2464 * must free the config object via pmc_free_config().
2877 void pmc_free_config(pmc_t pmc __unused, pmc_config_t config __unused) { function

Completed in 27 milliseconds