summaryrefslogtreecommitdiffstats
path: root/tapset/signal.stp
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-08-22 09:18:47 +0000
committerguanglei <guanglei>2006-08-22 09:18:47 +0000
commita7fe5d78564079419d3084a6fee9e523a1b41f65 (patch)
tree032c300c7159440fa569368a31c246d90b7f047f /tapset/signal.stp
parente93c2ddb343b1656460717c098a45b4b3d5741b9 (diff)
downloadsystemtap-steved-a7fe5d78564079419d3084a6fee9e523a1b41f65.tar.gz
systemtap-steved-a7fe5d78564079419d3084a6fee9e523a1b41f65.tar.xz
systemtap-steved-a7fe5d78564079419d3084a6fee9e523a1b41f65.zip
add signal trace hooks.
eliminates the global stap variable to syscall tapset for faster speed
Diffstat (limited to 'tapset/signal.stp')
-rw-r--r--tapset/signal.stp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tapset/signal.stp b/tapset/signal.stp
index 84731a46..1e568ae5 100644
--- a/tapset/signal.stp
+++ b/tapset/signal.stp
@@ -327,9 +327,10 @@ probe signal.send_sig_queue.return =
}
-/* probe signal.pend
+/* probe signal.pending
*
- * Used to Suspend signals
+ * Used to examine the set of signals that are pending for
+ * delivery to the calling thread
*
* long do_sigpending(void __user *set, unsigned long sigsetsize)
*/