summaryrefslogtreecommitdiffstats
path: root/tapset/signal.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/signal.stp')
-rw-r--r--tapset/signal.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapset/signal.stp b/tapset/signal.stp
index e1171c5a..95ead176 100644
--- a/tapset/signal.stp
+++ b/tapset/signal.stp
@@ -62,7 +62,7 @@ probe _signal.send.part2 = kernel.function("send_group_sigqueue")
{
name = "send_group_sigqueue"
task = $p
- sinfo = $q->info
+ # sinfo = $q->info
shared = 1
send2queue = 1
}
@@ -71,7 +71,7 @@ probe _signal.send.part3 = kernel.function("send_sigqueue")
{
name = "send_sigqueue"
task = $p
- sinfo = $q->info
+ # sinfo = $q->info
shared = 0
send2queue = 1
}