Update generated binapi to v22.02 & makefile changes
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / plugins / trace.api.json
1 {
2     "types": [],
3     "messages": [
4         [
5             "trace_profile_add",
6             [
7                 "u16",
8                 "_vl_msg_id"
9             ],
10             [
11                 "u32",
12                 "client_index"
13             ],
14             [
15                 "u32",
16                 "context"
17             ],
18             [
19                 "u8",
20                 "trace_type"
21             ],
22             [
23                 "u8",
24                 "num_elts"
25             ],
26             [
27                 "u8",
28                 "trace_tsp"
29             ],
30             [
31                 "u32",
32                 "node_id"
33             ],
34             [
35                 "u32",
36                 "app_data"
37             ],
38             {
39                 "crc": "0xde08aa6d"
40             }
41         ],
42         [
43             "trace_profile_add_reply",
44             [
45                 "u16",
46                 "_vl_msg_id"
47             ],
48             [
49                 "u32",
50                 "context"
51             ],
52             [
53                 "i32",
54                 "retval"
55             ],
56             {
57                 "crc": "0xe8d4e804"
58             }
59         ],
60         [
61             "trace_profile_del",
62             [
63                 "u16",
64                 "_vl_msg_id"
65             ],
66             [
67                 "u32",
68                 "client_index"
69             ],
70             [
71                 "u32",
72                 "context"
73             ],
74             {
75                 "crc": "0x51077d14"
76             }
77         ],
78         [
79             "trace_profile_del_reply",
80             [
81                 "u16",
82                 "_vl_msg_id"
83             ],
84             [
85                 "u32",
86                 "context"
87             ],
88             [
89                 "i32",
90                 "retval"
91             ],
92             {
93                 "crc": "0xe8d4e804"
94             }
95         ],
96         [
97             "trace_profile_show_config",
98             [
99                 "u16",
100                 "_vl_msg_id"
101             ],
102             [
103                 "u32",
104                 "client_index"
105             ],
106             [
107                 "u32",
108                 "context"
109             ],
110             {
111                 "crc": "0x51077d14"
112             }
113         ],
114         [
115             "trace_profile_show_config_reply",
116             [
117                 "u16",
118                 "_vl_msg_id"
119             ],
120             [
121                 "u32",
122                 "context"
123             ],
124             [
125                 "i32",
126                 "retval"
127             ],
128             [
129                 "u8",
130                 "trace_type"
131             ],
132             [
133                 "u8",
134                 "num_elts"
135             ],
136             [
137                 "u8",
138                 "trace_tsp"
139             ],
140             [
141                 "u32",
142                 "node_id"
143             ],
144             [
145                 "u32",
146                 "app_data"
147             ],
148             {
149                 "crc": "0x0f1d374c"
150             }
151         ]
152     ],
153     "unions": [],
154     "enums": [],
155     "services": {
156         "trace_profile_add": {
157             "reply": "trace_profile_add_reply"
158         },
159         "trace_profile_del": {
160             "reply": "trace_profile_del_reply"
161         },
162         "trace_profile_show_config": {
163             "reply": "trace_profile_show_config_reply"
164         }
165     },
166     "options": {
167         "version": "1.0.0"
168     },
169     "aliases": {},
170     "vl_api_version": "0x397cbf90"
171 }