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

/xnu-2422.115.4/osfmk/kern/
H A Dkpc_thread.c166 kpc_get_curthread_counters(uint32_t *inoutcount, uint64_t *buf) argument
172 if( *inoutcount < kpc_thread_classes_count )
187 *inoutcount = kpc_thread_classes_count;
H A Dkpc.h69 extern int kpc_get_curthread_counters(uint32_t *inoutcount, uint64_t *buf);
153 int (*get_curthread_counters)(uint32_t *inoutcount, uint64_t *buf);

Completed in 230 milliseconds