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

/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c1199 DTRACE_PROC1(exec, uintptr_t, imgp->ip_strings);
1466 DTRACE_PROC1(spawn__port__failure, mach_port_name_t, act->new_port);
1629 DTRACE_PROC1(spawn__open__failure, uintptr_t,
1632 DTRACE_PROC1(spawn__fd__failure, int, psfa->psfaa_filedes);
1971 DTRACE_PROC1(create, proc_t, p);
2356 DTRACE_PROC1(spawn__failure, int, error);
2375 DTRACE_PROC1(exec__failure, int, error);
2585 DTRACE_PROC1(exec__failure, int, error);
H A Dkern_fork.c299 DTRACE_PROC1(create, proc_t, child_proc);
894 DTRACE_PROC1(create, proc_t, child_proc);
H A Dkern_exit.c294 DTRACE_PROC1(exit, int, CLD_EXITED);
/xnu-2422.115.4/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-2422.115.4/osfmk/kern/
H A Dthread.c870 DTRACE_PROC1(lwp__create, thread_t, *out_thread);

Completed in 48 milliseconds