summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2010-02-25 15:03:46 -0500
committerSteve Dickson <steved@redhat.com>2010-02-25 15:03:46 -0500
commit7c907522f2d1fab5e101f22f52c31c3867aeed8a (patch)
treef550c1fcb23b3d59be6bf3cd67b6baf52e471ce3
parentf806afc977f8995d78226af13fd81fbe95da2e94 (diff)
downloadsystemtap-steved-rpc-update.tar.gz
systemtap-steved-rpc-update.tar.xz
systemtap-steved-rpc-update.zip
Added the name variable to the rpc_new_clientrpc-update
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--tapset/rpc.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapset/rpc.stp b/tapset/rpc.stp
index 1ca3d1d7..8525bf7c 100644
--- a/tapset/rpc.stp
+++ b/tapset/rpc.stp
@@ -111,6 +111,7 @@ probe _sunrpc.clnt.create_client.part2 = kernel.function("rpc_new_client") !,
probe sunrpc.clnt.create_client = kernel.function("rpc_new_client") !,
module("sunrpc").function("rpc_new_client")
{
+ name = "sunrpc.clnt.new_client"
progname = kernel_string($args->program->name)
servername = kernel_string($args->servername);
prog = $args->program->number