summaryrefslogtreecommitdiffstats
path: root/lockd
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-03-23 16:47:12 -0400
committerSteve Dickson <steved@redhat.com>2009-03-23 16:47:12 -0400
commitef939c9965cb71e40d56ecc4981465c13d95910e (patch)
treef8de50c7037f6eab7389941a8998a2c8e8718906 /lockd
parent797de07cda3e6a2bd654d8d061ea4b56efd90f34 (diff)
downloadsystemtap-ef939c9965cb71e40d56ecc4981465c13d95910e.tar.gz
systemtap-ef939c9965cb71e40d56ecc4981465c13d95910e.tar.xz
systemtap-ef939c9965cb71e40d56ecc4981465c13d95910e.zip
Took out sunrpc processing from lockd_clnt.stp
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'lockd')
-rw-r--r--lockd/lockd_clnt.stp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lockd/lockd_clnt.stp b/lockd/lockd_clnt.stp
index 1dd3dae..0d74c76 100644
--- a/lockd/lockd_clnt.stp
+++ b/lockd/lockd_clnt.stp
@@ -249,12 +249,11 @@ probe module("lockd").function("nlmclnt_unlock_callback")
execname(), pid(), task_error($task));
}
}
+/*
probe module("sunrpc").function("rpc_call_sync")
{
- /*
printf("%s(%d): rpc_call_sync: %s: flags 0x%x\n",
execname(), pid(), rpcprocname($msg), $flags);
- */
msg = $msg;
flags = $flags
}
@@ -268,7 +267,6 @@ probe module("sunrpc").function("rpc_call_sync").return
}
}
}
-/*
probe module("lockd").function("nsm_monitor")
{
printf("%s(%d): nsm_nmonitor: host %p\n",