c5f82b6892de5daf92fdcc96736e466f8733d298
[lttng-ust.git] / tests / compile / hello-many / ust_tests_hello_many.h
1 #undef TRACEPOINT_PROVIDER
2 #define TRACEPOINT_PROVIDER ust_tests_hello_many
3
4 #if !defined(_TRACEPOINT_UST_TESTS_HELLO_MANY_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
5 #define _TRACEPOINT_UST_TESTS_HELLO_MANY_H
6
7 /*
8 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9 *
10 * Permission is hereby granted, free of charge, to any person obtaining a copy
11 * of this software and associated documentation files (the "Software"), to deal
12 * in the Software without restriction, including without limitation the rights
13 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14 * copies of the Software, and to permit persons to whom the Software is
15 * furnished to do so, subject to the following conditions:
16 *
17 * The above copyright notice and this permission notice shall be included in
18 * all copies or substantial portions of the Software.
19 *
20 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26 * SOFTWARE.
27 */
28
29 #include <lttng/tracepoint.h>
30 #include <stdbool.h>
31
32 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple1,
33 TP_ARGS(),
34 TP_FIELDS()
35 )
36
37 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple2,
38 TP_ARGS(),
39 TP_FIELDS()
40 )
41
42 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple3,
43 TP_ARGS(),
44 TP_FIELDS()
45 )
46
47 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple4,
48 TP_ARGS(),
49 TP_FIELDS()
50 )
51
52 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple5,
53 TP_ARGS(),
54 TP_FIELDS()
55 )
56
57
58 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple6,
59 TP_ARGS(),
60 TP_FIELDS()
61 )
62
63 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple7,
64 TP_ARGS(),
65 TP_FIELDS()
66 )
67
68 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple8,
69 TP_ARGS(),
70 TP_FIELDS()
71 )
72
73 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple9,
74 TP_ARGS(),
75 TP_FIELDS()
76 )
77
78 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple10,
79 TP_ARGS(),
80 TP_FIELDS()
81 )
82
83 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple11,
84 TP_ARGS(),
85 TP_FIELDS()
86 )
87
88 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple12,
89 TP_ARGS(),
90 TP_FIELDS()
91 )
92
93 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple13,
94 TP_ARGS(),
95 TP_FIELDS()
96 )
97
98 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple14,
99 TP_ARGS(),
100 TP_FIELDS()
101 )
102
103 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple15,
104 TP_ARGS(),
105 TP_FIELDS()
106 )
107
108 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple16,
109 TP_ARGS(),
110 TP_FIELDS()
111 )
112
113 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple17,
114 TP_ARGS(),
115 TP_FIELDS()
116 )
117
118 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple18,
119 TP_ARGS(),
120 TP_FIELDS()
121 )
122
123 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple19,
124 TP_ARGS(),
125 TP_FIELDS()
126 )
127
128 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple20,
129 TP_ARGS(),
130 TP_FIELDS()
131 )
132
133 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple21,
134 TP_ARGS(),
135 TP_FIELDS()
136 )
137
138 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple22,
139 TP_ARGS(),
140 TP_FIELDS()
141 )
142
143 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple23,
144 TP_ARGS(),
145 TP_FIELDS()
146 )
147
148 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple24,
149 TP_ARGS(),
150 TP_FIELDS()
151 )
152
153 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple25,
154 TP_ARGS(),
155 TP_FIELDS()
156 )
157
158 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple26,
159 TP_ARGS(),
160 TP_FIELDS()
161 )
162
163 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple27,
164 TP_ARGS(),
165 TP_FIELDS()
166 )
167
168 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple28,
169 TP_ARGS(),
170 TP_FIELDS()
171 )
172
173 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple29,
174 TP_ARGS(),
175 TP_FIELDS()
176 )
177
178 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple30,
179 TP_ARGS(),
180 TP_FIELDS()
181 )
182
183 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple31,
184 TP_ARGS(),
185 TP_FIELDS()
186 )
187
188 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple32,
189 TP_ARGS(),
190 TP_FIELDS()
191 )
192
193 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple33,
194 TP_ARGS(),
195 TP_FIELDS()
196 )
197
198 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple34,
199 TP_ARGS(),
200 TP_FIELDS()
201 )
202
203 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple35,
204 TP_ARGS(),
205 TP_FIELDS()
206 )
207
208 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple36,
209 TP_ARGS(),
210 TP_FIELDS()
211 )
212
213 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple37,
214 TP_ARGS(),
215 TP_FIELDS()
216 )
217
218 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple38,
219 TP_ARGS(),
220 TP_FIELDS()
221 )
222
223 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple39,
224 TP_ARGS(),
225 TP_FIELDS()
226 )
227
228 TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple40,
229 TP_ARGS(),
230 TP_FIELDS()
231 )
232
233 #endif /* _TRACEPOINT_UST_TESTS_HELLO_MANY_H */
234
235 #undef TRACEPOINT_INCLUDE
236 #define TRACEPOINT_INCLUDE "./ust_tests_hello_many.h"
237
238 /* This part must be outside ifdef protection */
239 #include <lttng/tracepoint-event.h>
This page took 0.038315 seconds and 3 git commands to generate.