1PROBE::SUNRPC.CLNT(3stap) Networking Tapset PROBE::SUNRPC.CLNT(3stap)
2
3
4
6 probe::sunrpc.clnt.call_async - Make an asynchronous RPC call
7
9 sunrpc.clnt.call_async
10
12 procname
13 the procedure name in this RPC call
14
15 prog
16 the RPC program number
17
18 prot
19 the IP protocol number
20
21 servername
22 the server machine name
23
24 port
25 the port number
26
27 proc
28 the procedure number in this RPC call
29
30 xid
31 current transmission id
32
33 flags
34 flags
35
36 progname
37 the RPC program name
38
39 dead
40 whether this client is abandoned
41
42 vers
43 the RPC program version number
44
46 tapset::rpc(3stap)
47
48
49
50SystemTap Tapset Reference November 2020 PROBE::SUNRPC.CLNT(3stap)