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

/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.h315 pmc_get_count_method_t get_count; member in struct:pmc_methods
H A Dpmc.c1534 ret = store_pmc->methods.get_count(store_pmc_obj, &reservation->value);
1536 COUNTER_DEBUG(" [error] get_count: 0x%x\n", ret);
1900 !methods->get_count ||
2610 ret = reservation->pmc->methods.get_count(reservation->pmc->object, value);

Completed in 17 milliseconds