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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h67 typedef void * pmc_config_object_t; typedef
153 typedef pmc_config_object_t (*pmc_create_config_method_t)(pmc_object_t pmc);
161 typedef void (*pmc_free_config_method_t)(pmc_object_t pmc, pmc_config_object_t config);
172 typedef kern_return_t (*pmc_config_set_value_method_t)(pmc_config_object_t config, uint8_t id, uint64_t value);
188 typedef kern_return_t (*pmc_config_set_interrupt_threshold_method_t)(pmc_config_object_t config, uint64_t threshold);
197 typedef kern_return_t (*pmc_config_set_interrupt_threshold_handler_method_t)(pmc_config_object_t config, void *target, pmc_interrupt_method_t method, void *refCon);
205 typedef kern_return_t (*pmc_set_config_method_t)(pmc_object_t pmc, pmc_config_object_t config);
H A Dpmc.c147 pmc_config_object_t object;
622 /* Free a pmc_config_t, and underlying pmc_config_object_t (if needed) */
2117 * and mutating the pmc_config_object_t just before returning a

Completed in 20 milliseconds