Scroll to navigation

TAPSET::RPC(3stap) TAPSET::RPC(3stap)

NAME

tapset::rpc - systemtap rpc tapset

DESCRIPTION

Create an RPC client

See probe::sunrpc.clnt.create_client(3stap)
for details.
Clone an RPC client structure

See probe::sunrpc.clnt.clone_client(3stap)
for details.
Shutdown an RPC client

See probe::sunrpc.clnt.shutdown_client(3stap)
for details.
Bind a new RPC program to an existing client

See probe::sunrpc.clnt.bind_new_program(3stap)
for details.
Make a synchronous RPC call

See probe::sunrpc.clnt.call_sync(3stap)
for details.
Make an asynchronous RPC call

See probe::sunrpc.clnt.call_async(3stap)
for details.
Restart an asynchronous RPC call

See probe::sunrpc.clnt.restart_call(3stap)
for details.
Register an RPC service with the local portmapper

See probe::sunrpc.svc.register(3stap)
for details.
Create an RPC service

See probe::sunrpc.svc.create(3stap)
for details.
Destroy an RPC service

See probe::sunrpc.svc.destroy(3stap)
for details.
Process an RPC request

See probe::sunrpc.svc.process(3stap)
for details.
An RPC request is to be authorised

See probe::sunrpc.svc.authorise(3stap)
for details.
Listen for the next RPC request on any socket

See probe::sunrpc.svc.recv(3stap)
for details.
Return reply to RPC client

See probe::sunrpc.svc.send(3stap)
for details.
Drop RPC request

See probe::sunrpc.svc.drop(3stap)
for details.
Create new task for the specified client

See probe::sunrpc.sched.new_task(3stap)
for details.
Release all resources associated with a task

See probe::sunrpc.sched.release_task(3stap)
for details.
Execute the RPC `scheduler'

See probe::sunrpc.sched.execute(3stap)
for details.
Delay an RPC task

See probe::sunrpc.sched.delay(3stap)
for details.

SEE ALSO

probe::sunrpc.clnt.create_client(3stap), probe::sunrpc.clnt.clone_client(3stap), probe::sunrpc.clnt.shutdown_client(3stap), probe::sunrpc.clnt.bind_new_program(3stap), probe::sunrpc.clnt.call_sync(3stap), probe::sunrpc.clnt.call_async(3stap), probe::sunrpc.clnt.restart_call(3stap), probe::sunrpc.svc.register(3stap), probe::sunrpc.svc.create(3stap), probe::sunrpc.svc.destroy(3stap), probe::sunrpc.svc.process(3stap), probe::sunrpc.svc.authorise(3stap), probe::sunrpc.svc.recv(3stap), probe::sunrpc.svc.send(3stap), probe::sunrpc.svc.drop(3stap), probe::sunrpc.sched.new_task(3stap), probe::sunrpc.sched.release_task(3stap), probe::sunrpc.sched.execute(3stap), probe::sunrpc.sched.delay(3stap), stap(1), stapprobes(3stap)

November 2023 SystemTap Tapset Reference