Man Page: probe::signal.sys_tkill
Operating Environment: centos
Section: 3stap
PROBE::SIGNAL.SYS_(3stap) Signal Tapset PROBE::SIGNAL.SYS_(3stap)NAMEprobe::signal.sys_tkill - Sending a kill signal to a threadSYNOPSISsignal.sys_tkillVALUESname Name of the probe point sig_name A string representation of the signal sig The specific signal sent to the process pid_name The name of the signal recipient sig_pid The PID of the process receiving the kill signalDESCRIPTIONThe tkill call is analogous to kill(2), except that it also allows a process within a specific thread group to be targeted. Such processes are targeted through their unique thread IDs (TID). SystemTap Tapset Reference June 2014 PROBE::SIGNAL.SYS_(3stap)
| Related Man Pages |
|---|
| sigqueue(2) - redhat |
| tkill(2) - linux |
| kill(2) - v7 |
| tgkill(2) - suse |
| tkill(2) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |