probe signal.sys_tgkill — Fires when the kernel function <command>tgkill</command>
probe signal.sys_tgkill
sigThe 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.
pidThe PID of the thread receiving the kill signal
tgidThe thread group ID of the thread receiving the kill signal