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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h315 pmc_get_count_method_t get_count; member in struct:pmc_methods
H A Dpmc.c1536 ret = store_pmc->methods.get_count(store_pmc_obj, &reservation->value);
1538 COUNTER_DEBUG(" [error] get_count: 0x%x\n", ret);
1902 !methods->get_count ||
2612 ret = reservation->pmc->methods.get_count(reservation->pmc->object, value);

Completed in 26 milliseconds