1PROBE::SOCKET.AIO_(3stap) Socket Tapset PROBE::SOCKET.AIO_(3stap)
2
3
4
6 probe::socket.aio_write.return - Conclusion of message send via
7 sock_aio_write
8
10 socket.aio_write.return
11
13 size
14 Size of message received (in bytes) or error code if success = 0
15
16 name
17 Name of this probe
18
19 protocol
20 Protocol value
21
22 success
23 Was receive successful? (1 = yes, 0 = no)
24
25 family
26 Protocol family value
27
28 state
29 Socket state value
30
31 flags
32 Socket flags value
33
34 type
35 Socket type value
36
38 The message receiver.
39
41 Fires at the conclusion of sending a message on a socket via the
42 sock_aio_write function
43
45 tapset::socket(3stap)
46
47
48
49SystemTap Tapset Reference November 2022 PROBE::SOCKET.AIO_(3stap)