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 |
| tkill(2) - debian |
| kill(1) - centos |
| pause(2) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Tar Command |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |