Lines Matching +full:signal +full:- +full:id

34 .Fn proc:::exec-failure "int"
35 .Fn proc:::exec-success "char *"
37 .Fn proc:::signal-clear "int" "ksiginfo_t *"
38 .Fn proc:::signal-discard "struct thread *" "struct proc *" "int"
39 .Fn proc:::signal-send "struct thread *" "struct proc *" "int"
72 .Fn proc:::exec-failure
77 .Fn proc:::exec-success
85 signal code; valid values are documented in the
88 .Pa signal.h .
95 .Fn proc:::signal-send
96 probe fires when a signal is about to be sent to a process.
98 .Fn proc:::signal-discard
99 probe fires when a signal is sent to a process that ignores it.
101 .Fn proc:::signal-send
102 probe for the signal in question.
103 The arguments to these probes are the thread and process to which the signal
104 will be sent, and the signal number of the signal.
105 Valid signal numbers are defined in the
106 .Xr signal 3
109 .Fn proc:::signal-clear
110 probe fires when a pending signal has been cleared by one of the
116 Its arguments are the signal number of the cleared signal, and a pointer to
117 the corresponding signal information.
120 for the signal can be obtained from
121 .Dv args[1]->ksi_info .
144 .Bl -tag -width "uintptr_t pr_addr" -offset indent
148 Process ID.
150 Process ID of the parent process, or 0 if the process does not have a parent.
152 Process ID of the process group leader.
154 Session ID, or 0 if the process does not belong to a session.
156 Real user ID.
158 Effective user ID.
160 Real group ID.
162 Effective group ID.
172 Jail ID of the process.
178 .Bl -tag -width "uintptr_t pr_wchar" -offset indent
180 Thread ID.
200 .Bl -tag -width "/usr/lib/dtrace/psinfo.d" -compact
208 .Bd -literal -offset indent
211 proc:::exec-success
213 printf("%s", curpsinfo->pr_psargs);
251 .Xr signal 3 ,