Home
last modified time | relevance | path

Searched refs:recount_switch_thread (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Drecount.h387 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread,
H A Dpriority.c143 recount_switch_thread(&snap, thread, get_threadtask(thread)); in thread_quantum_expire()
H A Drecount.c914 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() function
H A Dsched_prim.c3027 recount_switch_thread(&snap, self, get_threadtask(self)); in thread_invoke()
3173 recount_switch_thread(&snap, self, get_threadtask(self)); in thread_invoke()
/xnu-12377.81.4/doc/observability/
H A Drecount.md88 At context switch, `recount_switch_thread` captures the hardware counters with `recount_snapshot` i…