Commit | Line | Data |
---|---|---|
b7cdc182 | 1 | /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ |
6314c2d3 | 2 | |
f8ecaf94 | 3 | /* THIS FILE IS AUTO-GENERATED. DO NOT EDIT */ |
6314c2d3 | 4 | |
6a05ace8 | 5 | /* Generated from arm-64-syscalls 6.0.7 */ |
6314c2d3 | 6 | |
f8ecaf94 JW |
7 | #ifndef CREATE_SYSCALL_TABLE |
8 | ||
9 | #if !defined(_TRACE_SYSCALLS_POINTERS_H) || defined(TRACE_HEADER_MULTI_READ) | |
10 | #define _TRACE_SYSCALLS_POINTERS_H | |
11 | ||
3b4aafcb | 12 | #include <lttng/tracepoint-event.h> |
f8ecaf94 | 13 | #include <linux/syscalls.h> |
6314c2d3 | 14 | #include "arm-64-syscalls_pointers_override.h" |
f8ecaf94 JW |
15 | #include "syscalls_pointers_override.h" |
16 | ||
17 | #ifndef OVERRIDE_64_chdir | |
18 | SC_LTTNG_TRACEPOINT_EVENT(chdir, | |
19 | TP_PROTO(sc_exit(long ret,) const char * filename), | |
20 | TP_ARGS(sc_exit(ret,) filename), | |
21 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename))) | |
22 | ) | |
23 | #endif | |
24 | #ifndef OVERRIDE_64_chroot | |
25 | SC_LTTNG_TRACEPOINT_EVENT(chroot, | |
26 | TP_PROTO(sc_exit(long ret,) const char * filename), | |
27 | TP_ARGS(sc_exit(ret,) filename), | |
28 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(filename, filename))) | |
29 | ) | |
30 | #endif | |
31 | #ifndef OVERRIDE_64_acct | |
32 | SC_LTTNG_TRACEPOINT_EVENT(acct, | |
33 | TP_PROTO(sc_exit(long ret,) const char * name), | |
34 | TP_ARGS(sc_exit(ret,) name), | |
35 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name))) | |
36 | ) | |
37 | #endif | |
38 | #ifndef OVERRIDE_64_set_tid_address | |
39 | SC_LTTNG_TRACEPOINT_EVENT(set_tid_address, | |
40 | TP_PROTO(sc_exit(long ret,) int * tidptr), | |
41 | TP_ARGS(sc_exit(ret,) tidptr), | |
42 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int *, tidptr, tidptr))) | |
43 | ) | |
44 | #endif | |
45 | #ifndef OVERRIDE_64_times | |
46 | SC_LTTNG_TRACEPOINT_EVENT(times, | |
47 | TP_PROTO(sc_exit(long ret,) struct tms * tbuf), | |
48 | TP_ARGS(sc_exit(ret,) tbuf), | |
49 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct tms *, tbuf, tbuf))) | |
50 | ) | |
51 | #endif | |
52 | #ifndef OVERRIDE_64_newuname | |
53 | SC_LTTNG_TRACEPOINT_EVENT(newuname, | |
54 | TP_PROTO(sc_exit(long ret,) struct new_utsname * name), | |
55 | TP_ARGS(sc_exit(ret,) name), | |
56 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct new_utsname *, name, name))) | |
57 | ) | |
58 | #endif | |
59 | #ifndef OVERRIDE_64_adjtimex | |
60 | SC_LTTNG_TRACEPOINT_EVENT(adjtimex, | |
6a05ace8 | 61 | TP_PROTO(sc_exit(long ret,) struct __kernel_timex * txc_p), |
f8ecaf94 | 62 | TP_ARGS(sc_exit(ret,) txc_p), |
6a05ace8 | 63 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct __kernel_timex *, txc_p, txc_p))) |
f8ecaf94 JW |
64 | ) |
65 | #endif | |
66 | #ifndef OVERRIDE_64_sysinfo | |
67 | SC_LTTNG_TRACEPOINT_EVENT(sysinfo, | |
68 | TP_PROTO(sc_exit(long ret,) struct sysinfo * info), | |
69 | TP_ARGS(sc_exit(ret,) info), | |
70 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct sysinfo *, info, info))) | |
71 | ) | |
72 | #endif | |
73 | #ifndef OVERRIDE_64_mq_unlink | |
74 | SC_LTTNG_TRACEPOINT_EVENT(mq_unlink, | |
75 | TP_PROTO(sc_exit(long ret,) const char * u_name), | |
76 | TP_ARGS(sc_exit(ret,) u_name), | |
77 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name))) | |
78 | ) | |
79 | #endif | |
80 | #ifndef OVERRIDE_64_shmdt | |
81 | SC_LTTNG_TRACEPOINT_EVENT(shmdt, | |
82 | TP_PROTO(sc_exit(long ret,) char * shmaddr), | |
83 | TP_ARGS(sc_exit(ret,) shmaddr), | |
84 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(char *, shmaddr, shmaddr))) | |
85 | ) | |
86 | #endif | |
87 | #ifndef OVERRIDE_64_swapoff | |
88 | SC_LTTNG_TRACEPOINT_EVENT(swapoff, | |
89 | TP_PROTO(sc_exit(long ret,) const char * specialfile), | |
90 | TP_ARGS(sc_exit(ret,) specialfile), | |
91 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile))) | |
92 | ) | |
93 | #endif | |
94 | #ifndef OVERRIDE_64_io_setup | |
95 | SC_LTTNG_TRACEPOINT_EVENT(io_setup, | |
96 | TP_PROTO(sc_exit(long ret,) unsigned nr_events, aio_context_t * ctxp), | |
97 | TP_ARGS(sc_exit(ret,) nr_events, ctxp), | |
98 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned, nr_events, nr_events)) sc_in(ctf_integer(aio_context_t *, ctxp, ctxp))) | |
99 | ) | |
100 | #endif | |
101 | #ifndef OVERRIDE_64_removexattr | |
102 | SC_LTTNG_TRACEPOINT_EVENT(removexattr, | |
103 | TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name), | |
104 | TP_ARGS(sc_exit(ret,) pathname, name), | |
105 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name))) | |
106 | ) | |
107 | #endif | |
108 | #ifndef OVERRIDE_64_lremovexattr | |
109 | SC_LTTNG_TRACEPOINT_EVENT(lremovexattr, | |
110 | TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name), | |
111 | TP_ARGS(sc_exit(ret,) pathname, name), | |
112 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name))) | |
113 | ) | |
114 | #endif | |
115 | #ifndef OVERRIDE_64_fremovexattr | |
116 | SC_LTTNG_TRACEPOINT_EVENT(fremovexattr, | |
117 | TP_PROTO(sc_exit(long ret,) int fd, const char * name), | |
118 | TP_ARGS(sc_exit(ret,) fd, name), | |
119 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name))) | |
120 | ) | |
121 | #endif | |
122 | #ifndef OVERRIDE_64_getcwd | |
123 | SC_LTTNG_TRACEPOINT_EVENT(getcwd, | |
124 | TP_PROTO(sc_exit(long ret,) char * buf, unsigned long size), | |
125 | TP_ARGS(sc_exit(ret,) buf, size), | |
126 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(unsigned long, size, size))) | |
127 | ) | |
128 | #endif | |
129 | #ifndef OVERRIDE_64_umount | |
130 | SC_LTTNG_TRACEPOINT_EVENT(umount, | |
131 | TP_PROTO(sc_exit(long ret,) char * name, int flags), | |
132 | TP_ARGS(sc_exit(ret,) name, flags), | |
133 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, flags, flags))) | |
134 | ) | |
135 | #endif | |
136 | #ifndef OVERRIDE_64_pivot_root | |
137 | SC_LTTNG_TRACEPOINT_EVENT(pivot_root, | |
138 | TP_PROTO(sc_exit(long ret,) const char * new_root, const char * put_old), | |
139 | TP_ARGS(sc_exit(ret,) new_root, put_old), | |
140 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(new_root, new_root)) sc_in(ctf_user_string(put_old, put_old))) | |
141 | ) | |
142 | #endif | |
143 | #ifndef OVERRIDE_64_statfs | |
144 | SC_LTTNG_TRACEPOINT_EVENT(statfs, | |
145 | TP_PROTO(sc_exit(long ret,) const char * pathname, struct statfs * buf), | |
146 | TP_ARGS(sc_exit(ret,) pathname, buf), | |
147 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(struct statfs *, buf, buf))) | |
148 | ) | |
149 | #endif | |
150 | #ifndef OVERRIDE_64_fstatfs | |
151 | SC_LTTNG_TRACEPOINT_EVENT(fstatfs, | |
152 | TP_PROTO(sc_exit(long ret,) unsigned int fd, struct statfs * buf), | |
153 | TP_ARGS(sc_exit(ret,) fd, buf), | |
154 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct statfs *, buf, buf))) | |
155 | ) | |
156 | #endif | |
157 | #ifndef OVERRIDE_64_truncate | |
158 | SC_LTTNG_TRACEPOINT_EVENT(truncate, | |
159 | TP_PROTO(sc_exit(long ret,) const char * path, long length), | |
160 | TP_ARGS(sc_exit(ret,) path, length), | |
161 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(path, path)) sc_in(ctf_integer(long, length, length))) | |
162 | ) | |
163 | #endif | |
164 | #ifndef OVERRIDE_64_pipe2 | |
165 | SC_LTTNG_TRACEPOINT_EVENT(pipe2, | |
166 | TP_PROTO(sc_exit(long ret,) int * fildes, int flags), | |
167 | TP_ARGS(sc_exit(ret,) fildes, flags), | |
168 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, fildes, fildes)) sc_in(ctf_integer(int, flags, flags))) | |
169 | ) | |
170 | #endif | |
171 | #ifndef OVERRIDE_64_newfstat | |
172 | SC_LTTNG_TRACEPOINT_EVENT(newfstat, | |
173 | TP_PROTO(sc_exit(long ret,) unsigned int fd, struct stat * statbuf), | |
174 | TP_ARGS(sc_exit(ret,) fd, statbuf), | |
175 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct stat *, statbuf, statbuf))) | |
176 | ) | |
177 | #endif | |
178 | #ifndef OVERRIDE_64_timerfd_gettime | |
179 | SC_LTTNG_TRACEPOINT_EVENT(timerfd_gettime, | |
6a05ace8 | 180 | TP_PROTO(sc_exit(long ret,) int ufd, struct __kernel_itimerspec * otmr), |
f8ecaf94 | 181 | TP_ARGS(sc_exit(ret,) ufd, otmr), |
6a05ace8 | 182 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_out(ctf_integer(struct __kernel_itimerspec *, otmr, otmr))) |
f8ecaf94 JW |
183 | ) |
184 | #endif | |
185 | #ifndef OVERRIDE_64_set_robust_list | |
186 | SC_LTTNG_TRACEPOINT_EVENT(set_robust_list, | |
187 | TP_PROTO(sc_exit(long ret,) struct robust_list_head * head, size_t len), | |
188 | TP_ARGS(sc_exit(ret,) head, len), | |
189 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct robust_list_head *, head, head)) sc_in(ctf_integer(size_t, len, len))) | |
190 | ) | |
191 | #endif | |
192 | #ifndef OVERRIDE_64_nanosleep | |
193 | SC_LTTNG_TRACEPOINT_EVENT(nanosleep, | |
6a05ace8 | 194 | TP_PROTO(sc_exit(long ret,) struct __kernel_timespec * rqtp, struct __kernel_timespec * rmtp), |
f8ecaf94 | 195 | TP_ARGS(sc_exit(ret,) rqtp, rmtp), |
6a05ace8 | 196 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct __kernel_timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct __kernel_timespec *, rmtp, rmtp))) |
f8ecaf94 JW |
197 | ) |
198 | #endif | |
199 | #ifndef OVERRIDE_64_getitimer | |
200 | SC_LTTNG_TRACEPOINT_EVENT(getitimer, | |
6a05ace8 | 201 | TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value), |
f8ecaf94 | 202 | TP_ARGS(sc_exit(ret,) which, value), |
6a05ace8 | 203 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_out(ctf_integer(struct __kernel_old_itimerval *, value, value))) |
f8ecaf94 JW |
204 | ) |
205 | #endif | |
206 | #ifndef OVERRIDE_64_delete_module | |
207 | SC_LTTNG_TRACEPOINT_EVENT(delete_module, | |
208 | TP_PROTO(sc_exit(long ret,) const char * name_user, unsigned int flags), | |
209 | TP_ARGS(sc_exit(ret,) name_user, flags), | |
210 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name_user, name_user)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
211 | ) | |
212 | #endif | |
213 | #ifndef OVERRIDE_64_timer_gettime | |
214 | SC_LTTNG_TRACEPOINT_EVENT(timer_gettime, | |
6a05ace8 | 215 | TP_PROTO(sc_exit(long ret,) timer_t timer_id, struct __kernel_itimerspec * setting), |
f8ecaf94 | 216 | TP_ARGS(sc_exit(ret,) timer_id, setting), |
6a05ace8 | 217 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_out(ctf_integer(struct __kernel_itimerspec *, setting, setting))) |
f8ecaf94 JW |
218 | ) |
219 | #endif | |
220 | #ifndef OVERRIDE_64_clock_settime | |
221 | SC_LTTNG_TRACEPOINT_EVENT(clock_settime, | |
6a05ace8 | 222 | TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, const struct __kernel_timespec * tp), |
f8ecaf94 | 223 | TP_ARGS(sc_exit(ret,) which_clock, tp), |
6a05ace8 | 224 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(const struct __kernel_timespec *, tp, tp))) |
f8ecaf94 JW |
225 | ) |
226 | #endif | |
227 | #ifndef OVERRIDE_64_clock_gettime | |
228 | SC_LTTNG_TRACEPOINT_EVENT(clock_gettime, | |
6a05ace8 | 229 | TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timespec * tp), |
f8ecaf94 | 230 | TP_ARGS(sc_exit(ret,) which_clock, tp), |
6a05ace8 | 231 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct __kernel_timespec *, tp, tp))) |
f8ecaf94 JW |
232 | ) |
233 | #endif | |
234 | #ifndef OVERRIDE_64_clock_getres | |
235 | SC_LTTNG_TRACEPOINT_EVENT(clock_getres, | |
6a05ace8 | 236 | TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timespec * tp), |
f8ecaf94 | 237 | TP_ARGS(sc_exit(ret,) which_clock, tp), |
6a05ace8 | 238 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_out(ctf_integer(struct __kernel_timespec *, tp, tp))) |
f8ecaf94 JW |
239 | ) |
240 | #endif | |
241 | #ifndef OVERRIDE_64_sched_setparam | |
242 | SC_LTTNG_TRACEPOINT_EVENT(sched_setparam, | |
243 | TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param), | |
244 | TP_ARGS(sc_exit(ret,) pid, param), | |
245 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(struct sched_param *, param, param))) | |
246 | ) | |
247 | #endif | |
248 | #ifndef OVERRIDE_64_sched_getparam | |
249 | SC_LTTNG_TRACEPOINT_EVENT(sched_getparam, | |
250 | TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_param * param), | |
251 | TP_ARGS(sc_exit(ret,) pid, param), | |
252 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct sched_param *, param, param))) | |
253 | ) | |
254 | #endif | |
255 | #ifndef OVERRIDE_64_sched_rr_get_interval | |
256 | SC_LTTNG_TRACEPOINT_EVENT(sched_rr_get_interval, | |
6a05ace8 | 257 | TP_PROTO(sc_exit(long ret,) pid_t pid, struct __kernel_timespec * interval), |
f8ecaf94 | 258 | TP_ARGS(sc_exit(ret,) pid, interval), |
6a05ace8 | 259 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(struct __kernel_timespec *, interval, interval))) |
f8ecaf94 JW |
260 | ) |
261 | #endif | |
262 | #ifndef OVERRIDE_64_sigaltstack | |
263 | SC_LTTNG_TRACEPOINT_EVENT(sigaltstack, | |
264 | TP_PROTO(sc_exit(long ret,) const stack_t * uss, stack_t * uoss), | |
265 | TP_ARGS(sc_exit(ret,) uss, uoss), | |
266 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const stack_t *, uss, uss)) sc_inout(ctf_integer(stack_t *, uoss, uoss))) | |
267 | ) | |
268 | #endif | |
269 | #ifndef OVERRIDE_64_rt_sigsuspend | |
270 | SC_LTTNG_TRACEPOINT_EVENT(rt_sigsuspend, | |
271 | TP_PROTO(sc_exit(long ret,) sigset_t * unewset, size_t sigsetsize), | |
272 | TP_ARGS(sc_exit(ret,) unewset, sigsetsize), | |
273 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(sigset_t *, unewset, unewset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) | |
274 | ) | |
275 | #endif | |
276 | #ifndef OVERRIDE_64_rt_sigpending | |
277 | SC_LTTNG_TRACEPOINT_EVENT(rt_sigpending, | |
278 | TP_PROTO(sc_exit(long ret,) sigset_t * uset, size_t sigsetsize), | |
279 | TP_ARGS(sc_exit(ret,) uset, sigsetsize), | |
280 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(sigset_t *, uset, uset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) | |
281 | ) | |
282 | #endif | |
283 | #ifndef OVERRIDE_64_getgroups | |
284 | SC_LTTNG_TRACEPOINT_EVENT(getgroups, | |
285 | TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist), | |
286 | TP_ARGS(sc_exit(ret,) gidsetsize, grouplist), | |
287 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_out(ctf_integer(gid_t *, grouplist, grouplist))) | |
288 | ) | |
289 | #endif | |
290 | #ifndef OVERRIDE_64_setgroups | |
291 | SC_LTTNG_TRACEPOINT_EVENT(setgroups, | |
292 | TP_PROTO(sc_exit(long ret,) int gidsetsize, gid_t * grouplist), | |
293 | TP_ARGS(sc_exit(ret,) gidsetsize, grouplist), | |
294 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, gidsetsize, gidsetsize)) sc_in(ctf_integer(gid_t *, grouplist, grouplist))) | |
295 | ) | |
296 | #endif | |
297 | #ifndef OVERRIDE_64_sethostname | |
298 | SC_LTTNG_TRACEPOINT_EVENT(sethostname, | |
299 | TP_PROTO(sc_exit(long ret,) char * name, int len), | |
300 | TP_ARGS(sc_exit(ret,) name, len), | |
301 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len))) | |
302 | ) | |
303 | #endif | |
304 | #ifndef OVERRIDE_64_setdomainname | |
305 | SC_LTTNG_TRACEPOINT_EVENT(setdomainname, | |
306 | TP_PROTO(sc_exit(long ret,) char * name, int len), | |
307 | TP_ARGS(sc_exit(ret,) name, len), | |
308 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(int, len, len))) | |
309 | ) | |
310 | #endif | |
311 | #ifndef OVERRIDE_64_getrlimit | |
312 | SC_LTTNG_TRACEPOINT_EVENT(getrlimit, | |
313 | TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim), | |
314 | TP_ARGS(sc_exit(ret,) resource, rlim), | |
315 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_out(ctf_integer(struct rlimit *, rlim, rlim))) | |
316 | ) | |
317 | #endif | |
318 | #ifndef OVERRIDE_64_setrlimit | |
319 | SC_LTTNG_TRACEPOINT_EVENT(setrlimit, | |
320 | TP_PROTO(sc_exit(long ret,) unsigned int resource, struct rlimit * rlim), | |
321 | TP_ARGS(sc_exit(ret,) resource, rlim), | |
322 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_in(ctf_integer(struct rlimit *, rlim, rlim))) | |
323 | ) | |
324 | #endif | |
325 | #ifndef OVERRIDE_64_getrusage | |
326 | SC_LTTNG_TRACEPOINT_EVENT(getrusage, | |
327 | TP_PROTO(sc_exit(long ret,) int who, struct rusage * ru), | |
328 | TP_ARGS(sc_exit(ret,) who, ru), | |
329 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, who, who)) sc_out(ctf_integer(struct rusage *, ru, ru))) | |
330 | ) | |
331 | #endif | |
332 | #ifndef OVERRIDE_64_gettimeofday | |
333 | SC_LTTNG_TRACEPOINT_EVENT(gettimeofday, | |
6a05ace8 | 334 | TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz), |
f8ecaf94 | 335 | TP_ARGS(sc_exit(ret,) tv, tz), |
6a05ace8 | 336 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(struct __kernel_old_timeval *, tv, tv)) sc_out(ctf_integer(struct timezone *, tz, tz))) |
f8ecaf94 JW |
337 | ) |
338 | #endif | |
339 | #ifndef OVERRIDE_64_settimeofday | |
340 | SC_LTTNG_TRACEPOINT_EVENT(settimeofday, | |
6a05ace8 | 341 | TP_PROTO(sc_exit(long ret,) struct __kernel_old_timeval * tv, struct timezone * tz), |
f8ecaf94 | 342 | TP_ARGS(sc_exit(ret,) tv, tz), |
6a05ace8 | 343 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct __kernel_old_timeval *, tv, tv)) sc_in(ctf_integer(struct timezone *, tz, tz))) |
f8ecaf94 JW |
344 | ) |
345 | #endif | |
346 | #ifndef OVERRIDE_64_mq_notify | |
347 | SC_LTTNG_TRACEPOINT_EVENT(mq_notify, | |
348 | TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct sigevent * u_notification), | |
349 | TP_ARGS(sc_exit(ret,) mqdes, u_notification), | |
350 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const struct sigevent *, u_notification, u_notification))) | |
351 | ) | |
352 | #endif | |
353 | #ifndef OVERRIDE_64_swapon | |
354 | SC_LTTNG_TRACEPOINT_EVENT(swapon, | |
355 | TP_PROTO(sc_exit(long ret,) const char * specialfile, int swap_flags), | |
356 | TP_ARGS(sc_exit(ret,) specialfile, swap_flags), | |
357 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(specialfile, specialfile)) sc_in(ctf_integer(int, swap_flags, swap_flags))) | |
358 | ) | |
359 | #endif | |
360 | #ifndef OVERRIDE_64_clock_adjtime | |
361 | SC_LTTNG_TRACEPOINT_EVENT(clock_adjtime, | |
6a05ace8 | 362 | TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct __kernel_timex * utx), |
f8ecaf94 | 363 | TP_ARGS(sc_exit(ret,) which_clock, utx), |
6a05ace8 | 364 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_inout(ctf_integer(struct __kernel_timex *, utx, utx))) |
f8ecaf94 JW |
365 | ) |
366 | #endif | |
367 | #ifndef OVERRIDE_64_memfd_create | |
368 | SC_LTTNG_TRACEPOINT_EVENT(memfd_create, | |
369 | TP_PROTO(sc_exit(long ret,) const char * uname, unsigned int flags), | |
370 | TP_ARGS(sc_exit(ret,) uname, flags), | |
371 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(uname, uname)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
372 | ) | |
373 | #endif | |
6a05ace8 JG |
374 | #ifndef OVERRIDE_64_io_uring_setup |
375 | SC_LTTNG_TRACEPOINT_EVENT(io_uring_setup, | |
376 | TP_PROTO(sc_exit(long ret,) u32 entries, struct io_uring_params * params), | |
377 | TP_ARGS(sc_exit(ret,) entries, params), | |
378 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32, entries, entries)) sc_inout(ctf_integer(struct io_uring_params *, params, params))) | |
379 | ) | |
380 | #endif | |
381 | #ifndef OVERRIDE_64_fsopen | |
382 | SC_LTTNG_TRACEPOINT_EVENT(fsopen, | |
383 | TP_PROTO(sc_exit(long ret,) const char * _fs_name, unsigned int flags), | |
384 | TP_ARGS(sc_exit(ret,) _fs_name, flags), | |
385 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(_fs_name, _fs_name)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
386 | ) | |
387 | #endif | |
388 | #ifndef OVERRIDE_64_clone3 | |
389 | SC_LTTNG_TRACEPOINT_EVENT(clone3, | |
390 | TP_PROTO(sc_exit(long ret,) struct clone_args * uargs, size_t size), | |
391 | TP_ARGS(sc_exit(ret,) uargs, size), | |
392 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct clone_args *, uargs, uargs)) sc_inout(ctf_integer(size_t, size, size))) | |
393 | ) | |
394 | #endif | |
f8ecaf94 JW |
395 | #ifndef OVERRIDE_64_io_submit |
396 | SC_LTTNG_TRACEPOINT_EVENT(io_submit, | |
397 | TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long nr, struct iocb * * iocbpp), | |
398 | TP_ARGS(sc_exit(ret,) ctx_id, nr, iocbpp), | |
399 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(long, nr, nr)) sc_in(ctf_integer(struct iocb * *, iocbpp, iocbpp))) | |
400 | ) | |
401 | #endif | |
402 | #ifndef OVERRIDE_64_io_cancel | |
403 | SC_LTTNG_TRACEPOINT_EVENT(io_cancel, | |
404 | TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, struct iocb * iocb, struct io_event * result), | |
405 | TP_ARGS(sc_exit(ret,) ctx_id, iocb, result), | |
406 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(struct iocb *, iocb, iocb)) sc_out(ctf_integer(struct io_event *, result, result))) | |
407 | ) | |
408 | #endif | |
409 | #ifndef OVERRIDE_64_listxattr | |
410 | SC_LTTNG_TRACEPOINT_EVENT(listxattr, | |
411 | TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size), | |
412 | TP_ARGS(sc_exit(ret,) pathname, list, size), | |
413 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size))) | |
414 | ) | |
415 | #endif | |
416 | #ifndef OVERRIDE_64_llistxattr | |
417 | SC_LTTNG_TRACEPOINT_EVENT(llistxattr, | |
418 | TP_PROTO(sc_exit(long ret,) const char * pathname, char * list, size_t size), | |
419 | TP_ARGS(sc_exit(ret,) pathname, list, size), | |
420 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size))) | |
421 | ) | |
422 | #endif | |
423 | #ifndef OVERRIDE_64_flistxattr | |
424 | SC_LTTNG_TRACEPOINT_EVENT(flistxattr, | |
425 | TP_PROTO(sc_exit(long ret,) int fd, char * list, size_t size), | |
426 | TP_ARGS(sc_exit(ret,) fd, list, size), | |
427 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(char *, list, list)) sc_in(ctf_integer(size_t, size, size))) | |
428 | ) | |
429 | #endif | |
f8ecaf94 JW |
430 | #ifndef OVERRIDE_64_inotify_add_watch |
431 | SC_LTTNG_TRACEPOINT_EVENT(inotify_add_watch, | |
432 | TP_PROTO(sc_exit(long ret,) int fd, const char * pathname, u32 mask), | |
433 | TP_ARGS(sc_exit(ret,) fd, pathname, mask), | |
434 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(u32, mask, mask))) | |
435 | ) | |
436 | #endif | |
437 | #ifndef OVERRIDE_64_mkdirat | |
438 | SC_LTTNG_TRACEPOINT_EVENT(mkdirat, | |
439 | TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, umode_t mode), | |
440 | TP_ARGS(sc_exit(ret,) dfd, pathname, mode), | |
441 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(umode_t, mode, mode))) | |
442 | ) | |
443 | #endif | |
444 | #ifndef OVERRIDE_64_unlinkat | |
445 | SC_LTTNG_TRACEPOINT_EVENT(unlinkat, | |
446 | TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, int flag), | |
447 | TP_ARGS(sc_exit(ret,) dfd, pathname, flag), | |
448 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_integer(int, flag, flag))) | |
449 | ) | |
450 | #endif | |
451 | #ifndef OVERRIDE_64_symlinkat | |
452 | SC_LTTNG_TRACEPOINT_EVENT(symlinkat, | |
453 | TP_PROTO(sc_exit(long ret,) const char * oldname, int newdfd, const char * newname), | |
454 | TP_ARGS(sc_exit(ret,) oldname, newdfd, newname), | |
455 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname))) | |
456 | ) | |
457 | #endif | |
458 | #ifndef OVERRIDE_64_faccessat | |
459 | SC_LTTNG_TRACEPOINT_EVENT(faccessat, | |
460 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode), | |
461 | TP_ARGS(sc_exit(ret,) dfd, filename, mode), | |
462 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, mode, mode))) | |
463 | ) | |
464 | #endif | |
465 | #ifndef OVERRIDE_64_fchmodat | |
466 | SC_LTTNG_TRACEPOINT_EVENT(fchmodat, | |
467 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode), | |
468 | TP_ARGS(sc_exit(ret,) dfd, filename, mode), | |
469 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode))) | |
470 | ) | |
471 | #endif | |
472 | #ifndef OVERRIDE_64_getdents64 | |
473 | SC_LTTNG_TRACEPOINT_EVENT(getdents64, | |
474 | TP_PROTO(sc_exit(long ret,) unsigned int fd, struct linux_dirent64 * dirent, unsigned int count), | |
475 | TP_ARGS(sc_exit(ret,) fd, dirent, count), | |
476 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(struct linux_dirent64 *, dirent, dirent)) sc_in(ctf_integer(unsigned int, count, count))) | |
477 | ) | |
478 | #endif | |
479 | #ifndef OVERRIDE_64_read | |
480 | SC_LTTNG_TRACEPOINT_EVENT(read, | |
481 | TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count), | |
482 | TP_ARGS(sc_exit(ret,) fd, buf, count), | |
483 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(size_t, count, count))) | |
484 | ) | |
485 | #endif | |
486 | #ifndef OVERRIDE_64_write | |
487 | SC_LTTNG_TRACEPOINT_EVENT(write, | |
488 | TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count), | |
489 | TP_ARGS(sc_exit(ret,) fd, buf, count), | |
490 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(const char *, buf, buf)) sc_in(ctf_integer(size_t, count, count))) | |
491 | ) | |
492 | #endif | |
493 | #ifndef OVERRIDE_64_readv | |
494 | SC_LTTNG_TRACEPOINT_EVENT(readv, | |
495 | TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen), | |
496 | TP_ARGS(sc_exit(ret,) fd, vec, vlen), | |
497 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen))) | |
498 | ) | |
499 | #endif | |
500 | #ifndef OVERRIDE_64_writev | |
501 | SC_LTTNG_TRACEPOINT_EVENT(writev, | |
502 | TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen), | |
503 | TP_ARGS(sc_exit(ret,) fd, vec, vlen), | |
504 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen))) | |
505 | ) | |
506 | #endif | |
507 | #ifndef OVERRIDE_64_get_robust_list | |
508 | SC_LTTNG_TRACEPOINT_EVENT(get_robust_list, | |
509 | TP_PROTO(sc_exit(long ret,) int pid, struct robust_list_head * * head_ptr, size_t * len_ptr), | |
510 | TP_ARGS(sc_exit(ret,) pid, head_ptr, len_ptr), | |
511 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, pid, pid)) sc_out(ctf_integer(struct robust_list_head * *, head_ptr, head_ptr)) sc_out(ctf_integer(size_t *, len_ptr, len_ptr))) | |
512 | ) | |
513 | #endif | |
514 | #ifndef OVERRIDE_64_setitimer | |
515 | SC_LTTNG_TRACEPOINT_EVENT(setitimer, | |
6a05ace8 | 516 | TP_PROTO(sc_exit(long ret,) int which, struct __kernel_old_itimerval * value, struct __kernel_old_itimerval * ovalue), |
f8ecaf94 | 517 | TP_ARGS(sc_exit(ret,) which, value, ovalue), |
6a05ace8 | 518 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(struct __kernel_old_itimerval *, value, value)) sc_out(ctf_integer(struct __kernel_old_itimerval *, ovalue, ovalue))) |
f8ecaf94 JW |
519 | ) |
520 | #endif | |
521 | #ifndef OVERRIDE_64_init_module | |
522 | SC_LTTNG_TRACEPOINT_EVENT(init_module, | |
523 | TP_PROTO(sc_exit(long ret,) void * umod, unsigned long len, const char * uargs), | |
524 | TP_ARGS(sc_exit(ret,) umod, len, uargs), | |
525 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(void *, umod, umod)) sc_in(ctf_integer(unsigned long, len, len)) sc_in(ctf_integer(const char *, uargs, uargs))) | |
526 | ) | |
527 | #endif | |
528 | #ifndef OVERRIDE_64_timer_create | |
529 | SC_LTTNG_TRACEPOINT_EVENT(timer_create, | |
530 | TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, struct sigevent * timer_event_spec, timer_t * created_timer_id), | |
531 | TP_ARGS(sc_exit(ret,) which_clock, timer_event_spec, created_timer_id), | |
532 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(struct sigevent *, timer_event_spec, timer_event_spec)) sc_out(ctf_integer(timer_t *, created_timer_id, created_timer_id))) | |
533 | ) | |
534 | #endif | |
535 | #ifndef OVERRIDE_64_syslog | |
536 | SC_LTTNG_TRACEPOINT_EVENT(syslog, | |
537 | TP_PROTO(sc_exit(long ret,) int type, char * buf, int len), | |
538 | TP_ARGS(sc_exit(ret,) type, buf, len), | |
539 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, type, type)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, len, len))) | |
540 | ) | |
541 | #endif | |
542 | #ifndef OVERRIDE_64_sched_setscheduler | |
543 | SC_LTTNG_TRACEPOINT_EVENT(sched_setscheduler, | |
544 | TP_PROTO(sc_exit(long ret,) pid_t pid, int policy, struct sched_param * param), | |
545 | TP_ARGS(sc_exit(ret,) pid, policy, param), | |
546 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, policy, policy)) sc_in(ctf_integer(struct sched_param *, param, param))) | |
547 | ) | |
548 | #endif | |
549 | #ifndef OVERRIDE_64_sched_setaffinity | |
550 | SC_LTTNG_TRACEPOINT_EVENT(sched_setaffinity, | |
551 | TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr), | |
552 | TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr), | |
553 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, len, len)) sc_in(ctf_integer(unsigned long *, user_mask_ptr, user_mask_ptr))) | |
554 | ) | |
555 | #endif | |
556 | #ifndef OVERRIDE_64_sched_getaffinity | |
557 | SC_LTTNG_TRACEPOINT_EVENT(sched_getaffinity, | |
558 | TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int len, unsigned long * user_mask_ptr), | |
559 | TP_ARGS(sc_exit(ret,) pid, len, user_mask_ptr), | |
560 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, len, len)) sc_out(ctf_integer(unsigned long *, user_mask_ptr, user_mask_ptr))) | |
561 | ) | |
562 | #endif | |
563 | #ifndef OVERRIDE_64_rt_sigqueueinfo | |
564 | SC_LTTNG_TRACEPOINT_EVENT(rt_sigqueueinfo, | |
565 | TP_PROTO(sc_exit(long ret,) pid_t pid, int sig, siginfo_t * uinfo), | |
566 | TP_ARGS(sc_exit(ret,) pid, sig, uinfo), | |
567 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(siginfo_t *, uinfo, uinfo))) | |
568 | ) | |
569 | #endif | |
570 | #ifndef OVERRIDE_64_getresuid | |
571 | SC_LTTNG_TRACEPOINT_EVENT(getresuid, | |
572 | TP_PROTO(sc_exit(long ret,) uid_t * ruidp, uid_t * euidp, uid_t * suidp), | |
573 | TP_ARGS(sc_exit(ret,) ruidp, euidp, suidp), | |
574 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(uid_t *, ruidp, ruidp)) sc_out(ctf_integer(uid_t *, euidp, euidp)) sc_out(ctf_integer(uid_t *, suidp, suidp))) | |
575 | ) | |
576 | #endif | |
577 | #ifndef OVERRIDE_64_getresgid | |
578 | SC_LTTNG_TRACEPOINT_EVENT(getresgid, | |
579 | TP_PROTO(sc_exit(long ret,) gid_t * rgidp, gid_t * egidp, gid_t * sgidp), | |
580 | TP_ARGS(sc_exit(ret,) rgidp, egidp, sgidp), | |
581 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(gid_t *, rgidp, rgidp)) sc_out(ctf_integer(gid_t *, egidp, egidp)) sc_out(ctf_integer(gid_t *, sgidp, sgidp))) | |
582 | ) | |
583 | #endif | |
584 | #ifndef OVERRIDE_64_getcpu | |
585 | SC_LTTNG_TRACEPOINT_EVENT(getcpu, | |
586 | TP_PROTO(sc_exit(long ret,) unsigned * cpup, unsigned * nodep, struct getcpu_cache * unused), | |
587 | TP_ARGS(sc_exit(ret,) cpup, nodep, unused), | |
588 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(unsigned *, cpup, cpup)) sc_out(ctf_integer(unsigned *, nodep, nodep)) sc_inout(ctf_integer(struct getcpu_cache *, unused, unused))) | |
589 | ) | |
590 | #endif | |
591 | #ifndef OVERRIDE_64_mq_getsetattr | |
592 | SC_LTTNG_TRACEPOINT_EVENT(mq_getsetattr, | |
593 | TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const struct mq_attr * u_mqstat, struct mq_attr * u_omqstat), | |
594 | TP_ARGS(sc_exit(ret,) mqdes, u_mqstat, u_omqstat), | |
595 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const struct mq_attr *, u_mqstat, u_mqstat)) sc_out(ctf_integer(struct mq_attr *, u_omqstat, u_omqstat))) | |
596 | ) | |
597 | #endif | |
598 | #ifndef OVERRIDE_64_msgctl | |
599 | SC_LTTNG_TRACEPOINT_EVENT(msgctl, | |
600 | TP_PROTO(sc_exit(long ret,) int msqid, int cmd, struct msqid_ds * buf), | |
601 | TP_ARGS(sc_exit(ret,) msqid, cmd, buf), | |
602 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, msqid, msqid)) sc_in(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct msqid_ds *, buf, buf))) | |
603 | ) | |
604 | #endif | |
605 | #ifndef OVERRIDE_64_semop | |
606 | SC_LTTNG_TRACEPOINT_EVENT(semop, | |
607 | TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned nsops), | |
608 | TP_ARGS(sc_exit(ret,) semid, tsops, nsops), | |
609 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned, nsops, nsops))) | |
610 | ) | |
611 | #endif | |
612 | #ifndef OVERRIDE_64_shmctl | |
613 | SC_LTTNG_TRACEPOINT_EVENT(shmctl, | |
614 | TP_PROTO(sc_exit(long ret,) int shmid, int cmd, struct shmid_ds * buf), | |
615 | TP_ARGS(sc_exit(ret,) shmid, cmd, buf), | |
616 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, shmid, shmid)) sc_in(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(struct shmid_ds *, buf, buf))) | |
617 | ) | |
618 | #endif | |
619 | #ifndef OVERRIDE_64_shmat | |
620 | SC_LTTNG_TRACEPOINT_EVENT(shmat, | |
621 | TP_PROTO(sc_exit(long ret,) int shmid, char * shmaddr, int shmflg), | |
622 | TP_ARGS(sc_exit(ret,) shmid, shmaddr, shmflg), | |
623 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, shmid, shmid)) sc_in(ctf_integer(char *, shmaddr, shmaddr)) sc_in(ctf_integer(int, shmflg, shmflg))) | |
624 | ) | |
625 | #endif | |
626 | #ifndef OVERRIDE_64_bind | |
627 | SC_LTTNG_TRACEPOINT_EVENT(bind, | |
628 | TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * umyaddr, int addrlen), | |
629 | TP_ARGS(sc_exit(ret,) fd, umyaddr, addrlen), | |
630 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct sockaddr *, umyaddr, umyaddr)) sc_in(ctf_integer(int, addrlen, addrlen))) | |
631 | ) | |
632 | #endif | |
633 | #ifndef OVERRIDE_64_accept | |
634 | SC_LTTNG_TRACEPOINT_EVENT(accept, | |
635 | TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * upeer_sockaddr, int * upeer_addrlen), | |
636 | TP_ARGS(sc_exit(ret,) fd, upeer_sockaddr, upeer_addrlen), | |
637 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, upeer_sockaddr, upeer_sockaddr)) sc_inout(ctf_integer(int *, upeer_addrlen, upeer_addrlen))) | |
638 | ) | |
639 | #endif | |
640 | #ifndef OVERRIDE_64_connect | |
641 | SC_LTTNG_TRACEPOINT_EVENT(connect, | |
642 | TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * uservaddr, int addrlen), | |
643 | TP_ARGS(sc_exit(ret,) fd, uservaddr, addrlen), | |
644 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct sockaddr *, uservaddr, uservaddr)) sc_in(ctf_integer(int, addrlen, addrlen))) | |
645 | ) | |
646 | #endif | |
647 | #ifndef OVERRIDE_64_getsockname | |
648 | SC_LTTNG_TRACEPOINT_EVENT(getsockname, | |
649 | TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * usockaddr, int * usockaddr_len), | |
650 | TP_ARGS(sc_exit(ret,) fd, usockaddr, usockaddr_len), | |
651 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, usockaddr, usockaddr)) sc_inout(ctf_integer(int *, usockaddr_len, usockaddr_len))) | |
652 | ) | |
653 | #endif | |
654 | #ifndef OVERRIDE_64_getpeername | |
655 | SC_LTTNG_TRACEPOINT_EVENT(getpeername, | |
656 | TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * usockaddr, int * usockaddr_len), | |
657 | TP_ARGS(sc_exit(ret,) fd, usockaddr, usockaddr_len), | |
658 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, usockaddr, usockaddr)) sc_inout(ctf_integer(int *, usockaddr_len, usockaddr_len))) | |
659 | ) | |
660 | #endif | |
661 | #ifndef OVERRIDE_64_sendmsg | |
662 | SC_LTTNG_TRACEPOINT_EVENT(sendmsg, | |
663 | TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags), | |
664 | TP_ARGS(sc_exit(ret,) fd, msg, flags), | |
665 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct user_msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
666 | ) | |
667 | #endif | |
668 | #ifndef OVERRIDE_64_recvmsg | |
669 | SC_LTTNG_TRACEPOINT_EVENT(recvmsg, | |
670 | TP_PROTO(sc_exit(long ret,) int fd, struct user_msghdr * msg, unsigned int flags), | |
671 | TP_ARGS(sc_exit(ret,) fd, msg, flags), | |
672 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(struct user_msghdr *, msg, msg)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
673 | ) | |
674 | #endif | |
675 | #ifndef OVERRIDE_64_execve | |
676 | SC_LTTNG_TRACEPOINT_EVENT(execve, | |
677 | TP_PROTO(sc_exit(long ret,) const char * filename, const char *const * argv, const char *const * envp), | |
678 | TP_ARGS(sc_exit(ret,) filename, argv, envp), | |
679 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(const char *const *, argv, argv)) sc_inout(ctf_integer(const char *const *, envp, envp))) | |
680 | ) | |
681 | #endif | |
682 | #ifndef OVERRIDE_64_mincore | |
683 | SC_LTTNG_TRACEPOINT_EVENT(mincore, | |
684 | TP_PROTO(sc_exit(long ret,) unsigned long start, size_t len, unsigned char * vec), | |
685 | TP_ARGS(sc_exit(ret,) start, len, vec), | |
686 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(size_t, len, len)) sc_out(ctf_integer(unsigned char *, vec, vec))) | |
687 | ) | |
688 | #endif | |
6a05ace8 JG |
689 | #ifndef OVERRIDE_64_set_mempolicy |
690 | SC_LTTNG_TRACEPOINT_EVENT(set_mempolicy, | |
691 | TP_PROTO(sc_exit(long ret,) int mode, const unsigned long * nmask, unsigned long maxnode), | |
692 | TP_ARGS(sc_exit(ret,) mode, nmask, maxnode), | |
693 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mode, mode)) sc_in(ctf_integer(const unsigned long *, nmask, nmask)) sc_in(ctf_integer(unsigned long, maxnode, maxnode))) | |
694 | ) | |
695 | #endif | |
f8ecaf94 JW |
696 | #ifndef OVERRIDE_64_open_by_handle_at |
697 | SC_LTTNG_TRACEPOINT_EVENT(open_by_handle_at, | |
698 | TP_PROTO(sc_exit(long ret,) int mountdirfd, struct file_handle * handle, int flags), | |
699 | TP_ARGS(sc_exit(ret,) mountdirfd, handle, flags), | |
700 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, mountdirfd, mountdirfd)) sc_in(ctf_integer(struct file_handle *, handle, handle)) sc_in(ctf_integer(int, flags, flags))) | |
701 | ) | |
702 | #endif | |
703 | #ifndef OVERRIDE_64_finit_module | |
704 | SC_LTTNG_TRACEPOINT_EVENT(finit_module, | |
705 | TP_PROTO(sc_exit(long ret,) int fd, const char * uargs, int flags), | |
706 | TP_ARGS(sc_exit(ret,) fd, uargs, flags), | |
707 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const char *, uargs, uargs)) sc_in(ctf_integer(int, flags, flags))) | |
708 | ) | |
709 | #endif | |
710 | #ifndef OVERRIDE_64_sched_setattr | |
711 | SC_LTTNG_TRACEPOINT_EVENT(sched_setattr, | |
712 | TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_attr * uattr, unsigned int flags), | |
713 | TP_ARGS(sc_exit(ret,) pid, uattr, flags), | |
714 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(struct sched_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
715 | ) | |
716 | #endif | |
717 | #ifndef OVERRIDE_64_seccomp | |
718 | SC_LTTNG_TRACEPOINT_EVENT(seccomp, | |
6a05ace8 | 719 | TP_PROTO(sc_exit(long ret,) unsigned int op, unsigned int flags, void * uargs), |
f8ecaf94 | 720 | TP_ARGS(sc_exit(ret,) op, flags, uargs), |
6a05ace8 | 721 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, op, op)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(void *, uargs, uargs))) |
f8ecaf94 JW |
722 | ) |
723 | #endif | |
724 | #ifndef OVERRIDE_64_getrandom | |
725 | SC_LTTNG_TRACEPOINT_EVENT(getrandom, | |
6a05ace8 JG |
726 | TP_PROTO(sc_exit(long ret,) char * ubuf, size_t len, unsigned int flags), |
727 | TP_ARGS(sc_exit(ret,) ubuf, len, flags), | |
728 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(char *, ubuf, ubuf)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
729 | ) | |
730 | #endif | |
731 | #ifndef OVERRIDE_64_bpf | |
732 | SC_LTTNG_TRACEPOINT_EVENT(bpf, | |
733 | TP_PROTO(sc_exit(long ret,) int cmd, union bpf_attr * uattr, unsigned int size), | |
734 | TP_ARGS(sc_exit(ret,) cmd, uattr, size), | |
735 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, cmd, cmd)) sc_inout(ctf_integer(union bpf_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, size, size))) | |
736 | ) | |
737 | #endif | |
738 | #ifndef OVERRIDE_64_open_tree | |
739 | SC_LTTNG_TRACEPOINT_EVENT(open_tree, | |
740 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, unsigned flags), | |
741 | TP_ARGS(sc_exit(ret,) dfd, filename, flags), | |
742 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(unsigned, flags, flags))) | |
743 | ) | |
744 | #endif | |
745 | #ifndef OVERRIDE_64_fspick | |
746 | SC_LTTNG_TRACEPOINT_EVENT(fspick, | |
747 | TP_PROTO(sc_exit(long ret,) int dfd, const char * path, unsigned int flags), | |
748 | TP_ARGS(sc_exit(ret,) dfd, path, flags), | |
749 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
f8ecaf94 JW |
750 | ) |
751 | #endif | |
752 | #ifndef OVERRIDE_64_getxattr | |
753 | SC_LTTNG_TRACEPOINT_EVENT(getxattr, | |
754 | TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size), | |
755 | TP_ARGS(sc_exit(ret,) pathname, name, value, size), | |
756 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size))) | |
757 | ) | |
758 | #endif | |
759 | #ifndef OVERRIDE_64_lgetxattr | |
760 | SC_LTTNG_TRACEPOINT_EVENT(lgetxattr, | |
761 | TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, void * value, size_t size), | |
762 | TP_ARGS(sc_exit(ret,) pathname, name, value, size), | |
763 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size))) | |
764 | ) | |
765 | #endif | |
766 | #ifndef OVERRIDE_64_fgetxattr | |
767 | SC_LTTNG_TRACEPOINT_EVENT(fgetxattr, | |
768 | TP_PROTO(sc_exit(long ret,) int fd, const char * name, void * value, size_t size), | |
769 | TP_ARGS(sc_exit(ret,) fd, name, value, size), | |
770 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)) sc_out(ctf_integer(void *, value, value)) sc_in(ctf_integer(size_t, size, size))) | |
771 | ) | |
772 | #endif | |
773 | #ifndef OVERRIDE_64_epoll_ctl | |
774 | SC_LTTNG_TRACEPOINT_EVENT(epoll_ctl, | |
775 | TP_PROTO(sc_exit(long ret,) int epfd, int op, int fd, struct epoll_event * event), | |
776 | TP_ARGS(sc_exit(ret,) epfd, op, fd, event), | |
777 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct epoll_event *, event, event))) | |
778 | ) | |
779 | #endif | |
780 | #ifndef OVERRIDE_64_mknodat | |
781 | SC_LTTNG_TRACEPOINT_EVENT(mknodat, | |
6a05ace8 | 782 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, umode_t mode, unsigned int dev), |
f8ecaf94 | 783 | TP_ARGS(sc_exit(ret,) dfd, filename, mode, dev), |
6a05ace8 | 784 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(unsigned int, dev, dev))) |
f8ecaf94 JW |
785 | ) |
786 | #endif | |
787 | #ifndef OVERRIDE_64_renameat | |
788 | SC_LTTNG_TRACEPOINT_EVENT(renameat, | |
789 | TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname), | |
790 | TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname), | |
791 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname))) | |
792 | ) | |
793 | #endif | |
794 | #ifndef OVERRIDE_64_openat | |
795 | SC_LTTNG_TRACEPOINT_EVENT(openat, | |
796 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int flags, umode_t mode), | |
797 | TP_ARGS(sc_exit(ret,) dfd, filename, flags, mode), | |
798 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(umode_t, mode, mode))) | |
799 | ) | |
800 | #endif | |
801 | #ifndef OVERRIDE_64_quotactl | |
802 | SC_LTTNG_TRACEPOINT_EVENT(quotactl, | |
803 | TP_PROTO(sc_exit(long ret,) unsigned int cmd, const char * special, qid_t id, void * addr), | |
804 | TP_ARGS(sc_exit(ret,) cmd, special, id, addr), | |
805 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_in(ctf_integer(const char *, special, special)) sc_in(ctf_integer(qid_t, id, id)) sc_inout(ctf_integer(void *, addr, addr))) | |
806 | ) | |
807 | #endif | |
808 | #ifndef OVERRIDE_64_pread64 | |
809 | SC_LTTNG_TRACEPOINT_EVENT(pread64, | |
810 | TP_PROTO(sc_exit(long ret,) unsigned int fd, char * buf, size_t count, loff_t pos), | |
811 | TP_ARGS(sc_exit(ret,) fd, buf, count, pos), | |
812 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)) sc_in(ctf_integer(loff_t, pos, pos))) | |
813 | ) | |
814 | #endif | |
815 | #ifndef OVERRIDE_64_pwrite64 | |
816 | SC_LTTNG_TRACEPOINT_EVENT(pwrite64, | |
817 | TP_PROTO(sc_exit(long ret,) unsigned int fd, const char * buf, size_t count, loff_t pos), | |
818 | TP_ARGS(sc_exit(ret,) fd, buf, count, pos), | |
819 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned int, fd, fd)) sc_in(ctf_integer(const char *, buf, buf)) sc_in(ctf_integer(size_t, count, count)) sc_in(ctf_integer(loff_t, pos, pos))) | |
820 | ) | |
821 | #endif | |
822 | #ifndef OVERRIDE_64_sendfile64 | |
823 | SC_LTTNG_TRACEPOINT_EVENT(sendfile64, | |
824 | TP_PROTO(sc_exit(long ret,) int out_fd, int in_fd, loff_t * offset, size_t count), | |
825 | TP_ARGS(sc_exit(ret,) out_fd, in_fd, offset, count), | |
826 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, out_fd, out_fd)) sc_in(ctf_integer(int, in_fd, in_fd)) sc_inout(ctf_integer(loff_t *, offset, offset)) sc_in(ctf_integer(size_t, count, count))) | |
827 | ) | |
828 | #endif | |
829 | #ifndef OVERRIDE_64_signalfd4 | |
830 | SC_LTTNG_TRACEPOINT_EVENT(signalfd4, | |
831 | TP_PROTO(sc_exit(long ret,) int ufd, sigset_t * user_mask, size_t sizemask, int flags), | |
832 | TP_ARGS(sc_exit(ret,) ufd, user_mask, sizemask, flags), | |
833 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(sigset_t *, user_mask, user_mask)) sc_in(ctf_integer(size_t, sizemask, sizemask)) sc_in(ctf_integer(int, flags, flags))) | |
834 | ) | |
835 | #endif | |
836 | #ifndef OVERRIDE_64_vmsplice | |
837 | SC_LTTNG_TRACEPOINT_EVENT(vmsplice, | |
6a05ace8 JG |
838 | TP_PROTO(sc_exit(long ret,) int fd, const struct iovec * uiov, unsigned long nr_segs, unsigned int flags), |
839 | TP_ARGS(sc_exit(ret,) fd, uiov, nr_segs, flags), | |
840 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(const struct iovec *, uiov, uiov)) sc_in(ctf_integer(unsigned long, nr_segs, nr_segs)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
f8ecaf94 JW |
841 | ) |
842 | #endif | |
843 | #ifndef OVERRIDE_64_readlinkat | |
844 | SC_LTTNG_TRACEPOINT_EVENT(readlinkat, | |
845 | TP_PROTO(sc_exit(long ret,) int dfd, const char * pathname, char * buf, int bufsiz), | |
846 | TP_ARGS(sc_exit(ret,) dfd, pathname, buf, bufsiz), | |
847 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname)) sc_out(ctf_integer(char *, buf, buf)) sc_in(ctf_integer(int, bufsiz, bufsiz))) | |
848 | ) | |
849 | #endif | |
850 | #ifndef OVERRIDE_64_newfstatat | |
851 | SC_LTTNG_TRACEPOINT_EVENT(newfstatat, | |
852 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct stat * statbuf, int flag), | |
853 | TP_ARGS(sc_exit(ret,) dfd, filename, statbuf, flag), | |
854 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_out(ctf_integer(struct stat *, statbuf, statbuf)) sc_in(ctf_integer(int, flag, flag))) | |
855 | ) | |
856 | #endif | |
857 | #ifndef OVERRIDE_64_timerfd_settime | |
858 | SC_LTTNG_TRACEPOINT_EVENT(timerfd_settime, | |
6a05ace8 | 859 | TP_PROTO(sc_exit(long ret,) int ufd, int flags, const struct __kernel_itimerspec * utmr, struct __kernel_itimerspec * otmr), |
f8ecaf94 | 860 | TP_ARGS(sc_exit(ret,) ufd, flags, utmr, otmr), |
6a05ace8 | 861 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, ufd, ufd)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_itimerspec *, utmr, utmr)) sc_out(ctf_integer(struct __kernel_itimerspec *, otmr, otmr))) |
f8ecaf94 JW |
862 | ) |
863 | #endif | |
864 | #ifndef OVERRIDE_64_utimensat | |
865 | SC_LTTNG_TRACEPOINT_EVENT(utimensat, | |
6a05ace8 | 866 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct __kernel_timespec * utimes, int flags), |
f8ecaf94 | 867 | TP_ARGS(sc_exit(ret,) dfd, filename, utimes, flags), |
6a05ace8 JG |
868 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(struct __kernel_timespec *, utimes, utimes)) sc_in(ctf_integer(int, flags, flags))) |
869 | ) | |
870 | #endif | |
871 | #ifndef OVERRIDE_64_kexec_load | |
872 | SC_LTTNG_TRACEPOINT_EVENT(kexec_load, | |
873 | TP_PROTO(sc_exit(long ret,) unsigned long entry, unsigned long nr_segments, struct kexec_segment * segments, unsigned long flags), | |
874 | TP_ARGS(sc_exit(ret,) entry, nr_segments, segments, flags), | |
875 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, entry, entry)) sc_in(ctf_integer(unsigned long, nr_segments, nr_segments)) sc_in(ctf_integer(struct kexec_segment *, segments, segments)) sc_in(ctf_integer(unsigned long, flags, flags))) | |
f8ecaf94 JW |
876 | ) |
877 | #endif | |
878 | #ifndef OVERRIDE_64_timer_settime | |
879 | SC_LTTNG_TRACEPOINT_EVENT(timer_settime, | |
6a05ace8 | 880 | TP_PROTO(sc_exit(long ret,) timer_t timer_id, int flags, const struct __kernel_itimerspec * new_setting, struct __kernel_itimerspec * old_setting), |
f8ecaf94 | 881 | TP_ARGS(sc_exit(ret,) timer_id, flags, new_setting, old_setting), |
6a05ace8 | 882 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(timer_t, timer_id, timer_id)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_itimerspec *, new_setting, new_setting)) sc_out(ctf_integer(struct __kernel_itimerspec *, old_setting, old_setting))) |
f8ecaf94 JW |
883 | ) |
884 | #endif | |
885 | #ifndef OVERRIDE_64_clock_nanosleep | |
886 | SC_LTTNG_TRACEPOINT_EVENT(clock_nanosleep, | |
6a05ace8 | 887 | TP_PROTO(sc_exit(long ret,) const clockid_t which_clock, int flags, const struct __kernel_timespec * rqtp, struct __kernel_timespec * rmtp), |
f8ecaf94 | 888 | TP_ARGS(sc_exit(ret,) which_clock, flags, rqtp, rmtp), |
6a05ace8 | 889 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(const clockid_t, which_clock, which_clock)) sc_in(ctf_integer(int, flags, flags)) sc_in(ctf_integer(const struct __kernel_timespec *, rqtp, rqtp)) sc_out(ctf_integer(struct __kernel_timespec *, rmtp, rmtp))) |
f8ecaf94 JW |
890 | ) |
891 | #endif | |
892 | #ifndef OVERRIDE_64_rt_sigaction | |
893 | SC_LTTNG_TRACEPOINT_EVENT(rt_sigaction, | |
894 | TP_PROTO(sc_exit(long ret,) int sig, const struct sigaction * act, struct sigaction * oact, size_t sigsetsize), | |
895 | TP_ARGS(sc_exit(ret,) sig, act, oact, sigsetsize), | |
896 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(const struct sigaction *, act, act)) sc_out(ctf_integer(struct sigaction *, oact, oact)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) | |
897 | ) | |
898 | #endif | |
899 | #ifndef OVERRIDE_64_rt_sigprocmask | |
900 | SC_LTTNG_TRACEPOINT_EVENT(rt_sigprocmask, | |
901 | TP_PROTO(sc_exit(long ret,) int how, sigset_t * nset, sigset_t * oset, size_t sigsetsize), | |
902 | TP_ARGS(sc_exit(ret,) how, nset, oset, sigsetsize), | |
903 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, how, how)) sc_in(ctf_integer(sigset_t *, nset, nset)) sc_out(ctf_integer(sigset_t *, oset, oset)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) | |
904 | ) | |
905 | #endif | |
906 | #ifndef OVERRIDE_64_rt_sigtimedwait | |
907 | SC_LTTNG_TRACEPOINT_EVENT(rt_sigtimedwait, | |
6a05ace8 | 908 | TP_PROTO(sc_exit(long ret,) const sigset_t * uthese, siginfo_t * uinfo, const struct __kernel_timespec * uts, size_t sigsetsize), |
f8ecaf94 | 909 | TP_ARGS(sc_exit(ret,) uthese, uinfo, uts, sigsetsize), |
6a05ace8 | 910 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(const sigset_t *, uthese, uthese)) sc_out(ctf_integer(siginfo_t *, uinfo, uinfo)) sc_in(ctf_integer(const struct __kernel_timespec *, uts, uts)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) |
f8ecaf94 JW |
911 | ) |
912 | #endif | |
913 | #ifndef OVERRIDE_64_reboot | |
914 | SC_LTTNG_TRACEPOINT_EVENT(reboot, | |
915 | TP_PROTO(sc_exit(long ret,) int magic1, int magic2, unsigned int cmd, void * arg), | |
916 | TP_ARGS(sc_exit(ret,) magic1, magic2, cmd, arg), | |
917 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, magic1, magic1)) sc_in(ctf_integer(int, magic2, magic2)) sc_in(ctf_integer(unsigned int, cmd, cmd)) sc_in(ctf_integer(void *, arg, arg))) | |
918 | ) | |
919 | #endif | |
920 | #ifndef OVERRIDE_64_mq_open | |
921 | SC_LTTNG_TRACEPOINT_EVENT(mq_open, | |
922 | TP_PROTO(sc_exit(long ret,) const char * u_name, int oflag, umode_t mode, struct mq_attr * u_attr), | |
923 | TP_ARGS(sc_exit(ret,) u_name, oflag, mode, u_attr), | |
924 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(u_name, u_name)) sc_in(ctf_integer(int, oflag, oflag)) sc_in(ctf_integer(umode_t, mode, mode)) sc_in(ctf_integer(struct mq_attr *, u_attr, u_attr))) | |
925 | ) | |
926 | #endif | |
927 | #ifndef OVERRIDE_64_msgsnd | |
928 | SC_LTTNG_TRACEPOINT_EVENT(msgsnd, | |
929 | TP_PROTO(sc_exit(long ret,) int msqid, struct msgbuf * msgp, size_t msgsz, int msgflg), | |
930 | TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgflg), | |
931 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, msqid, msqid)) sc_in(ctf_integer(struct msgbuf *, msgp, msgp)) sc_in(ctf_integer(size_t, msgsz, msgsz)) sc_in(ctf_integer(int, msgflg, msgflg))) | |
932 | ) | |
933 | #endif | |
934 | #ifndef OVERRIDE_64_semtimedop | |
935 | SC_LTTNG_TRACEPOINT_EVENT(semtimedop, | |
6a05ace8 | 936 | TP_PROTO(sc_exit(long ret,) int semid, struct sembuf * tsops, unsigned int nsops, const struct __kernel_timespec * timeout), |
f8ecaf94 | 937 | TP_ARGS(sc_exit(ret,) semid, tsops, nsops, timeout), |
6a05ace8 | 938 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, semid, semid)) sc_in(ctf_integer(struct sembuf *, tsops, tsops)) sc_in(ctf_integer(unsigned int, nsops, nsops)) sc_inout(ctf_integer(const struct __kernel_timespec *, timeout, timeout))) |
f8ecaf94 JW |
939 | ) |
940 | #endif | |
941 | #ifndef OVERRIDE_64_socketpair | |
942 | SC_LTTNG_TRACEPOINT_EVENT(socketpair, | |
943 | TP_PROTO(sc_exit(long ret,) int family, int type, int protocol, int * usockvec), | |
944 | TP_ARGS(sc_exit(ret,) family, type, protocol, usockvec), | |
945 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, family, family)) sc_in(ctf_integer(int, type, type)) sc_in(ctf_integer(int, protocol, protocol)) sc_out(ctf_integer(int *, usockvec, usockvec))) | |
946 | ) | |
947 | #endif | |
948 | #ifndef OVERRIDE_64_request_key | |
949 | SC_LTTNG_TRACEPOINT_EVENT(request_key, | |
950 | TP_PROTO(sc_exit(long ret,) const char * _type, const char * _description, const char * _callout_info, key_serial_t destringid), | |
951 | TP_ARGS(sc_exit(ret,) _type, _description, _callout_info, destringid), | |
952 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const char *, _callout_info, _callout_info)) sc_in(ctf_integer(key_serial_t, destringid, destringid))) | |
953 | ) | |
954 | #endif | |
6a05ace8 JG |
955 | #ifndef OVERRIDE_64_migrate_pages |
956 | SC_LTTNG_TRACEPOINT_EVENT(migrate_pages, | |
957 | TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned long maxnode, const unsigned long * old_nodes, const unsigned long * new_nodes), | |
958 | TP_ARGS(sc_exit(ret,) pid, maxnode, old_nodes, new_nodes), | |
959 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned long, maxnode, maxnode)) sc_in(ctf_integer(const unsigned long *, old_nodes, old_nodes)) sc_in(ctf_integer(const unsigned long *, new_nodes, new_nodes))) | |
960 | ) | |
961 | #endif | |
f8ecaf94 JW |
962 | #ifndef OVERRIDE_64_rt_tgsigqueueinfo |
963 | SC_LTTNG_TRACEPOINT_EVENT(rt_tgsigqueueinfo, | |
964 | TP_PROTO(sc_exit(long ret,) pid_t tgid, pid_t pid, int sig, siginfo_t * uinfo), | |
965 | TP_ARGS(sc_exit(ret,) tgid, pid, sig, uinfo), | |
966 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, tgid, tgid)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, sig, sig)) sc_in(ctf_integer(siginfo_t *, uinfo, uinfo))) | |
967 | ) | |
968 | #endif | |
969 | #ifndef OVERRIDE_64_accept4 | |
970 | SC_LTTNG_TRACEPOINT_EVENT(accept4, | |
971 | TP_PROTO(sc_exit(long ret,) int fd, struct sockaddr * upeer_sockaddr, int * upeer_addrlen, int flags), | |
972 | TP_ARGS(sc_exit(ret,) fd, upeer_sockaddr, upeer_addrlen, flags), | |
973 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct sockaddr *, upeer_sockaddr, upeer_sockaddr)) sc_inout(ctf_integer(int *, upeer_addrlen, upeer_addrlen)) sc_in(ctf_integer(int, flags, flags))) | |
974 | ) | |
975 | #endif | |
976 | #ifndef OVERRIDE_64_wait4 | |
977 | SC_LTTNG_TRACEPOINT_EVENT(wait4, | |
978 | TP_PROTO(sc_exit(long ret,) pid_t upid, int * stat_addr, int options, struct rusage * ru), | |
979 | TP_ARGS(sc_exit(ret,) upid, stat_addr, options, ru), | |
980 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, upid, upid)) sc_out(ctf_integer(int *, stat_addr, stat_addr)) sc_in(ctf_integer(int, options, options)) sc_out(ctf_integer(struct rusage *, ru, ru))) | |
981 | ) | |
982 | #endif | |
983 | #ifndef OVERRIDE_64_prlimit64 | |
984 | SC_LTTNG_TRACEPOINT_EVENT(prlimit64, | |
985 | TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned int resource, const struct rlimit64 * new_rlim, struct rlimit64 * old_rlim), | |
986 | TP_ARGS(sc_exit(ret,) pid, resource, new_rlim, old_rlim), | |
987 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned int, resource, resource)) sc_in(ctf_integer(const struct rlimit64 *, new_rlim, new_rlim)) sc_out(ctf_integer(struct rlimit64 *, old_rlim, old_rlim))) | |
988 | ) | |
989 | #endif | |
990 | #ifndef OVERRIDE_64_sendmmsg | |
991 | SC_LTTNG_TRACEPOINT_EVENT(sendmmsg, | |
992 | TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags), | |
993 | TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags), | |
994 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
995 | ) | |
996 | #endif | |
997 | #ifndef OVERRIDE_64_sched_getattr | |
998 | SC_LTTNG_TRACEPOINT_EVENT(sched_getattr, | |
6a05ace8 JG |
999 | TP_PROTO(sc_exit(long ret,) pid_t pid, struct sched_attr * uattr, unsigned int usize, unsigned int flags), |
1000 | TP_ARGS(sc_exit(ret,) pid, uattr, usize, flags), | |
1001 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(pid_t, pid, pid)) sc_inout(ctf_integer(struct sched_attr *, uattr, uattr)) sc_inout(ctf_integer(unsigned int, usize, usize)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
1002 | ) | |
1003 | #endif | |
1004 | #ifndef OVERRIDE_64_rseq | |
1005 | SC_LTTNG_TRACEPOINT_EVENT(rseq, | |
1006 | TP_PROTO(sc_exit(long ret,) struct rseq * rseq, u32 rseq_len, int flags, u32 sig), | |
1007 | TP_ARGS(sc_exit(ret,) rseq, rseq_len, flags, sig), | |
1008 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct rseq *, rseq, rseq)) sc_inout(ctf_integer(u32, rseq_len, rseq_len)) sc_inout(ctf_integer(int, flags, flags)) sc_inout(ctf_integer(u32, sig, sig))) | |
1009 | ) | |
1010 | #endif | |
1011 | #ifndef OVERRIDE_64_pidfd_send_signal | |
1012 | SC_LTTNG_TRACEPOINT_EVENT(pidfd_send_signal, | |
1013 | TP_PROTO(sc_exit(long ret,) int pidfd, int sig, siginfo_t * info, unsigned int flags), | |
1014 | TP_ARGS(sc_exit(ret,) pidfd, sig, info, flags), | |
1015 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(int, sig, sig)) sc_inout(ctf_integer(siginfo_t *, info, info)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
1016 | ) | |
1017 | #endif | |
1018 | #ifndef OVERRIDE_64_io_uring_register | |
1019 | SC_LTTNG_TRACEPOINT_EVENT(io_uring_register, | |
1020 | TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int opcode, void * arg, unsigned int nr_args), | |
1021 | TP_ARGS(sc_exit(ret,) fd, opcode, arg, nr_args), | |
1022 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, opcode, opcode)) sc_inout(ctf_integer(void *, arg, arg)) sc_inout(ctf_integer(unsigned int, nr_args, nr_args))) | |
1023 | ) | |
1024 | #endif | |
1025 | #ifndef OVERRIDE_64_openat2 | |
1026 | SC_LTTNG_TRACEPOINT_EVENT(openat2, | |
1027 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, struct open_how * how, size_t usize), | |
1028 | TP_ARGS(sc_exit(ret,) dfd, filename, how, usize), | |
1029 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(struct open_how *, how, how)) sc_inout(ctf_integer(size_t, usize, usize))) | |
1030 | ) | |
1031 | #endif | |
1032 | #ifndef OVERRIDE_64_faccessat2 | |
1033 | SC_LTTNG_TRACEPOINT_EVENT(faccessat2, | |
1034 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, int mode, int flags), | |
1035 | TP_ARGS(sc_exit(ret,) dfd, filename, mode, flags), | |
1036 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(int, mode, mode)) sc_inout(ctf_integer(int, flags, flags))) | |
1037 | ) | |
1038 | #endif | |
1039 | #ifndef OVERRIDE_64_quotactl_fd | |
1040 | SC_LTTNG_TRACEPOINT_EVENT(quotactl_fd, | |
1041 | TP_PROTO(sc_exit(long ret,) unsigned int fd, unsigned int cmd, qid_t id, void * addr), | |
1042 | TP_ARGS(sc_exit(ret,) fd, cmd, id, addr), | |
1043 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(qid_t, id, id)) sc_inout(ctf_integer(void *, addr, addr))) | |
f8ecaf94 JW |
1044 | ) |
1045 | #endif | |
1046 | #ifndef OVERRIDE_64_io_getevents | |
1047 | SC_LTTNG_TRACEPOINT_EVENT(io_getevents, | |
6a05ace8 | 1048 | TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct __kernel_timespec * timeout), |
f8ecaf94 | 1049 | TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout), |
6a05ace8 | 1050 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_in(ctf_integer(long, min_nr, min_nr)) sc_in(ctf_integer(long, nr, nr)) sc_out(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout))) |
f8ecaf94 JW |
1051 | ) |
1052 | #endif | |
1053 | #ifndef OVERRIDE_64_setxattr | |
1054 | SC_LTTNG_TRACEPOINT_EVENT(setxattr, | |
1055 | TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags), | |
1056 | TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags), | |
1057 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) | |
1058 | ) | |
1059 | #endif | |
1060 | #ifndef OVERRIDE_64_lsetxattr | |
1061 | SC_LTTNG_TRACEPOINT_EVENT(lsetxattr, | |
1062 | TP_PROTO(sc_exit(long ret,) const char * pathname, const char * name, const void * value, size_t size, int flags), | |
1063 | TP_ARGS(sc_exit(ret,) pathname, name, value, size, flags), | |
1064 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(pathname, pathname)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) | |
1065 | ) | |
1066 | #endif | |
1067 | #ifndef OVERRIDE_64_fsetxattr | |
1068 | SC_LTTNG_TRACEPOINT_EVENT(fsetxattr, | |
1069 | TP_PROTO(sc_exit(long ret,) int fd, const char * name, const void * value, size_t size, int flags), | |
1070 | TP_ARGS(sc_exit(ret,) fd, name, value, size, flags), | |
1071 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_user_string(name, name)) sc_in(ctf_integer(const void *, value, value)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(int, flags, flags))) | |
1072 | ) | |
1073 | #endif | |
1074 | #ifndef OVERRIDE_64_linkat | |
1075 | SC_LTTNG_TRACEPOINT_EVENT(linkat, | |
1076 | TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, int flags), | |
1077 | TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags), | |
1078 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, olddfd, olddfd)) sc_in(ctf_user_string(oldname, oldname)) sc_in(ctf_integer(int, newdfd, newdfd)) sc_in(ctf_user_string(newname, newname)) sc_in(ctf_integer(int, flags, flags))) | |
1079 | ) | |
1080 | #endif | |
1081 | #ifndef OVERRIDE_64_mount | |
1082 | SC_LTTNG_TRACEPOINT_EVENT(mount, | |
1083 | TP_PROTO(sc_exit(long ret,) char * dev_name, char * dir_name, char * type, unsigned long flags, void * data), | |
1084 | TP_ARGS(sc_exit(ret,) dev_name, dir_name, type, flags, data), | |
1085 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(dev_name, dev_name)) sc_in(ctf_user_string(dir_name, dir_name)) sc_in(ctf_user_string(type, type)) sc_in(ctf_integer(unsigned long, flags, flags)) sc_in(ctf_integer(void *, data, data))) | |
1086 | ) | |
1087 | #endif | |
1088 | #ifndef OVERRIDE_64_fchownat | |
1089 | SC_LTTNG_TRACEPOINT_EVENT(fchownat, | |
1090 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, uid_t user, gid_t group, int flag), | |
1091 | TP_ARGS(sc_exit(ret,) dfd, filename, user, group, flag), | |
1092 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(filename, filename)) sc_in(ctf_integer(uid_t, user, user)) sc_in(ctf_integer(gid_t, group, group)) sc_in(ctf_integer(int, flag, flag))) | |
1093 | ) | |
1094 | #endif | |
1095 | #ifndef OVERRIDE_64_preadv | |
1096 | SC_LTTNG_TRACEPOINT_EVENT(preadv, | |
1097 | TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h), | |
1098 | TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h), | |
1099 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_out(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)) sc_in(ctf_integer(unsigned long, pos_l, pos_l)) sc_in(ctf_integer(unsigned long, pos_h, pos_h))) | |
1100 | ) | |
1101 | #endif | |
1102 | #ifndef OVERRIDE_64_pwritev | |
1103 | SC_LTTNG_TRACEPOINT_EVENT(pwritev, | |
1104 | TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h), | |
1105 | TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h), | |
1106 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, fd, fd)) sc_in(ctf_integer(const struct iovec *, vec, vec)) sc_in(ctf_integer(unsigned long, vlen, vlen)) sc_in(ctf_integer(unsigned long, pos_l, pos_l)) sc_in(ctf_integer(unsigned long, pos_h, pos_h))) | |
1107 | ) | |
1108 | #endif | |
1109 | #ifndef OVERRIDE_64_ppoll | |
1110 | SC_LTTNG_TRACEPOINT_EVENT(ppoll, | |
6a05ace8 | 1111 | TP_PROTO(sc_exit(long ret,) struct pollfd * ufds, unsigned int nfds, struct __kernel_timespec * tsp, const sigset_t * sigmask, size_t sigsetsize), |
f8ecaf94 | 1112 | TP_ARGS(sc_exit(ret,) ufds, nfds, tsp, sigmask, sigsetsize), |
6a05ace8 | 1113 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct pollfd *, ufds, ufds)) sc_in(ctf_integer(unsigned int, nfds, nfds)) sc_in(ctf_integer(struct __kernel_timespec *, tsp, tsp)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) |
f8ecaf94 JW |
1114 | ) |
1115 | #endif | |
1116 | #ifndef OVERRIDE_64_waitid | |
1117 | SC_LTTNG_TRACEPOINT_EVENT(waitid, | |
1118 | TP_PROTO(sc_exit(long ret,) int which, pid_t upid, struct siginfo * infop, int options, struct rusage * ru), | |
1119 | TP_ARGS(sc_exit(ret,) which, upid, infop, options, ru), | |
1120 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, which, which)) sc_in(ctf_integer(pid_t, upid, upid)) sc_out(ctf_integer(struct siginfo *, infop, infop)) sc_in(ctf_integer(int, options, options)) sc_out(ctf_integer(struct rusage *, ru, ru))) | |
1121 | ) | |
1122 | #endif | |
1123 | #ifndef OVERRIDE_64_mq_timedsend | |
1124 | SC_LTTNG_TRACEPOINT_EVENT(mq_timedsend, | |
6a05ace8 | 1125 | TP_PROTO(sc_exit(long ret,) mqd_t mqdes, const char * u_msg_ptr, size_t msg_len, unsigned int msg_prio, const struct __kernel_timespec * u_abs_timeout), |
f8ecaf94 | 1126 | TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout), |
6a05ace8 | 1127 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_in(ctf_integer(const char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_in(ctf_integer(unsigned int, msg_prio, msg_prio)) sc_in(ctf_integer(const struct __kernel_timespec *, u_abs_timeout, u_abs_timeout))) |
f8ecaf94 JW |
1128 | ) |
1129 | #endif | |
1130 | #ifndef OVERRIDE_64_mq_timedreceive | |
1131 | SC_LTTNG_TRACEPOINT_EVENT(mq_timedreceive, | |
6a05ace8 | 1132 | TP_PROTO(sc_exit(long ret,) mqd_t mqdes, char * u_msg_ptr, size_t msg_len, unsigned int * u_msg_prio, const struct __kernel_timespec * u_abs_timeout), |
f8ecaf94 | 1133 | TP_ARGS(sc_exit(ret,) mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout), |
6a05ace8 | 1134 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(mqd_t, mqdes, mqdes)) sc_out(ctf_integer(char *, u_msg_ptr, u_msg_ptr)) sc_in(ctf_integer(size_t, msg_len, msg_len)) sc_out(ctf_integer(unsigned int *, u_msg_prio, u_msg_prio)) sc_in(ctf_integer(const struct __kernel_timespec *, u_abs_timeout, u_abs_timeout))) |
f8ecaf94 JW |
1135 | ) |
1136 | #endif | |
1137 | #ifndef OVERRIDE_64_msgrcv | |
1138 | SC_LTTNG_TRACEPOINT_EVENT(msgrcv, | |
1139 | TP_PROTO(sc_exit(long ret,) int msqid, struct msgbuf * msgp, size_t msgsz, long msgtyp, int msgflg), | |
1140 | TP_ARGS(sc_exit(ret,) msqid, msgp, msgsz, msgtyp, msgflg), | |
1141 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, msqid, msqid)) sc_out(ctf_integer(struct msgbuf *, msgp, msgp)) sc_in(ctf_integer(size_t, msgsz, msgsz)) sc_in(ctf_integer(long, msgtyp, msgtyp)) sc_in(ctf_integer(int, msgflg, msgflg))) | |
1142 | ) | |
1143 | #endif | |
1144 | #ifndef OVERRIDE_64_setsockopt | |
1145 | SC_LTTNG_TRACEPOINT_EVENT(setsockopt, | |
1146 | TP_PROTO(sc_exit(long ret,) int fd, int level, int optname, char * optval, int optlen), | |
1147 | TP_ARGS(sc_exit(ret,) fd, level, optname, optval, optlen), | |
1148 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, level, level)) sc_in(ctf_integer(int, optname, optname)) sc_in(ctf_integer(char *, optval, optval)) sc_in(ctf_integer(int, optlen, optlen))) | |
1149 | ) | |
1150 | #endif | |
1151 | #ifndef OVERRIDE_64_getsockopt | |
1152 | SC_LTTNG_TRACEPOINT_EVENT(getsockopt, | |
1153 | TP_PROTO(sc_exit(long ret,) int fd, int level, int optname, char * optval, int * optlen), | |
1154 | TP_ARGS(sc_exit(ret,) fd, level, optname, optval, optlen), | |
1155 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(int, level, level)) sc_in(ctf_integer(int, optname, optname)) sc_out(ctf_integer(char *, optval, optval)) sc_inout(ctf_integer(int *, optlen, optlen))) | |
1156 | ) | |
1157 | #endif | |
1158 | #ifndef OVERRIDE_64_add_key | |
1159 | SC_LTTNG_TRACEPOINT_EVENT(add_key, | |
1160 | TP_PROTO(sc_exit(long ret,) const char * _type, const char * _description, const void * _payload, size_t plen, key_serial_t ringid), | |
1161 | TP_ARGS(sc_exit(ret,) _type, _description, _payload, plen, ringid), | |
1162 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_user_string(_type, _type)) sc_in(ctf_integer(const char *, _description, _description)) sc_in(ctf_integer(const void *, _payload, _payload)) sc_in(ctf_integer(size_t, plen, plen)) sc_in(ctf_integer(key_serial_t, ringid, ringid))) | |
1163 | ) | |
1164 | #endif | |
6a05ace8 JG |
1165 | #ifndef OVERRIDE_64_clone |
1166 | SC_LTTNG_TRACEPOINT_EVENT(clone, | |
1167 | TP_PROTO(sc_exit(long ret,) unsigned long clone_flags, unsigned long newsp, int * parent_tidptr, unsigned long tls, int * child_tidptr), | |
1168 | TP_ARGS(sc_exit(ret,) clone_flags, newsp, parent_tidptr, tls, child_tidptr), | |
1169 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, clone_flags, clone_flags)) sc_inout(ctf_integer(unsigned long, newsp, newsp)) sc_inout(ctf_integer(int *, parent_tidptr, parent_tidptr)) sc_inout(ctf_integer(unsigned long, tls, tls)) sc_inout(ctf_integer(int *, child_tidptr, child_tidptr))) | |
1170 | ) | |
1171 | #endif | |
1172 | #ifndef OVERRIDE_64_get_mempolicy | |
1173 | SC_LTTNG_TRACEPOINT_EVENT(get_mempolicy, | |
1174 | TP_PROTO(sc_exit(long ret,) int * policy, unsigned long * nmask, unsigned long maxnode, unsigned long addr, unsigned long flags), | |
1175 | TP_ARGS(sc_exit(ret,) policy, nmask, maxnode, addr, flags), | |
1176 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_out(ctf_integer(int *, policy, policy)) sc_out(ctf_integer(unsigned long *, nmask, nmask)) sc_in(ctf_integer(unsigned long, maxnode, maxnode)) sc_in(ctf_integer(unsigned long, addr, addr)) sc_in(ctf_integer(unsigned long, flags, flags))) | |
1177 | ) | |
1178 | #endif | |
f8ecaf94 JW |
1179 | #ifndef OVERRIDE_64_perf_event_open |
1180 | SC_LTTNG_TRACEPOINT_EVENT(perf_event_open, | |
1181 | TP_PROTO(sc_exit(long ret,) struct perf_event_attr * attr_uptr, pid_t pid, int cpu, int group_fd, unsigned long flags), | |
1182 | TP_ARGS(sc_exit(ret,) attr_uptr, pid, cpu, group_fd, flags), | |
1183 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(struct perf_event_attr *, attr_uptr, attr_uptr)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(int, cpu, cpu)) sc_in(ctf_integer(int, group_fd, group_fd)) sc_in(ctf_integer(unsigned long, flags, flags))) | |
1184 | ) | |
1185 | #endif | |
1186 | #ifndef OVERRIDE_64_recvmmsg | |
1187 | SC_LTTNG_TRACEPOINT_EVENT(recvmmsg, | |
6a05ace8 | 1188 | TP_PROTO(sc_exit(long ret,) int fd, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct __kernel_timespec * timeout), |
f8ecaf94 | 1189 | TP_ARGS(sc_exit(ret,) fd, mmsg, vlen, flags, timeout), |
6a05ace8 | 1190 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(struct mmsghdr *, mmsg, mmsg)) sc_in(ctf_integer(unsigned int, vlen, vlen)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout))) |
f8ecaf94 JW |
1191 | ) |
1192 | #endif | |
1193 | #ifndef OVERRIDE_64_fanotify_mark | |
1194 | SC_LTTNG_TRACEPOINT_EVENT(fanotify_mark, | |
1195 | TP_PROTO(sc_exit(long ret,) int fanotify_fd, unsigned int flags, __u64 mask, int dfd, const char * pathname), | |
1196 | TP_ARGS(sc_exit(ret,) fanotify_fd, flags, mask, dfd, pathname), | |
1197 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fanotify_fd, fanotify_fd)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_in(ctf_integer(__u64, mask, mask)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(pathname, pathname))) | |
1198 | ) | |
1199 | #endif | |
1200 | #ifndef OVERRIDE_64_name_to_handle_at | |
1201 | SC_LTTNG_TRACEPOINT_EVENT(name_to_handle_at, | |
1202 | TP_PROTO(sc_exit(long ret,) int dfd, const char * name, struct file_handle * handle, int * mnt_id, int flag), | |
1203 | TP_ARGS(sc_exit(ret,) dfd, name, handle, mnt_id, flag), | |
1204 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, dfd, dfd)) sc_in(ctf_user_string(name, name)) sc_inout(ctf_integer(struct file_handle *, handle, handle)) sc_out(ctf_integer(int *, mnt_id, mnt_id)) sc_in(ctf_integer(int, flag, flag))) | |
1205 | ) | |
1206 | #endif | |
1207 | #ifndef OVERRIDE_64_renameat2 | |
1208 | SC_LTTNG_TRACEPOINT_EVENT(renameat2, | |
1209 | TP_PROTO(sc_exit(long ret,) int olddfd, const char * oldname, int newdfd, const char * newname, unsigned int flags), | |
1210 | TP_ARGS(sc_exit(ret,) olddfd, oldname, newdfd, newname, flags), | |
1211 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, olddfd, olddfd)) sc_inout(ctf_user_string(oldname, oldname)) sc_inout(ctf_integer(int, newdfd, newdfd)) sc_inout(ctf_user_string(newname, newname)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
1212 | ) | |
1213 | #endif | |
1214 | #ifndef OVERRIDE_64_execveat | |
1215 | SC_LTTNG_TRACEPOINT_EVENT(execveat, | |
1216 | TP_PROTO(sc_exit(long ret,) int fd, const char * filename, const char *const * argv, const char *const * envp, int flags), | |
1217 | TP_ARGS(sc_exit(ret,) fd, filename, argv, envp, flags), | |
1218 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(const char *const *, argv, argv)) sc_inout(ctf_integer(const char *const *, envp, envp)) sc_inout(ctf_integer(int, flags, flags))) | |
1219 | ) | |
1220 | #endif | |
6a05ace8 JG |
1221 | #ifndef OVERRIDE_64_statx |
1222 | SC_LTTNG_TRACEPOINT_EVENT(statx, | |
1223 | TP_PROTO(sc_exit(long ret,) int dfd, const char * filename, unsigned flags, unsigned int mask, struct statx * buffer), | |
1224 | TP_ARGS(sc_exit(ret,) dfd, filename, flags, mask, buffer), | |
1225 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(filename, filename)) sc_inout(ctf_integer(unsigned, flags, flags)) sc_inout(ctf_integer(unsigned int, mask, mask)) sc_inout(ctf_integer(struct statx *, buffer, buffer))) | |
1226 | ) | |
1227 | #endif | |
1228 | #ifndef OVERRIDE_64_move_mount | |
1229 | SC_LTTNG_TRACEPOINT_EVENT(move_mount, | |
1230 | TP_PROTO(sc_exit(long ret,) int from_dfd, const char * from_pathname, int to_dfd, const char * to_pathname, unsigned int flags), | |
1231 | TP_ARGS(sc_exit(ret,) from_dfd, from_pathname, to_dfd, to_pathname, flags), | |
1232 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, from_dfd, from_dfd)) sc_inout(ctf_user_string(from_pathname, from_pathname)) sc_inout(ctf_integer(int, to_dfd, to_dfd)) sc_inout(ctf_user_string(to_pathname, to_pathname)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
1233 | ) | |
1234 | #endif | |
1235 | #ifndef OVERRIDE_64_fsconfig | |
1236 | SC_LTTNG_TRACEPOINT_EVENT(fsconfig, | |
1237 | TP_PROTO(sc_exit(long ret,) int fd, unsigned int cmd, const char * _key, const void * _value, int aux), | |
1238 | TP_ARGS(sc_exit(ret,) fd, cmd, _key, _value, aux), | |
1239 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd, fd)) sc_inout(ctf_integer(unsigned int, cmd, cmd)) sc_inout(ctf_integer(const char *, _key, _key)) sc_inout(ctf_integer(const void *, _value, _value)) sc_inout(ctf_integer(int, aux, aux))) | |
1240 | ) | |
1241 | #endif | |
1242 | #ifndef OVERRIDE_64_process_madvise | |
1243 | SC_LTTNG_TRACEPOINT_EVENT(process_madvise, | |
1244 | TP_PROTO(sc_exit(long ret,) int pidfd, const struct iovec * vec, size_t vlen, int behavior, unsigned int flags), | |
1245 | TP_ARGS(sc_exit(ret,) pidfd, vec, vlen, behavior, flags), | |
1246 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, pidfd, pidfd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(size_t, vlen, vlen)) sc_inout(ctf_integer(int, behavior, behavior)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
1247 | ) | |
1248 | #endif | |
1249 | #ifndef OVERRIDE_64_mount_setattr | |
1250 | SC_LTTNG_TRACEPOINT_EVENT(mount_setattr, | |
1251 | TP_PROTO(sc_exit(long ret,) int dfd, const char * path, unsigned int flags, struct mount_attr * uattr, size_t usize), | |
1252 | TP_ARGS(sc_exit(ret,) dfd, path, flags, uattr, usize), | |
1253 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, dfd, dfd)) sc_inout(ctf_user_string(path, path)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct mount_attr *, uattr, uattr)) sc_inout(ctf_integer(size_t, usize, usize))) | |
1254 | ) | |
1255 | #endif | |
1256 | #ifndef OVERRIDE_64_futex_waitv | |
1257 | SC_LTTNG_TRACEPOINT_EVENT(futex_waitv, | |
1258 | TP_PROTO(sc_exit(long ret,) struct futex_waitv * waiters, unsigned int nr_futexes, unsigned int flags, struct __kernel_timespec * timeout, clockid_t clockid), | |
1259 | TP_ARGS(sc_exit(ret,) waiters, nr_futexes, flags, timeout, clockid), | |
1260 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(struct futex_waitv *, waiters, waiters)) sc_inout(ctf_integer(unsigned int, nr_futexes, nr_futexes)) sc_inout(ctf_integer(unsigned int, flags, flags)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(clockid_t, clockid, clockid))) | |
1261 | ) | |
1262 | #endif | |
f8ecaf94 JW |
1263 | #ifndef OVERRIDE_64_epoll_pwait |
1264 | SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait, | |
1265 | TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, int timeout, const sigset_t * sigmask, size_t sigsetsize), | |
1266 | TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize), | |
1267 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, epfd, epfd)) sc_out(ctf_integer(struct epoll_event *, events, events)) sc_in(ctf_integer(int, maxevents, maxevents)) sc_in(ctf_integer(int, timeout, timeout)) sc_in(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_in(ctf_integer(size_t, sigsetsize, sigsetsize))) | |
1268 | ) | |
1269 | #endif | |
1270 | #ifndef OVERRIDE_64_pselect6 | |
1271 | SC_LTTNG_TRACEPOINT_EVENT(pselect6, | |
6a05ace8 | 1272 | TP_PROTO(sc_exit(long ret,) int n, fd_set * inp, fd_set * outp, fd_set * exp, struct __kernel_timespec * tsp, void * sig), |
f8ecaf94 | 1273 | TP_ARGS(sc_exit(ret,) n, inp, outp, exp, tsp, sig), |
6a05ace8 | 1274 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, n, n)) sc_inout(ctf_integer(fd_set *, inp, inp)) sc_inout(ctf_integer(fd_set *, outp, outp)) sc_inout(ctf_integer(fd_set *, exp, exp)) sc_inout(ctf_integer(struct __kernel_timespec *, tsp, tsp)) sc_in(ctf_integer(void *, sig, sig))) |
f8ecaf94 JW |
1275 | ) |
1276 | #endif | |
1277 | #ifndef OVERRIDE_64_splice | |
1278 | SC_LTTNG_TRACEPOINT_EVENT(splice, | |
1279 | TP_PROTO(sc_exit(long ret,) int fd_in, loff_t * off_in, int fd_out, loff_t * off_out, size_t len, unsigned int flags), | |
1280 | TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags), | |
1281 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd_in, fd_in)) sc_in(ctf_integer(loff_t *, off_in, off_in)) sc_in(ctf_integer(int, fd_out, fd_out)) sc_in(ctf_integer(loff_t *, off_out, off_out)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
1282 | ) | |
1283 | #endif | |
1284 | #ifndef OVERRIDE_64_futex | |
1285 | SC_LTTNG_TRACEPOINT_EVENT(futex, | |
6a05ace8 | 1286 | TP_PROTO(sc_exit(long ret,) u32 * uaddr, int op, u32 val, const struct __kernel_timespec * utime, u32 * uaddr2, u32 val3), |
f8ecaf94 | 1287 | TP_ARGS(sc_exit(ret,) uaddr, op, val, utime, uaddr2, val3), |
6a05ace8 | 1288 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(u32 *, uaddr, uaddr)) sc_in(ctf_integer(int, op, op)) sc_in(ctf_integer(u32, val, val)) sc_in(ctf_integer(const struct __kernel_timespec *, utime, utime)) sc_inout(ctf_integer(u32 *, uaddr2, uaddr2)) sc_in(ctf_integer(u32, val3, val3))) |
f8ecaf94 JW |
1289 | ) |
1290 | #endif | |
1291 | #ifndef OVERRIDE_64_sendto | |
1292 | SC_LTTNG_TRACEPOINT_EVENT(sendto, | |
1293 | TP_PROTO(sc_exit(long ret,) int fd, void * buff, size_t len, unsigned int flags, struct sockaddr * addr, int addr_len), | |
1294 | TP_ARGS(sc_exit(ret,) fd, buff, len, flags, addr, addr_len), | |
1295 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_in(ctf_integer(void *, buff, buff)) sc_in(ctf_integer(size_t, len, len)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_in(ctf_integer(struct sockaddr *, addr, addr)) sc_in(ctf_integer(int, addr_len, addr_len))) | |
1296 | ) | |
1297 | #endif | |
1298 | #ifndef OVERRIDE_64_recvfrom | |
1299 | SC_LTTNG_TRACEPOINT_EVENT(recvfrom, | |
1300 | TP_PROTO(sc_exit(long ret,) int fd, void * ubuf, size_t size, unsigned int flags, struct sockaddr * addr, int * addr_len), | |
1301 | TP_ARGS(sc_exit(ret,) fd, ubuf, size, flags, addr, addr_len), | |
1302 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(int, fd, fd)) sc_out(ctf_integer(void *, ubuf, ubuf)) sc_in(ctf_integer(size_t, size, size)) sc_in(ctf_integer(unsigned int, flags, flags)) sc_out(ctf_integer(struct sockaddr *, addr, addr)) sc_inout(ctf_integer(int *, addr_len, addr_len))) | |
1303 | ) | |
1304 | #endif | |
6a05ace8 JG |
1305 | #ifndef OVERRIDE_64_mbind |
1306 | SC_LTTNG_TRACEPOINT_EVENT(mbind, | |
1307 | TP_PROTO(sc_exit(long ret,) unsigned long start, unsigned long len, unsigned long mode, const unsigned long * nmask, unsigned long maxnode, unsigned int flags), | |
1308 | TP_ARGS(sc_exit(ret,) start, len, mode, nmask, maxnode, flags), | |
1309 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(unsigned long, start, start)) sc_in(ctf_integer(unsigned long, len, len)) sc_in(ctf_integer(unsigned long, mode, mode)) sc_in(ctf_integer(const unsigned long *, nmask, nmask)) sc_in(ctf_integer(unsigned long, maxnode, maxnode)) sc_in(ctf_integer(unsigned int, flags, flags))) | |
1310 | ) | |
1311 | #endif | |
1312 | #ifndef OVERRIDE_64_move_pages | |
1313 | SC_LTTNG_TRACEPOINT_EVENT(move_pages, | |
1314 | TP_PROTO(sc_exit(long ret,) pid_t pid, unsigned long nr_pages, const void * * pages, const int * nodes, int * status, int flags), | |
1315 | TP_ARGS(sc_exit(ret,) pid, nr_pages, pages, nodes, status, flags), | |
1316 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(unsigned long, nr_pages, nr_pages)) sc_in(ctf_integer(const void * *, pages, pages)) sc_in(ctf_integer(const int *, nodes, nodes)) sc_out(ctf_integer(int *, status, status)) sc_in(ctf_integer(int, flags, flags))) | |
1317 | ) | |
1318 | #endif | |
f8ecaf94 JW |
1319 | #ifndef OVERRIDE_64_process_vm_readv |
1320 | SC_LTTNG_TRACEPOINT_EVENT(process_vm_readv, | |
1321 | TP_PROTO(sc_exit(long ret,) pid_t pid, const struct iovec * lvec, unsigned long liovcnt, const struct iovec * rvec, unsigned long riovcnt, unsigned long flags), | |
1322 | TP_ARGS(sc_exit(ret,) pid, lvec, liovcnt, rvec, riovcnt, flags), | |
1323 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_out(ctf_integer(const struct iovec *, lvec, lvec)) sc_in(ctf_integer(unsigned long, liovcnt, liovcnt)) sc_in(ctf_integer(const struct iovec *, rvec, rvec)) sc_in(ctf_integer(unsigned long, riovcnt, riovcnt)) sc_in(ctf_integer(unsigned long, flags, flags))) | |
1324 | ) | |
1325 | #endif | |
1326 | #ifndef OVERRIDE_64_process_vm_writev | |
1327 | SC_LTTNG_TRACEPOINT_EVENT(process_vm_writev, | |
1328 | TP_PROTO(sc_exit(long ret,) pid_t pid, const struct iovec * lvec, unsigned long liovcnt, const struct iovec * rvec, unsigned long riovcnt, unsigned long flags), | |
1329 | TP_ARGS(sc_exit(ret,) pid, lvec, liovcnt, rvec, riovcnt, flags), | |
1330 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_in(ctf_integer(pid_t, pid, pid)) sc_in(ctf_integer(const struct iovec *, lvec, lvec)) sc_in(ctf_integer(unsigned long, liovcnt, liovcnt)) sc_in(ctf_integer(const struct iovec *, rvec, rvec)) sc_in(ctf_integer(unsigned long, riovcnt, riovcnt)) sc_in(ctf_integer(unsigned long, flags, flags))) | |
1331 | ) | |
1332 | #endif | |
6a05ace8 JG |
1333 | #ifndef OVERRIDE_64_copy_file_range |
1334 | SC_LTTNG_TRACEPOINT_EVENT(copy_file_range, | |
1335 | TP_PROTO(sc_exit(long ret,) int fd_in, loff_t * off_in, int fd_out, loff_t * off_out, size_t len, unsigned int flags), | |
1336 | TP_ARGS(sc_exit(ret,) fd_in, off_in, fd_out, off_out, len, flags), | |
1337 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, fd_in, fd_in)) sc_inout(ctf_integer(loff_t *, off_in, off_in)) sc_inout(ctf_integer(int, fd_out, fd_out)) sc_inout(ctf_integer(loff_t *, off_out, off_out)) sc_inout(ctf_integer(size_t, len, len)) sc_inout(ctf_integer(unsigned int, flags, flags))) | |
1338 | ) | |
1339 | #endif | |
1340 | #ifndef OVERRIDE_64_preadv2 | |
1341 | SC_LTTNG_TRACEPOINT_EVENT(preadv2, | |
1342 | TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags), | |
1343 | TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h, flags), | |
1344 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(unsigned long, vlen, vlen)) sc_inout(ctf_integer(unsigned long, pos_l, pos_l)) sc_inout(ctf_integer(unsigned long, pos_h, pos_h)) sc_inout(ctf_integer(rwf_t, flags, flags))) | |
1345 | ) | |
1346 | #endif | |
1347 | #ifndef OVERRIDE_64_pwritev2 | |
1348 | SC_LTTNG_TRACEPOINT_EVENT(pwritev2, | |
1349 | TP_PROTO(sc_exit(long ret,) unsigned long fd, const struct iovec * vec, unsigned long vlen, unsigned long pos_l, unsigned long pos_h, rwf_t flags), | |
1350 | TP_ARGS(sc_exit(ret,) fd, vec, vlen, pos_l, pos_h, flags), | |
1351 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned long, fd, fd)) sc_inout(ctf_integer(const struct iovec *, vec, vec)) sc_inout(ctf_integer(unsigned long, vlen, vlen)) sc_inout(ctf_integer(unsigned long, pos_l, pos_l)) sc_inout(ctf_integer(unsigned long, pos_h, pos_h)) sc_inout(ctf_integer(rwf_t, flags, flags))) | |
1352 | ) | |
1353 | #endif | |
1354 | #ifndef OVERRIDE_64_io_pgetevents | |
1355 | SC_LTTNG_TRACEPOINT_EVENT(io_pgetevents, | |
1356 | TP_PROTO(sc_exit(long ret,) aio_context_t ctx_id, long min_nr, long nr, struct io_event * events, struct __kernel_timespec * timeout, const struct __aio_sigset * usig), | |
1357 | TP_ARGS(sc_exit(ret,) ctx_id, min_nr, nr, events, timeout, usig), | |
1358 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(aio_context_t, ctx_id, ctx_id)) sc_inout(ctf_integer(long, min_nr, min_nr)) sc_inout(ctf_integer(long, nr, nr)) sc_inout(ctf_integer(struct io_event *, events, events)) sc_inout(ctf_integer(struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(const struct __aio_sigset *, usig, usig))) | |
1359 | ) | |
1360 | #endif | |
1361 | #ifndef OVERRIDE_64_io_uring_enter | |
1362 | SC_LTTNG_TRACEPOINT_EVENT(io_uring_enter, | |
1363 | TP_PROTO(sc_exit(long ret,) unsigned int fd, u32 to_submit, u32 min_complete, u32 flags, const void * argp, size_t argsz), | |
1364 | TP_ARGS(sc_exit(ret,) fd, to_submit, min_complete, flags, argp, argsz), | |
1365 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(unsigned int, fd, fd)) sc_inout(ctf_integer(u32, to_submit, to_submit)) sc_inout(ctf_integer(u32, min_complete, min_complete)) sc_inout(ctf_integer(u32, flags, flags)) sc_inout(ctf_integer(const void *, argp, argp)) sc_inout(ctf_integer(size_t, argsz, argsz))) | |
1366 | ) | |
1367 | #endif | |
1368 | #ifndef OVERRIDE_64_epoll_pwait2 | |
1369 | SC_LTTNG_TRACEPOINT_EVENT(epoll_pwait2, | |
1370 | TP_PROTO(sc_exit(long ret,) int epfd, struct epoll_event * events, int maxevents, const struct __kernel_timespec * timeout, const sigset_t * sigmask, size_t sigsetsize), | |
1371 | TP_ARGS(sc_exit(ret,) epfd, events, maxevents, timeout, sigmask, sigsetsize), | |
1372 | TP_FIELDS(sc_exit(ctf_integer(long, ret, ret)) sc_inout(ctf_integer(int, epfd, epfd)) sc_inout(ctf_integer(struct epoll_event *, events, events)) sc_inout(ctf_integer(int, maxevents, maxevents)) sc_inout(ctf_integer(const struct __kernel_timespec *, timeout, timeout)) sc_inout(ctf_integer(const sigset_t *, sigmask, sigmask)) sc_inout(ctf_integer(size_t, sigsetsize, sigsetsize))) | |
1373 | ) | |
1374 | #endif | |
f8ecaf94 JW |
1375 | |
1376 | #endif /* _TRACE_SYSCALLS_POINTERS_H */ | |
1377 | ||
1378 | /* This part must be outside protection */ | |
3b4aafcb | 1379 | #include <lttng/define_trace.h> |
f8ecaf94 JW |
1380 | |
1381 | #else /* CREATE_SYSCALL_TABLE */ | |
1382 | ||
6314c2d3 | 1383 | #include "arm-64-syscalls_pointers_override.h" |
f8ecaf94 JW |
1384 | #include "syscalls_pointers_override.h" |
1385 | ||
1386 | #ifndef OVERRIDE_TABLE_64_io_setup | |
1387 | TRACE_SYSCALL_TABLE(io_setup, io_setup, 0, 2) | |
1388 | #endif | |
1389 | #ifndef OVERRIDE_TABLE_64_io_submit | |
1390 | TRACE_SYSCALL_TABLE(io_submit, io_submit, 2, 3) | |
1391 | #endif | |
1392 | #ifndef OVERRIDE_TABLE_64_io_cancel | |
1393 | TRACE_SYSCALL_TABLE(io_cancel, io_cancel, 3, 3) | |
1394 | #endif | |
1395 | #ifndef OVERRIDE_TABLE_64_io_getevents | |
1396 | TRACE_SYSCALL_TABLE(io_getevents, io_getevents, 4, 5) | |
1397 | #endif | |
1398 | #ifndef OVERRIDE_TABLE_64_setxattr | |
1399 | TRACE_SYSCALL_TABLE(setxattr, setxattr, 5, 5) | |
1400 | #endif | |
1401 | #ifndef OVERRIDE_TABLE_64_lsetxattr | |
1402 | TRACE_SYSCALL_TABLE(lsetxattr, lsetxattr, 6, 5) | |
1403 | #endif | |
1404 | #ifndef OVERRIDE_TABLE_64_fsetxattr | |
1405 | TRACE_SYSCALL_TABLE(fsetxattr, fsetxattr, 7, 5) | |
1406 | #endif | |
1407 | #ifndef OVERRIDE_TABLE_64_getxattr | |
1408 | TRACE_SYSCALL_TABLE(getxattr, getxattr, 8, 4) | |
1409 | #endif | |
1410 | #ifndef OVERRIDE_TABLE_64_lgetxattr | |
1411 | TRACE_SYSCALL_TABLE(lgetxattr, lgetxattr, 9, 4) | |
1412 | #endif | |
1413 | #ifndef OVERRIDE_TABLE_64_fgetxattr | |
1414 | TRACE_SYSCALL_TABLE(fgetxattr, fgetxattr, 10, 4) | |
1415 | #endif | |
1416 | #ifndef OVERRIDE_TABLE_64_listxattr | |
1417 | TRACE_SYSCALL_TABLE(listxattr, listxattr, 11, 3) | |
1418 | #endif | |
1419 | #ifndef OVERRIDE_TABLE_64_llistxattr | |
1420 | TRACE_SYSCALL_TABLE(llistxattr, llistxattr, 12, 3) | |
1421 | #endif | |
1422 | #ifndef OVERRIDE_TABLE_64_flistxattr | |
1423 | TRACE_SYSCALL_TABLE(flistxattr, flistxattr, 13, 3) | |
1424 | #endif | |
1425 | #ifndef OVERRIDE_TABLE_64_removexattr | |
1426 | TRACE_SYSCALL_TABLE(removexattr, removexattr, 14, 2) | |
1427 | #endif | |
1428 | #ifndef OVERRIDE_TABLE_64_lremovexattr | |
1429 | TRACE_SYSCALL_TABLE(lremovexattr, lremovexattr, 15, 2) | |
1430 | #endif | |
1431 | #ifndef OVERRIDE_TABLE_64_fremovexattr | |
1432 | TRACE_SYSCALL_TABLE(fremovexattr, fremovexattr, 16, 2) | |
1433 | #endif | |
1434 | #ifndef OVERRIDE_TABLE_64_getcwd | |
1435 | TRACE_SYSCALL_TABLE(getcwd, getcwd, 17, 2) | |
1436 | #endif | |
f8ecaf94 JW |
1437 | #ifndef OVERRIDE_TABLE_64_epoll_ctl |
1438 | TRACE_SYSCALL_TABLE(epoll_ctl, epoll_ctl, 21, 4) | |
1439 | #endif | |
1440 | #ifndef OVERRIDE_TABLE_64_epoll_pwait | |
1441 | TRACE_SYSCALL_TABLE(epoll_pwait, epoll_pwait, 22, 6) | |
1442 | #endif | |
1443 | #ifndef OVERRIDE_TABLE_64_inotify_add_watch | |
1444 | TRACE_SYSCALL_TABLE(inotify_add_watch, inotify_add_watch, 27, 3) | |
1445 | #endif | |
1446 | #ifndef OVERRIDE_TABLE_64_mknodat | |
1447 | TRACE_SYSCALL_TABLE(mknodat, mknodat, 33, 4) | |
1448 | #endif | |
1449 | #ifndef OVERRIDE_TABLE_64_mkdirat | |
1450 | TRACE_SYSCALL_TABLE(mkdirat, mkdirat, 34, 3) | |
1451 | #endif | |
1452 | #ifndef OVERRIDE_TABLE_64_unlinkat | |
1453 | TRACE_SYSCALL_TABLE(unlinkat, unlinkat, 35, 3) | |
1454 | #endif | |
1455 | #ifndef OVERRIDE_TABLE_64_symlinkat | |
1456 | TRACE_SYSCALL_TABLE(symlinkat, symlinkat, 36, 3) | |
1457 | #endif | |
1458 | #ifndef OVERRIDE_TABLE_64_linkat | |
1459 | TRACE_SYSCALL_TABLE(linkat, linkat, 37, 5) | |
1460 | #endif | |
1461 | #ifndef OVERRIDE_TABLE_64_renameat | |
1462 | TRACE_SYSCALL_TABLE(renameat, renameat, 38, 4) | |
1463 | #endif | |
1464 | #ifndef OVERRIDE_TABLE_64_umount | |
1465 | TRACE_SYSCALL_TABLE(umount, umount, 39, 2) | |
1466 | #endif | |
1467 | #ifndef OVERRIDE_TABLE_64_mount | |
1468 | TRACE_SYSCALL_TABLE(mount, mount, 40, 5) | |
1469 | #endif | |
1470 | #ifndef OVERRIDE_TABLE_64_pivot_root | |
1471 | TRACE_SYSCALL_TABLE(pivot_root, pivot_root, 41, 2) | |
1472 | #endif | |
1473 | #ifndef OVERRIDE_TABLE_64_statfs | |
1474 | TRACE_SYSCALL_TABLE(statfs, statfs, 43, 2) | |
1475 | #endif | |
1476 | #ifndef OVERRIDE_TABLE_64_fstatfs | |
1477 | TRACE_SYSCALL_TABLE(fstatfs, fstatfs, 44, 2) | |
1478 | #endif | |
1479 | #ifndef OVERRIDE_TABLE_64_truncate | |
1480 | TRACE_SYSCALL_TABLE(truncate, truncate, 45, 2) | |
1481 | #endif | |
1482 | #ifndef OVERRIDE_TABLE_64_faccessat | |
1483 | TRACE_SYSCALL_TABLE(faccessat, faccessat, 48, 3) | |
1484 | #endif | |
1485 | #ifndef OVERRIDE_TABLE_64_chdir | |
1486 | TRACE_SYSCALL_TABLE(chdir, chdir, 49, 1) | |
1487 | #endif | |
1488 | #ifndef OVERRIDE_TABLE_64_chroot | |
1489 | TRACE_SYSCALL_TABLE(chroot, chroot, 51, 1) | |
1490 | #endif | |
1491 | #ifndef OVERRIDE_TABLE_64_fchmodat | |
1492 | TRACE_SYSCALL_TABLE(fchmodat, fchmodat, 53, 3) | |
1493 | #endif | |
1494 | #ifndef OVERRIDE_TABLE_64_fchownat | |
1495 | TRACE_SYSCALL_TABLE(fchownat, fchownat, 54, 5) | |
1496 | #endif | |
1497 | #ifndef OVERRIDE_TABLE_64_openat | |
1498 | TRACE_SYSCALL_TABLE(openat, openat, 56, 4) | |
1499 | #endif | |
1500 | #ifndef OVERRIDE_TABLE_64_pipe2 | |
1501 | TRACE_SYSCALL_TABLE(pipe2, pipe2, 59, 2) | |
1502 | #endif | |
1503 | #ifndef OVERRIDE_TABLE_64_quotactl | |
1504 | TRACE_SYSCALL_TABLE(quotactl, quotactl, 60, 4) | |
1505 | #endif | |
1506 | #ifndef OVERRIDE_TABLE_64_getdents64 | |
1507 | TRACE_SYSCALL_TABLE(getdents64, getdents64, 61, 3) | |
1508 | #endif | |
1509 | #ifndef OVERRIDE_TABLE_64_read | |
1510 | TRACE_SYSCALL_TABLE(read, read, 63, 3) | |
1511 | #endif | |
1512 | #ifndef OVERRIDE_TABLE_64_write | |
1513 | TRACE_SYSCALL_TABLE(write, write, 64, 3) | |
1514 | #endif | |
1515 | #ifndef OVERRIDE_TABLE_64_readv | |
1516 | TRACE_SYSCALL_TABLE(readv, readv, 65, 3) | |
1517 | #endif | |
1518 | #ifndef OVERRIDE_TABLE_64_writev | |
1519 | TRACE_SYSCALL_TABLE(writev, writev, 66, 3) | |
1520 | #endif | |
1521 | #ifndef OVERRIDE_TABLE_64_pread64 | |
1522 | TRACE_SYSCALL_TABLE(pread64, pread64, 67, 4) | |
1523 | #endif | |
1524 | #ifndef OVERRIDE_TABLE_64_pwrite64 | |
1525 | TRACE_SYSCALL_TABLE(pwrite64, pwrite64, 68, 4) | |
1526 | #endif | |
1527 | #ifndef OVERRIDE_TABLE_64_preadv | |
1528 | TRACE_SYSCALL_TABLE(preadv, preadv, 69, 5) | |
1529 | #endif | |
1530 | #ifndef OVERRIDE_TABLE_64_pwritev | |
1531 | TRACE_SYSCALL_TABLE(pwritev, pwritev, 70, 5) | |
1532 | #endif | |
1533 | #ifndef OVERRIDE_TABLE_64_sendfile64 | |
1534 | TRACE_SYSCALL_TABLE(sendfile64, sendfile64, 71, 4) | |
1535 | #endif | |
1536 | #ifndef OVERRIDE_TABLE_64_pselect6 | |
1537 | TRACE_SYSCALL_TABLE(pselect6, pselect6, 72, 6) | |
1538 | #endif | |
1539 | #ifndef OVERRIDE_TABLE_64_ppoll | |
1540 | TRACE_SYSCALL_TABLE(ppoll, ppoll, 73, 5) | |
1541 | #endif | |
1542 | #ifndef OVERRIDE_TABLE_64_signalfd4 | |
1543 | TRACE_SYSCALL_TABLE(signalfd4, signalfd4, 74, 4) | |
1544 | #endif | |
1545 | #ifndef OVERRIDE_TABLE_64_vmsplice | |
1546 | TRACE_SYSCALL_TABLE(vmsplice, vmsplice, 75, 4) | |
1547 | #endif | |
1548 | #ifndef OVERRIDE_TABLE_64_splice | |
1549 | TRACE_SYSCALL_TABLE(splice, splice, 76, 6) | |
1550 | #endif | |
1551 | #ifndef OVERRIDE_TABLE_64_readlinkat | |
1552 | TRACE_SYSCALL_TABLE(readlinkat, readlinkat, 78, 4) | |
1553 | #endif | |
1554 | #ifndef OVERRIDE_TABLE_64_newfstatat | |
1555 | TRACE_SYSCALL_TABLE(newfstatat, newfstatat, 79, 4) | |
1556 | #endif | |
1557 | #ifndef OVERRIDE_TABLE_64_newfstat | |
1558 | TRACE_SYSCALL_TABLE(newfstat, newfstat, 80, 2) | |
1559 | #endif | |
1560 | #ifndef OVERRIDE_TABLE_64_timerfd_settime | |
1561 | TRACE_SYSCALL_TABLE(timerfd_settime, timerfd_settime, 86, 4) | |
1562 | #endif | |
1563 | #ifndef OVERRIDE_TABLE_64_timerfd_gettime | |
1564 | TRACE_SYSCALL_TABLE(timerfd_gettime, timerfd_gettime, 87, 2) | |
1565 | #endif | |
1566 | #ifndef OVERRIDE_TABLE_64_utimensat | |
1567 | TRACE_SYSCALL_TABLE(utimensat, utimensat, 88, 4) | |
1568 | #endif | |
1569 | #ifndef OVERRIDE_TABLE_64_acct | |
1570 | TRACE_SYSCALL_TABLE(acct, acct, 89, 1) | |
1571 | #endif | |
1572 | #ifndef OVERRIDE_TABLE_64_waitid | |
1573 | TRACE_SYSCALL_TABLE(waitid, waitid, 95, 5) | |
1574 | #endif | |
1575 | #ifndef OVERRIDE_TABLE_64_set_tid_address | |
1576 | TRACE_SYSCALL_TABLE(set_tid_address, set_tid_address, 96, 1) | |
1577 | #endif | |
1578 | #ifndef OVERRIDE_TABLE_64_futex | |
1579 | TRACE_SYSCALL_TABLE(futex, futex, 98, 6) | |
1580 | #endif | |
1581 | #ifndef OVERRIDE_TABLE_64_set_robust_list | |
1582 | TRACE_SYSCALL_TABLE(set_robust_list, set_robust_list, 99, 2) | |
1583 | #endif | |
1584 | #ifndef OVERRIDE_TABLE_64_get_robust_list | |
1585 | TRACE_SYSCALL_TABLE(get_robust_list, get_robust_list, 100, 3) | |
1586 | #endif | |
1587 | #ifndef OVERRIDE_TABLE_64_nanosleep | |
1588 | TRACE_SYSCALL_TABLE(nanosleep, nanosleep, 101, 2) | |
1589 | #endif | |
1590 | #ifndef OVERRIDE_TABLE_64_getitimer | |
1591 | TRACE_SYSCALL_TABLE(getitimer, getitimer, 102, 2) | |
1592 | #endif | |
1593 | #ifndef OVERRIDE_TABLE_64_setitimer | |
1594 | TRACE_SYSCALL_TABLE(setitimer, setitimer, 103, 3) | |
1595 | #endif | |
6a05ace8 JG |
1596 | #ifndef OVERRIDE_TABLE_64_kexec_load |
1597 | TRACE_SYSCALL_TABLE(kexec_load, kexec_load, 104, 4) | |
1598 | #endif | |
f8ecaf94 JW |
1599 | #ifndef OVERRIDE_TABLE_64_init_module |
1600 | TRACE_SYSCALL_TABLE(init_module, init_module, 105, 3) | |
1601 | #endif | |
1602 | #ifndef OVERRIDE_TABLE_64_delete_module | |
1603 | TRACE_SYSCALL_TABLE(delete_module, delete_module, 106, 2) | |
1604 | #endif | |
1605 | #ifndef OVERRIDE_TABLE_64_timer_create | |
1606 | TRACE_SYSCALL_TABLE(timer_create, timer_create, 107, 3) | |
1607 | #endif | |
1608 | #ifndef OVERRIDE_TABLE_64_timer_gettime | |
1609 | TRACE_SYSCALL_TABLE(timer_gettime, timer_gettime, 108, 2) | |
1610 | #endif | |
1611 | #ifndef OVERRIDE_TABLE_64_timer_settime | |
1612 | TRACE_SYSCALL_TABLE(timer_settime, timer_settime, 110, 4) | |
1613 | #endif | |
1614 | #ifndef OVERRIDE_TABLE_64_clock_settime | |
1615 | TRACE_SYSCALL_TABLE(clock_settime, clock_settime, 112, 2) | |
1616 | #endif | |
1617 | #ifndef OVERRIDE_TABLE_64_clock_gettime | |
1618 | TRACE_SYSCALL_TABLE(clock_gettime, clock_gettime, 113, 2) | |
1619 | #endif | |
1620 | #ifndef OVERRIDE_TABLE_64_clock_getres | |
1621 | TRACE_SYSCALL_TABLE(clock_getres, clock_getres, 114, 2) | |
1622 | #endif | |
1623 | #ifndef OVERRIDE_TABLE_64_clock_nanosleep | |
1624 | TRACE_SYSCALL_TABLE(clock_nanosleep, clock_nanosleep, 115, 4) | |
1625 | #endif | |
1626 | #ifndef OVERRIDE_TABLE_64_syslog | |
1627 | TRACE_SYSCALL_TABLE(syslog, syslog, 116, 3) | |
1628 | #endif | |
1629 | #ifndef OVERRIDE_TABLE_64_sched_setparam | |
1630 | TRACE_SYSCALL_TABLE(sched_setparam, sched_setparam, 118, 2) | |
1631 | #endif | |
1632 | #ifndef OVERRIDE_TABLE_64_sched_setscheduler | |
1633 | TRACE_SYSCALL_TABLE(sched_setscheduler, sched_setscheduler, 119, 3) | |
1634 | #endif | |
1635 | #ifndef OVERRIDE_TABLE_64_sched_getparam | |
1636 | TRACE_SYSCALL_TABLE(sched_getparam, sched_getparam, 121, 2) | |
1637 | #endif | |
1638 | #ifndef OVERRIDE_TABLE_64_sched_setaffinity | |
1639 | TRACE_SYSCALL_TABLE(sched_setaffinity, sched_setaffinity, 122, 3) | |
1640 | #endif | |
1641 | #ifndef OVERRIDE_TABLE_64_sched_getaffinity | |
1642 | TRACE_SYSCALL_TABLE(sched_getaffinity, sched_getaffinity, 123, 3) | |
1643 | #endif | |
1644 | #ifndef OVERRIDE_TABLE_64_sched_rr_get_interval | |
1645 | TRACE_SYSCALL_TABLE(sched_rr_get_interval, sched_rr_get_interval, 127, 2) | |
1646 | #endif | |
1647 | #ifndef OVERRIDE_TABLE_64_sigaltstack | |
1648 | TRACE_SYSCALL_TABLE(sigaltstack, sigaltstack, 132, 2) | |
1649 | #endif | |
1650 | #ifndef OVERRIDE_TABLE_64_rt_sigsuspend | |
1651 | TRACE_SYSCALL_TABLE(rt_sigsuspend, rt_sigsuspend, 133, 2) | |
1652 | #endif | |
1653 | #ifndef OVERRIDE_TABLE_64_rt_sigaction | |
1654 | TRACE_SYSCALL_TABLE(rt_sigaction, rt_sigaction, 134, 4) | |
1655 | #endif | |
1656 | #ifndef OVERRIDE_TABLE_64_rt_sigprocmask | |
1657 | TRACE_SYSCALL_TABLE(rt_sigprocmask, rt_sigprocmask, 135, 4) | |
1658 | #endif | |
1659 | #ifndef OVERRIDE_TABLE_64_rt_sigpending | |
1660 | TRACE_SYSCALL_TABLE(rt_sigpending, rt_sigpending, 136, 2) | |
1661 | #endif | |
1662 | #ifndef OVERRIDE_TABLE_64_rt_sigtimedwait | |
1663 | TRACE_SYSCALL_TABLE(rt_sigtimedwait, rt_sigtimedwait, 137, 4) | |
1664 | #endif | |
1665 | #ifndef OVERRIDE_TABLE_64_rt_sigqueueinfo | |
1666 | TRACE_SYSCALL_TABLE(rt_sigqueueinfo, rt_sigqueueinfo, 138, 3) | |
1667 | #endif | |
1668 | #ifndef OVERRIDE_TABLE_64_reboot | |
1669 | TRACE_SYSCALL_TABLE(reboot, reboot, 142, 4) | |
1670 | #endif | |
1671 | #ifndef OVERRIDE_TABLE_64_getresuid | |
1672 | TRACE_SYSCALL_TABLE(getresuid, getresuid, 148, 3) | |
1673 | #endif | |
1674 | #ifndef OVERRIDE_TABLE_64_getresgid | |
1675 | TRACE_SYSCALL_TABLE(getresgid, getresgid, 150, 3) | |
1676 | #endif | |
1677 | #ifndef OVERRIDE_TABLE_64_times | |
1678 | TRACE_SYSCALL_TABLE(times, times, 153, 1) | |
1679 | #endif | |
1680 | #ifndef OVERRIDE_TABLE_64_getgroups | |
1681 | TRACE_SYSCALL_TABLE(getgroups, getgroups, 158, 2) | |
1682 | #endif | |
1683 | #ifndef OVERRIDE_TABLE_64_setgroups | |
1684 | TRACE_SYSCALL_TABLE(setgroups, setgroups, 159, 2) | |
1685 | #endif | |
1686 | #ifndef OVERRIDE_TABLE_64_newuname | |
1687 | TRACE_SYSCALL_TABLE(newuname, newuname, 160, 1) | |
1688 | #endif | |
1689 | #ifndef OVERRIDE_TABLE_64_sethostname | |
1690 | TRACE_SYSCALL_TABLE(sethostname, sethostname, 161, 2) | |
1691 | #endif | |
1692 | #ifndef OVERRIDE_TABLE_64_setdomainname | |
1693 | TRACE_SYSCALL_TABLE(setdomainname, setdomainname, 162, 2) | |
1694 | #endif | |
1695 | #ifndef OVERRIDE_TABLE_64_getrlimit | |
1696 | TRACE_SYSCALL_TABLE(getrlimit, getrlimit, 163, 2) | |
1697 | #endif | |
1698 | #ifndef OVERRIDE_TABLE_64_setrlimit | |
1699 | TRACE_SYSCALL_TABLE(setrlimit, setrlimit, 164, 2) | |
1700 | #endif | |
1701 | #ifndef OVERRIDE_TABLE_64_getrusage | |
1702 | TRACE_SYSCALL_TABLE(getrusage, getrusage, 165, 2) | |
1703 | #endif | |
1704 | #ifndef OVERRIDE_TABLE_64_getcpu | |
1705 | TRACE_SYSCALL_TABLE(getcpu, getcpu, 168, 3) | |
1706 | #endif | |
1707 | #ifndef OVERRIDE_TABLE_64_gettimeofday | |
1708 | TRACE_SYSCALL_TABLE(gettimeofday, gettimeofday, 169, 2) | |
1709 | #endif | |
1710 | #ifndef OVERRIDE_TABLE_64_settimeofday | |
1711 | TRACE_SYSCALL_TABLE(settimeofday, settimeofday, 170, 2) | |
1712 | #endif | |
1713 | #ifndef OVERRIDE_TABLE_64_adjtimex | |
1714 | TRACE_SYSCALL_TABLE(adjtimex, adjtimex, 171, 1) | |
1715 | #endif | |
1716 | #ifndef OVERRIDE_TABLE_64_sysinfo | |
1717 | TRACE_SYSCALL_TABLE(sysinfo, sysinfo, 179, 1) | |
1718 | #endif | |
1719 | #ifndef OVERRIDE_TABLE_64_mq_open | |
1720 | TRACE_SYSCALL_TABLE(mq_open, mq_open, 180, 4) | |
1721 | #endif | |
1722 | #ifndef OVERRIDE_TABLE_64_mq_unlink | |
1723 | TRACE_SYSCALL_TABLE(mq_unlink, mq_unlink, 181, 1) | |
1724 | #endif | |
1725 | #ifndef OVERRIDE_TABLE_64_mq_timedsend | |
1726 | TRACE_SYSCALL_TABLE(mq_timedsend, mq_timedsend, 182, 5) | |
1727 | #endif | |
1728 | #ifndef OVERRIDE_TABLE_64_mq_timedreceive | |
1729 | TRACE_SYSCALL_TABLE(mq_timedreceive, mq_timedreceive, 183, 5) | |
1730 | #endif | |
1731 | #ifndef OVERRIDE_TABLE_64_mq_notify | |
1732 | TRACE_SYSCALL_TABLE(mq_notify, mq_notify, 184, 2) | |
1733 | #endif | |
1734 | #ifndef OVERRIDE_TABLE_64_mq_getsetattr | |
1735 | TRACE_SYSCALL_TABLE(mq_getsetattr, mq_getsetattr, 185, 3) | |
1736 | #endif | |
1737 | #ifndef OVERRIDE_TABLE_64_msgctl | |
1738 | TRACE_SYSCALL_TABLE(msgctl, msgctl, 187, 3) | |
1739 | #endif | |
1740 | #ifndef OVERRIDE_TABLE_64_msgrcv | |
1741 | TRACE_SYSCALL_TABLE(msgrcv, msgrcv, 188, 5) | |
1742 | #endif | |
1743 | #ifndef OVERRIDE_TABLE_64_msgsnd | |
1744 | TRACE_SYSCALL_TABLE(msgsnd, msgsnd, 189, 4) | |
1745 | #endif | |
1746 | #ifndef OVERRIDE_TABLE_64_semtimedop | |
1747 | TRACE_SYSCALL_TABLE(semtimedop, semtimedop, 192, 4) | |
1748 | #endif | |
1749 | #ifndef OVERRIDE_TABLE_64_semop | |
1750 | TRACE_SYSCALL_TABLE(semop, semop, 193, 3) | |
1751 | #endif | |
1752 | #ifndef OVERRIDE_TABLE_64_shmctl | |
1753 | TRACE_SYSCALL_TABLE(shmctl, shmctl, 195, 3) | |
1754 | #endif | |
1755 | #ifndef OVERRIDE_TABLE_64_shmat | |
1756 | TRACE_SYSCALL_TABLE(shmat, shmat, 196, 3) | |
1757 | #endif | |
1758 | #ifndef OVERRIDE_TABLE_64_shmdt | |
1759 | TRACE_SYSCALL_TABLE(shmdt, shmdt, 197, 1) | |
1760 | #endif | |
1761 | #ifndef OVERRIDE_TABLE_64_socketpair | |
1762 | TRACE_SYSCALL_TABLE(socketpair, socketpair, 199, 4) | |
1763 | #endif | |
1764 | #ifndef OVERRIDE_TABLE_64_bind | |
1765 | TRACE_SYSCALL_TABLE(bind, bind, 200, 3) | |
1766 | #endif | |
1767 | #ifndef OVERRIDE_TABLE_64_accept | |
1768 | TRACE_SYSCALL_TABLE(accept, accept, 202, 3) | |
1769 | #endif | |
1770 | #ifndef OVERRIDE_TABLE_64_connect | |
1771 | TRACE_SYSCALL_TABLE(connect, connect, 203, 3) | |
1772 | #endif | |
1773 | #ifndef OVERRIDE_TABLE_64_getsockname | |
1774 | TRACE_SYSCALL_TABLE(getsockname, getsockname, 204, 3) | |
1775 | #endif | |
1776 | #ifndef OVERRIDE_TABLE_64_getpeername | |
1777 | TRACE_SYSCALL_TABLE(getpeername, getpeername, 205, 3) | |
1778 | #endif | |
1779 | #ifndef OVERRIDE_TABLE_64_sendto | |
1780 | TRACE_SYSCALL_TABLE(sendto, sendto, 206, 6) | |
1781 | #endif | |
1782 | #ifndef OVERRIDE_TABLE_64_recvfrom | |
1783 | TRACE_SYSCALL_TABLE(recvfrom, recvfrom, 207, 6) | |
1784 | #endif | |
1785 | #ifndef OVERRIDE_TABLE_64_setsockopt | |
1786 | TRACE_SYSCALL_TABLE(setsockopt, setsockopt, 208, 5) | |
1787 | #endif | |
1788 | #ifndef OVERRIDE_TABLE_64_getsockopt | |
1789 | TRACE_SYSCALL_TABLE(getsockopt, getsockopt, 209, 5) | |
1790 | #endif | |
1791 | #ifndef OVERRIDE_TABLE_64_sendmsg | |
1792 | TRACE_SYSCALL_TABLE(sendmsg, sendmsg, 211, 3) | |
1793 | #endif | |
1794 | #ifndef OVERRIDE_TABLE_64_recvmsg | |
1795 | TRACE_SYSCALL_TABLE(recvmsg, recvmsg, 212, 3) | |
1796 | #endif | |
1797 | #ifndef OVERRIDE_TABLE_64_add_key | |
1798 | TRACE_SYSCALL_TABLE(add_key, add_key, 217, 5) | |
1799 | #endif | |
1800 | #ifndef OVERRIDE_TABLE_64_request_key | |
1801 | TRACE_SYSCALL_TABLE(request_key, request_key, 218, 4) | |
1802 | #endif | |
6a05ace8 JG |
1803 | #ifndef OVERRIDE_TABLE_64_clone |
1804 | TRACE_SYSCALL_TABLE(clone, clone, 220, 5) | |
1805 | #endif | |
f8ecaf94 JW |
1806 | #ifndef OVERRIDE_TABLE_64_execve |
1807 | TRACE_SYSCALL_TABLE(execve, execve, 221, 3) | |
1808 | #endif | |
1809 | #ifndef OVERRIDE_TABLE_64_swapon | |
1810 | TRACE_SYSCALL_TABLE(swapon, swapon, 224, 2) | |
1811 | #endif | |
1812 | #ifndef OVERRIDE_TABLE_64_swapoff | |
1813 | TRACE_SYSCALL_TABLE(swapoff, swapoff, 225, 1) | |
1814 | #endif | |
1815 | #ifndef OVERRIDE_TABLE_64_mincore | |
1816 | TRACE_SYSCALL_TABLE(mincore, mincore, 232, 3) | |
1817 | #endif | |
6a05ace8 JG |
1818 | #ifndef OVERRIDE_TABLE_64_mbind |
1819 | TRACE_SYSCALL_TABLE(mbind, mbind, 235, 6) | |
1820 | #endif | |
1821 | #ifndef OVERRIDE_TABLE_64_get_mempolicy | |
1822 | TRACE_SYSCALL_TABLE(get_mempolicy, get_mempolicy, 236, 5) | |
1823 | #endif | |
1824 | #ifndef OVERRIDE_TABLE_64_set_mempolicy | |
1825 | TRACE_SYSCALL_TABLE(set_mempolicy, set_mempolicy, 237, 3) | |
1826 | #endif | |
1827 | #ifndef OVERRIDE_TABLE_64_migrate_pages | |
1828 | TRACE_SYSCALL_TABLE(migrate_pages, migrate_pages, 238, 4) | |
1829 | #endif | |
1830 | #ifndef OVERRIDE_TABLE_64_move_pages | |
1831 | TRACE_SYSCALL_TABLE(move_pages, move_pages, 239, 6) | |
1832 | #endif | |
f8ecaf94 JW |
1833 | #ifndef OVERRIDE_TABLE_64_rt_tgsigqueueinfo |
1834 | TRACE_SYSCALL_TABLE(rt_tgsigqueueinfo, rt_tgsigqueueinfo, 240, 4) | |
1835 | #endif | |
1836 | #ifndef OVERRIDE_TABLE_64_perf_event_open | |
1837 | TRACE_SYSCALL_TABLE(perf_event_open, perf_event_open, 241, 5) | |
1838 | #endif | |
1839 | #ifndef OVERRIDE_TABLE_64_accept4 | |
1840 | TRACE_SYSCALL_TABLE(accept4, accept4, 242, 4) | |
1841 | #endif | |
1842 | #ifndef OVERRIDE_TABLE_64_recvmmsg | |
1843 | TRACE_SYSCALL_TABLE(recvmmsg, recvmmsg, 243, 5) | |
1844 | #endif | |
1845 | #ifndef OVERRIDE_TABLE_64_wait4 | |
1846 | TRACE_SYSCALL_TABLE(wait4, wait4, 260, 4) | |
1847 | #endif | |
1848 | #ifndef OVERRIDE_TABLE_64_prlimit64 | |
1849 | TRACE_SYSCALL_TABLE(prlimit64, prlimit64, 261, 4) | |
1850 | #endif | |
1851 | #ifndef OVERRIDE_TABLE_64_fanotify_mark | |
1852 | TRACE_SYSCALL_TABLE(fanotify_mark, fanotify_mark, 263, 5) | |
1853 | #endif | |
1854 | #ifndef OVERRIDE_TABLE_64_name_to_handle_at | |
1855 | TRACE_SYSCALL_TABLE(name_to_handle_at, name_to_handle_at, 264, 5) | |
1856 | #endif | |
1857 | #ifndef OVERRIDE_TABLE_64_open_by_handle_at | |
1858 | TRACE_SYSCALL_TABLE(open_by_handle_at, open_by_handle_at, 265, 3) | |
1859 | #endif | |
1860 | #ifndef OVERRIDE_TABLE_64_clock_adjtime | |
1861 | TRACE_SYSCALL_TABLE(clock_adjtime, clock_adjtime, 266, 2) | |
1862 | #endif | |
1863 | #ifndef OVERRIDE_TABLE_64_sendmmsg | |
1864 | TRACE_SYSCALL_TABLE(sendmmsg, sendmmsg, 269, 4) | |
1865 | #endif | |
1866 | #ifndef OVERRIDE_TABLE_64_process_vm_readv | |
1867 | TRACE_SYSCALL_TABLE(process_vm_readv, process_vm_readv, 270, 6) | |
1868 | #endif | |
1869 | #ifndef OVERRIDE_TABLE_64_process_vm_writev | |
1870 | TRACE_SYSCALL_TABLE(process_vm_writev, process_vm_writev, 271, 6) | |
1871 | #endif | |
1872 | #ifndef OVERRIDE_TABLE_64_finit_module | |
1873 | TRACE_SYSCALL_TABLE(finit_module, finit_module, 273, 3) | |
1874 | #endif | |
1875 | #ifndef OVERRIDE_TABLE_64_sched_setattr | |
1876 | TRACE_SYSCALL_TABLE(sched_setattr, sched_setattr, 274, 3) | |
1877 | #endif | |
1878 | #ifndef OVERRIDE_TABLE_64_sched_getattr | |
1879 | TRACE_SYSCALL_TABLE(sched_getattr, sched_getattr, 275, 4) | |
1880 | #endif | |
1881 | #ifndef OVERRIDE_TABLE_64_renameat2 | |
1882 | TRACE_SYSCALL_TABLE(renameat2, renameat2, 276, 5) | |
1883 | #endif | |
1884 | #ifndef OVERRIDE_TABLE_64_seccomp | |
1885 | TRACE_SYSCALL_TABLE(seccomp, seccomp, 277, 3) | |
1886 | #endif | |
1887 | #ifndef OVERRIDE_TABLE_64_getrandom | |
1888 | TRACE_SYSCALL_TABLE(getrandom, getrandom, 278, 3) | |
1889 | #endif | |
1890 | #ifndef OVERRIDE_TABLE_64_memfd_create | |
1891 | TRACE_SYSCALL_TABLE(memfd_create, memfd_create, 279, 2) | |
1892 | #endif | |
6a05ace8 JG |
1893 | #ifndef OVERRIDE_TABLE_64_bpf |
1894 | TRACE_SYSCALL_TABLE(bpf, bpf, 280, 3) | |
1895 | #endif | |
f8ecaf94 JW |
1896 | #ifndef OVERRIDE_TABLE_64_execveat |
1897 | TRACE_SYSCALL_TABLE(execveat, execveat, 281, 5) | |
1898 | #endif | |
6a05ace8 JG |
1899 | #ifndef OVERRIDE_TABLE_64_copy_file_range |
1900 | TRACE_SYSCALL_TABLE(copy_file_range, copy_file_range, 285, 6) | |
1901 | #endif | |
1902 | #ifndef OVERRIDE_TABLE_64_preadv2 | |
1903 | TRACE_SYSCALL_TABLE(preadv2, preadv2, 286, 6) | |
1904 | #endif | |
1905 | #ifndef OVERRIDE_TABLE_64_pwritev2 | |
1906 | TRACE_SYSCALL_TABLE(pwritev2, pwritev2, 287, 6) | |
1907 | #endif | |
1908 | #ifndef OVERRIDE_TABLE_64_statx | |
1909 | TRACE_SYSCALL_TABLE(statx, statx, 291, 5) | |
1910 | #endif | |
1911 | #ifndef OVERRIDE_TABLE_64_io_pgetevents | |
1912 | TRACE_SYSCALL_TABLE(io_pgetevents, io_pgetevents, 292, 6) | |
1913 | #endif | |
1914 | #ifndef OVERRIDE_TABLE_64_rseq | |
1915 | TRACE_SYSCALL_TABLE(rseq, rseq, 293, 4) | |
1916 | #endif | |
1917 | #ifndef OVERRIDE_TABLE_64_pidfd_send_signal | |
1918 | TRACE_SYSCALL_TABLE(pidfd_send_signal, pidfd_send_signal, 424, 4) | |
1919 | #endif | |
1920 | #ifndef OVERRIDE_TABLE_64_io_uring_setup | |
1921 | TRACE_SYSCALL_TABLE(io_uring_setup, io_uring_setup, 425, 2) | |
1922 | #endif | |
1923 | #ifndef OVERRIDE_TABLE_64_io_uring_enter | |
1924 | TRACE_SYSCALL_TABLE(io_uring_enter, io_uring_enter, 426, 6) | |
1925 | #endif | |
1926 | #ifndef OVERRIDE_TABLE_64_io_uring_register | |
1927 | TRACE_SYSCALL_TABLE(io_uring_register, io_uring_register, 427, 4) | |
1928 | #endif | |
1929 | #ifndef OVERRIDE_TABLE_64_open_tree | |
1930 | TRACE_SYSCALL_TABLE(open_tree, open_tree, 428, 3) | |
1931 | #endif | |
1932 | #ifndef OVERRIDE_TABLE_64_move_mount | |
1933 | TRACE_SYSCALL_TABLE(move_mount, move_mount, 429, 5) | |
1934 | #endif | |
1935 | #ifndef OVERRIDE_TABLE_64_fsopen | |
1936 | TRACE_SYSCALL_TABLE(fsopen, fsopen, 430, 2) | |
1937 | #endif | |
1938 | #ifndef OVERRIDE_TABLE_64_fsconfig | |
1939 | TRACE_SYSCALL_TABLE(fsconfig, fsconfig, 431, 5) | |
1940 | #endif | |
1941 | #ifndef OVERRIDE_TABLE_64_fspick | |
1942 | TRACE_SYSCALL_TABLE(fspick, fspick, 433, 3) | |
1943 | #endif | |
1944 | #ifndef OVERRIDE_TABLE_64_clone3 | |
1945 | TRACE_SYSCALL_TABLE(clone3, clone3, 435, 2) | |
1946 | #endif | |
1947 | #ifndef OVERRIDE_TABLE_64_openat2 | |
1948 | TRACE_SYSCALL_TABLE(openat2, openat2, 437, 4) | |
1949 | #endif | |
1950 | #ifndef OVERRIDE_TABLE_64_faccessat2 | |
1951 | TRACE_SYSCALL_TABLE(faccessat2, faccessat2, 439, 4) | |
1952 | #endif | |
1953 | #ifndef OVERRIDE_TABLE_64_process_madvise | |
1954 | TRACE_SYSCALL_TABLE(process_madvise, process_madvise, 440, 5) | |
1955 | #endif | |
1956 | #ifndef OVERRIDE_TABLE_64_epoll_pwait2 | |
1957 | TRACE_SYSCALL_TABLE(epoll_pwait2, epoll_pwait2, 441, 6) | |
1958 | #endif | |
1959 | #ifndef OVERRIDE_TABLE_64_mount_setattr | |
1960 | TRACE_SYSCALL_TABLE(mount_setattr, mount_setattr, 442, 5) | |
1961 | #endif | |
1962 | #ifndef OVERRIDE_TABLE_64_quotactl_fd | |
1963 | TRACE_SYSCALL_TABLE(quotactl_fd, quotactl_fd, 443, 4) | |
1964 | #endif | |
1965 | #ifndef OVERRIDE_TABLE_64_futex_waitv | |
1966 | TRACE_SYSCALL_TABLE(futex_waitv, futex_waitv, 449, 5) | |
1967 | #endif | |
f8ecaf94 JW |
1968 | |
1969 | #endif /* CREATE_SYSCALL_TABLE */ |