1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
{
"functions": [
{
"name": "io_eopnotsupp_prep",
"file": "io_uring.c",
"start_line": 11,
"end_line": 13,
"scopes": [
{
"arg": -1
}
]
},
{
"name": "io_nop",
"file": "io_uring.c",
"start_line": 17,
"end_line": 19,
"scopes": [
{
"arg": -1
}
]
},
{
"name": "io_nop_prep",
"file": "io_uring.c",
"start_line": 14,
"end_line": 16,
"scopes": [
{
"arg": -1
}
]
},
{
"name": "io_read",
"file": "io_uring.c",
"start_line": 23,
"end_line": 25,
"scopes": [
{
"arg": -1
}
]
},
{
"name": "io_readv_prep",
"file": "io_uring.c",
"start_line": 20,
"end_line": 22,
"scopes": [
{
"arg": -1
}
]
},
{
"name": "io_write",
"file": "io_uring.c",
"start_line": 29,
"end_line": 31,
"scopes": [
{
"arg": -1
}
]
},
{
"name": "io_writev_prep",
"file": "io_uring.c",
"start_line": 26,
"end_line": 28,
"scopes": [
{
"arg": -1
}
]
}
],
"consts": [
{
"name": "IORING_OP_NOP",
"filename": "include/uapi/io_uring.h",
"value": 0
},
{
"name": "IORING_OP_NOT_SUPPORTED",
"filename": "include/uapi/io_uring.h",
"value": 3
},
{
"name": "IORING_OP_READV",
"filename": "include/uapi/io_uring.h",
"value": 1
},
{
"name": "IORING_OP_WRITEV",
"filename": "include/uapi/io_uring.h",
"value": 2
}
],
"iouring_ops": [
{
"name": "IORING_OP_NOP",
"func": "io_nop",
"source_file": "io_uring.c"
},
{
"name": "IORING_OP_READV",
"func": "io_read",
"source_file": "io_uring.c"
},
{
"name": "IORING_OP_WRITEV",
"func": "io_write",
"source_file": "io_uring.c"
}
]
}
|