Searched refs:DTRACE_SCHED2 (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/osfmk/mach/machine/ |
| H A D | sdt.h | 64 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) \ macro
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | sched_prim.c | 944 DTRACE_SCHED2(iwakeup, struct thread *, thread, struct proc *, current_proc()); in thread_unblock() 996 DTRACE_SCHED2(wakeup, struct thread *, thread, struct proc *, current_proc()); in thread_unblock() 3114 DTRACE_SCHED2(off__cpu, struct thread *, thread, struct proc *, current_proc()); in thread_invoke() 3260 DTRACE_SCHED2(off__cpu, struct thread *, thread, struct proc *, current_proc()); in thread_invoke()
|