Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

probe::sunrpc.clnt.call_async - Make an asynchronous RPC call

Name

       probe::sunrpc.clnt.call_async - Make an asynchronous RPC call

See Also

tapset::rpc(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SUNRPC.CLNT(3stap)

Synopsis

       sunrpc.clnt.call_async

Values

procname
           the procedure name in this RPC call

       port
           the port number

       flags
           flags

       vers
           the RPC program version number

       prot
           the IP protocol number

       progname
           the RPC program name

       servername
           the server machine name

       proc
           the procedure number in this RPC call

       xid
           current transmission id

       prog
           the RPC program number

       dead
           whether this client is abandoned

See Also