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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h180 typedef void (*pmc_interrupt_method_t)(void *target, void *refCon); typedef
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);
582 kern_return_t pmc_config_set_interrupt_threshold(pmc_t pmc, pmc_config_t config, uint64_t threshold, pmc_interrupt_method_t method, void *refCon);
H A Dpmc.c148 volatile pmc_interrupt_method_t method;
2084 * the pmc that it should generate a call to the given pmc_interrupt_method_t
2091 * See pmc_interrupt_method_t.
2096 uint64_t threshold, pmc_interrupt_method_t method, void *refCon) {
2890 pmc_interrupt_method_t method __unused, void *refCon __unused) {

Completed in 27 milliseconds