Searched refs:DTRACE_PROC1 (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_exec.c | 2178 DTRACE_PROC1(exec, uintptr_t, excpath); in exec_activate_image() 2659 DTRACE_PROC1(spawn__port__failure, mach_port_name_t, act->new_port); in exec_handle_port_actions() 2692 DTRACE_PROC1(spawn__exception__port__failure, mach_port_name_t, act->new_port); in exec_handle_exception_port_actions() 2940 DTRACE_PROC1(spawn__open__failure, uintptr_t, in exec_handle_file_actions() 2943 DTRACE_PROC1(spawn__fd__failure, int, psfa->psfaa_filedes); in exec_handle_file_actions() 3929 DTRACE_PROC1(create, proc_t, p); in posix_spawn() 4646 DTRACE_PROC1(spawn__failure, int, error); in posix_spawn() 4665 DTRACE_PROC1(exec__failure, int, error); in posix_spawn() 5277 DTRACE_PROC1(exec__failure, int, error); in __mac_execve()
|
| H A D | kern_fork.c | 608 DTRACE_PROC1(create, proc_t, child_proc); in fork()
|
| H A D | kern_exit.c | 1528 DTRACE_PROC1(exit, int, CLD_EXITED); in exit_with_reason()
|
| /xnu-10002.41.9/osfmk/mach/machine/ |
| H A D | sdt.h | 85 #define DTRACE_PROC1(name, type1, arg1) \ macro
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | thread_policy.c | 199 DTRACE_PROC1(qos__legacy__denied, thread_t, thread); in thread_is_static_param()
|
| H A D | thread.c | 1611 DTRACE_PROC1(lwp__create, thread_t, *out_thread); in thread_create_internal()
|