probe signal.sys_tgkill — Fires when the kernel function <command>tgkill</command>
probe signal.sys_tgkill
sig
The specific kill signal sent to the process The <command>tgkill</command> call is similar to <command>tkill</command>, except that it also allows the caller to specify the thread group ID of the thread to be signalled. This protects against TID reuse.
pid
The PID of the thread receiving the kill signal
tgid
The thread group ID of the thread receiving the kill signal