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

/darwin-on-arm/xnu/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);
2043 * pmc_free_config frees a configuration area created from a given @pmc
2047 void pmc_free_config(pmc_t pmc, pmc_config_t config) { function
2356 * must free the config object via pmc_free_config().
2407 * must free the config object via pmc_free_config().
2466 * must free the config object via pmc_free_config().
2879 void pmc_free_config(pmc_t pmc __unused, pmc_config_t config __unused) { function

Completed in 14 milliseconds