tests: hello-many
[lttng-ust.git] / tests / hello-many / ust_tests_hello_many.h
CommitLineData
69d6ee6e
MD
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
32TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple1,
33 TP_ARGS(),
34 TP_FIELDS()
35)
36
37TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple2,
38 TP_ARGS(),
39 TP_FIELDS()
40)
41
42TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple3,
43 TP_ARGS(),
44 TP_FIELDS()
45)
46
47TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple4,
48 TP_ARGS(),
49 TP_FIELDS()
50)
51
52TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple5,
53 TP_ARGS(),
54 TP_FIELDS()
55)
56
57
58TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple6,
59 TP_ARGS(),
60 TP_FIELDS()
61)
62
63TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple7,
64 TP_ARGS(),
65 TP_FIELDS()
66)
67
68TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple8,
69 TP_ARGS(),
70 TP_FIELDS()
71)
72
73TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple9,
74 TP_ARGS(),
75 TP_FIELDS()
76)
77
78TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple10,
79 TP_ARGS(),
80 TP_FIELDS()
81)
82
83TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple11,
84 TP_ARGS(),
85 TP_FIELDS()
86)
87
88TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple12,
89 TP_ARGS(),
90 TP_FIELDS()
91)
92
93TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple13,
94 TP_ARGS(),
95 TP_FIELDS()
96)
97
98TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple14,
99 TP_ARGS(),
100 TP_FIELDS()
101)
102
103TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple15,
104 TP_ARGS(),
105 TP_FIELDS()
106)
107
108TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple16,
109 TP_ARGS(),
110 TP_FIELDS()
111)
112
113TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple17,
114 TP_ARGS(),
115 TP_FIELDS()
116)
117
118TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple18,
119 TP_ARGS(),
120 TP_FIELDS()
121)
122
123TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple19,
124 TP_ARGS(),
125 TP_FIELDS()
126)
127
128TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple20,
129 TP_ARGS(),
130 TP_FIELDS()
131)
132
133TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple21,
134 TP_ARGS(),
135 TP_FIELDS()
136)
137
138TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple22,
139 TP_ARGS(),
140 TP_FIELDS()
141)
142
143TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple23,
144 TP_ARGS(),
145 TP_FIELDS()
146)
147
148TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple24,
149 TP_ARGS(),
150 TP_FIELDS()
151)
152
153TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple25,
154 TP_ARGS(),
155 TP_FIELDS()
156)
157
158TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple26,
159 TP_ARGS(),
160 TP_FIELDS()
161)
162
163TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple27,
164 TP_ARGS(),
165 TP_FIELDS()
166)
167
168TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple28,
169 TP_ARGS(),
170 TP_FIELDS()
171)
172
173TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple29,
174 TP_ARGS(),
175 TP_FIELDS()
176)
177
178TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple30,
179 TP_ARGS(),
180 TP_FIELDS()
181)
182
183TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple31,
184 TP_ARGS(),
185 TP_FIELDS()
186)
187
188TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple32,
189 TP_ARGS(),
190 TP_FIELDS()
191)
192
193TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple33,
194 TP_ARGS(),
195 TP_FIELDS()
196)
197
198TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple34,
199 TP_ARGS(),
200 TP_FIELDS()
201)
202
203TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple35,
204 TP_ARGS(),
205 TP_FIELDS()
206)
207
208TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple36,
209 TP_ARGS(),
210 TP_FIELDS()
211)
212
213TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple37,
214 TP_ARGS(),
215 TP_FIELDS()
216)
217
218TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple38,
219 TP_ARGS(),
220 TP_FIELDS()
221)
222
223TRACEPOINT_EVENT(ust_tests_hello_many, tptest_simple39,
224 TP_ARGS(),
225 TP_FIELDS()
226)
227
228TRACEPOINT_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.031327 seconds and 4 git commands to generate.