1TAPSET::RPC(3stap) TAPSET::RPC(3stap)
2
3
4
6 tapset::rpc - systemtap rpc tapset
7
8
10 sunrpc.clnt.create_client
11 Create an RPC client
12
13 See probe::sunrpc.clnt.create_client(3stap)
14 for details.
15
16 sunrpc.clnt.clone_client
17 Clone an RPC client structure
18
19 See probe::sunrpc.clnt.clone_client(3stap)
20 for details.
21
22 sunrpc.clnt.shutdown_client
23 Shutdown an RPC client
24
25 See probe::sunrpc.clnt.shutdown_client(3stap)
26 for details.
27
28 sunrpc.clnt.bind_new_program
29 Bind a new RPC program to an existing client
30
31 See probe::sunrpc.clnt.bind_new_program(3stap)
32 for details.
33
34 sunrpc.clnt.call_sync
35 Make a synchronous RPC call
36
37 See probe::sunrpc.clnt.call_sync(3stap)
38 for details.
39
40 sunrpc.clnt.call_async
41 Make an asynchronous RPC call
42
43 See probe::sunrpc.clnt.call_async(3stap)
44 for details.
45
46 sunrpc.clnt.restart_call
47 Restart an asynchronous RPC call
48
49 See probe::sunrpc.clnt.restart_call(3stap)
50 for details.
51
52 sunrpc.svc.register
53 Register an RPC service with the local portmapper
54
55 See probe::sunrpc.svc.register(3stap)
56 for details.
57
58 sunrpc.svc.create
59 Create an RPC service
60
61 See probe::sunrpc.svc.create(3stap)
62 for details.
63
64 sunrpc.svc.destroy
65 Destroy an RPC service
66
67 See probe::sunrpc.svc.destroy(3stap)
68 for details.
69
70 sunrpc.svc.process
71 Process an RPC request
72
73 See probe::sunrpc.svc.process(3stap)
74 for details.
75
76 sunrpc.svc.authorise
77 An RPC request is to be authorised
78
79 See probe::sunrpc.svc.authorise(3stap)
80 for details.
81
82 sunrpc.svc.recv
83 Listen for the next RPC request on any socket
84
85 See probe::sunrpc.svc.recv(3stap)
86 for details.
87
88 sunrpc.svc.send
89 Return reply to RPC client
90
91 See probe::sunrpc.svc.send(3stap)
92 for details.
93
94 sunrpc.svc.drop
95 Drop RPC request
96
97 See probe::sunrpc.svc.drop(3stap)
98 for details.
99
100 sunrpc.sched.new_task
101 Create new task for the specified client
102
103 See probe::sunrpc.sched.new_task(3stap)
104 for details.
105
106 sunrpc.sched.release_task
107 Release all resources associated with a task
108
109 See probe::sunrpc.sched.release_task(3stap)
110 for details.
111
112 sunrpc.sched.execute
113 Execute the RPC `scheduler'
114
115 See probe::sunrpc.sched.execute(3stap)
116 for details.
117
118 sunrpc.sched.delay
119 Delay an RPC task
120
121 See probe::sunrpc.sched.delay(3stap)
122 for details.
123
124
126 probe::sunrpc.clnt.create_client(3stap),
127 probe::sunrpc.clnt.clone_client(3stap),
128 probe::sunrpc.clnt.shutdown_client(3stap),
129 probe::sunrpc.clnt.bind_new_program(3stap),
130 probe::sunrpc.clnt.call_sync(3stap),
131 probe::sunrpc.clnt.call_async(3stap),
132 probe::sunrpc.clnt.restart_call(3stap),
133 probe::sunrpc.svc.register(3stap),
134 probe::sunrpc.svc.create(3stap),
135 probe::sunrpc.svc.destroy(3stap),
136 probe::sunrpc.svc.process(3stap),
137 probe::sunrpc.svc.authorise(3stap),
138 probe::sunrpc.svc.recv(3stap), probe::sunrpc.svc.send(3stap),
139 probe::sunrpc.svc.drop(3stap),
140 probe::sunrpc.sched.new_task(3stap),
141 probe::sunrpc.sched.release_task(3stap),
142 probe::sunrpc.sched.execute(3stap),
143 probe::sunrpc.sched.delay(3stap), stap(1), stapprobes(3stap)
144
145
146
147SystemTap Tapset Reference November 2019 TAPSET::RPC(3stap)