Searched defs:pmc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h437 typedef struct pmc { struct
527 pmc_t pmc; // Pointer to in-kernel pmc which is reserved member in struct:pmc_reservation
[all...]
H A Dpmc.c517 pmc_free(void *pmc) argument
524 pmc_init(pmc_t pmc) argument
539 pmc_reference(pmc_t pmc) argument
550 pmc_deallocate(pmc_t pmc) argument
564 pmc_dequeue(pmc_t pmc) argument
577 pmc_enqueue(pmc_t pmc) argument
623 pmc_config_free(pmc_t pmc, pmc_config_t config) argument
635 pmc_open(pmc_t pmc) argument
643 pmc_close(pmc_t pmc) argument
718 pmc_internal_reservation_set_pmc(pmc_reservation_t resv, pmc_t pmc) argument
784 pmc_accessible_core_count(pmc_t pmc) argument
1623 pmc_accessible_from_core(pmc_t pmc, uint32_t logicalCore) argument
1923 pmc_t pmc = pmc_alloc(); local
1964 pmc_t pmc = pmc_find(pmc_object); local
2008 pmc_create_config(pmc_t pmc, pmc_config_t *config) argument
2047 pmc_free_config(pmc_t pmc, pmc_config_t config) argument
2064 pmc_config_set_value(pmc_t pmc, pmc_config_t config, uint8_t id, uint64_t value) argument
2095 pmc_config_set_interrupt_threshold(pmc_t pmc, pmc_config_t config, uint64_t threshold, pmc_interrupt_method_t method, void *refCon) argument
2144 pmc_t pmc = NULL; local
2287 pmc_get_name(pmc_t pmc) argument
2302 pmc_get_accessible_core_list(pmc_t pmc, uint32_t **logicalCores, size_t *logicalCoreCt) argument
2360 pmc_reserve(pmc_t pmc, pmc_config_t config, pmc_reservation_t *reservation) argument
2412 pmc_reserve_task(pmc_t pmc, pmc_config_t config, task_t task, pmc_reservation_t *reservation) argument
2471 pmc_reserve_thread(pmc_t pmc, pmc_config_t config, thread_t thread, pmc_reservation_t *reservation) argument
[all...]

Completed in 112 milliseconds