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

/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h162 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) \ macro
351 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) do {} while (0) macro
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.c976 DTRACE_SCHED2(iwakeup, struct thread *, thread, struct proc *, thread->task->bsd_info);
1015 DTRACE_SCHED2(wakeup, struct thread *, thread, struct proc *, thread->task->bsd_info);
2297 DTRACE_SCHED2(off__cpu, struct thread *, thread, struct proc *, thread->task->bsd_info);
2409 DTRACE_SCHED2(off__cpu, struct thread *, thread, struct proc *, thread->task->bsd_info);

Completed in 150 milliseconds