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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dcache.c206 monitor_cache_t *pmc; local
/macosx-10.10/xnu-2782.1.97/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
1621 pmc_accessible_from_core(pmc_t pmc, uint32_t logicalCore) argument
1921 pmc_t pmc = pmc_alloc(); local
1962 pmc_t pmc = pmc_find(pmc_object); local
2006 pmc_create_config(pmc_t pmc, pmc_config_t *config) argument
2045 pmc_free_config(pmc_t pmc, pmc_config_t config) argument
2062 pmc_config_set_value(pmc_t pmc, pmc_config_t config, uint8_t id, uint64_t value) argument
2093 pmc_config_set_interrupt_threshold(pmc_t pmc, pmc_config_t config, uint64_t threshold, pmc_interrupt_method_t method, void *refCon) argument
2142 pmc_t pmc = NULL; local
2285 pmc_get_name(pmc_t pmc) argument
2300 pmc_get_accessible_core_list(pmc_t pmc, uint32_t **logicalCores, size_t *logicalCoreCt) argument
2358 pmc_reserve(pmc_t pmc, pmc_config_t config, pmc_reservation_t *reservation) argument
2410 pmc_reserve_task(pmc_t pmc, pmc_config_t config, task_t task, pmc_reservation_t *reservation) argument
2469 pmc_reserve_thread(pmc_t pmc, pmc_config_t config, thread_t thread, pmc_reservation_t *reservation) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/curses/
H A Dcurses.c2574 int pmr, pmc, smr, smc, sxr, sxc; local
2606 int pmr, pmc, smr, smc, sxr, sxc; local
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dproc_reg.h403 static inline uint64_t rdpmc64(uint32_t pmc) argument

Completed in 231 milliseconds