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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c1014 pmc_internal_reservation_broadcast(pmc_reservation_t reservation, void (*action_func)(void *)) argument
1433 pmc_internal_reservation_move_for_event(pmc_reservation_t reservation, pmc_state_event_t event, pmc_state_t *old_state_out) argument
1460 pmc_internal_reservation_context_out(pmc_reservation_t reservation) argument
1484 pmc_internal_reservation_context_in(pmc_reservation_t reservation) argument
1505 pmc_internal_reservation_store(pmc_reservation_t reservation) argument
1558 pmc_internal_reservation_load(pmc_reservation_t reservation) argument
1634 pmc_reservation_t reservation = (pmc_reservation_t)arg; local
1654 pmc_reservation_t reservation = (pmc_reservation_t)arg; local
1680 pmc_reservation_t reservation = (pmc_reservation_t)target; local
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
2521 pmc_reservation_start(pmc_reservation_t reservation) argument
2555 pmc_reservation_stop(pmc_reservation_t reservation) argument
2592 pmc_reservation_read(pmc_reservation_t reservation, uint64_t *value) argument
2651 pmc_reservation_write(pmc_reservation_t reservation, uint64_t value) argument
2702 pmc_reservation_free(pmc_reservation_t reservation) argument
[all...]

Completed in 19 milliseconds