Searched refs:DTRACE_PROC1 (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c1269 DTRACE_PROC1(exec, uintptr_t, imgp->ip_strings);
1564 DTRACE_PROC1(spawn__port__failure, mach_port_name_t, act->new_port);
1739 DTRACE_PROC1(spawn__open__failure, uintptr_t,
1742 DTRACE_PROC1(spawn__fd__failure, int, psfa->psfaa_filedes);
2133 DTRACE_PROC1(create, proc_t, p);
2533 DTRACE_PROC1(spawn__failure, int, error);
2552 DTRACE_PROC1(exec__failure, int, error);
2785 DTRACE_PROC1(exec__failure, int, error);
H A Dkern_fork.c307 DTRACE_PROC1(create, proc_t, child_proc);
908 DTRACE_PROC1(create, proc_t, child_proc);
H A Dkern_exit.c293 DTRACE_PROC1(exit, int, CLD_EXITED);
/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h175 #define DTRACE_PROC1(name, type1, arg1) \ macro
356 #define DTRACE_PROC1(name, type1, arg1) do {} while(0) macro
/xnu-2782.1.97/osfmk/kern/
H A Dthread_policy.c134 DTRACE_PROC1(qos__legacy__denied, thread_t, thread);
H A Dthread.c965 DTRACE_PROC1(lwp__create, thread_t, *out_thread);

Completed in 57 milliseconds