summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
Diffstat (limited to 'tapset')
-rw-r--r--tapset/LKET/Changelog6
-rwxr-xr-xtapset/LKET/rpc.stp4
2 files changed, 8 insertions, 2 deletions
diff --git a/tapset/LKET/Changelog b/tapset/LKET/Changelog
index 85fc5c24..68c6fd57 100644
--- a/tapset/LKET/Changelog
+++ b/tapset/LKET/Changelog
@@ -1,3 +1,9 @@
+2006-12-23 Li Guanglei <guanglei@cn.ibm.com>
+
+ From Gui Jian <guij@cn.ibm.com>
+ * rpc.stp: fix wrong HOOKID for _addevent.sunrpc.svc.recv.entry
+ and _addevent.sunrpc.svc.recv.return
+
2006-12-20 Li Guanglei <guanglei@cn.ibm.com>
From Gui Jian <guij@cn.ibm.com>
diff --git a/tapset/LKET/rpc.stp b/tapset/LKET/rpc.stp
index 50555ca9..f78b585d 100755
--- a/tapset/LKET/rpc.stp
+++ b/tapset/LKET/rpc.stp
@@ -490,7 +490,7 @@ probe addevent.sunrpc.svc.recv.entry
probe _addevent.sunrpc.svc.recv.entry
= sunrpc.svc.recv
{
- log_sunrpc_svc_recv(HOOKID_SUNRPC_SVC_SEND_ENTRY, sv_name, timeout)
+ log_sunrpc_svc_recv(HOOKID_SUNRPC_SVC_RECV_ENTRY, sv_name, timeout)
}
probe addevent.sunrpc.svc.recv.return
@@ -502,7 +502,7 @@ probe addevent.sunrpc.svc.recv.return
probe _addevent.sunrpc.svc.recv.return
= sunrpc.svc.recv.return
{
- log_sunrpc_return_int64(HOOKID_SUNRPC_SVC_SEND_RETURN, $return)
+ log_sunrpc_return_int64(HOOKID_SUNRPC_SVC_RECV_RETURN, $return)
}
function log_sunrpc_svc_recv(hookid:long, sv_name:string, timeout:long)