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 |
|---|
| tkill(2) - linux |
| kill(2) - v7 |
| kill(1) - ultrix |
| tapset::scheduler(3stap) - centos |
| tapset::signal(3stap) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |