Searched refs:recount_switch_thread (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | recount.h | 387 void recount_switch_thread(struct recount_snap *snap, struct thread *off_thread,
|
| H A D | priority.c | 143 recount_switch_thread(&snap, thread, get_threadtask(thread)); in thread_quantum_expire()
|
| H A D | recount.c | 914 recount_switch_thread(struct recount_snap *cur, struct thread *off_thread, in recount_switch_thread() function
|
| H A D | sched_prim.c | 3027 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 D | recount.md | 88 At context switch, `recount_switch_thread` captures the hardware counters with `recount_snapshot` i…
|