Cleanup unused Makefile
[lttng-modules.git] / include / instrumentation / syscalls / 6.0.7 / x86-64-syscalls
CommitLineData
6347a94f
JG
1syscall sys_read nr 0 nbargs 3 types: (unsigned int, char *, size_t) args: (fd, buf, count)
2syscall sys_write nr 1 nbargs 3 types: (unsigned int, const char *, size_t) args: (fd, buf, count)
3syscall sys_open nr 2 nbargs 3 types: (const char *, int, umode_t) args: (filename, flags, mode)
4syscall sys_close nr 3 nbargs 1 types: (unsigned int) args: (fd)
5syscall sys_newstat nr 4 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf)
6syscall sys_newfstat nr 5 nbargs 2 types: (unsigned int, struct stat *) args: (fd, statbuf)
7syscall sys_newlstat nr 6 nbargs 2 types: (const char *, struct stat *) args: (filename, statbuf)
8syscall sys_poll nr 7 nbargs 3 types: (struct pollfd *, unsigned int, int) args: (ufds, nfds, timeout_msecs)
9syscall sys_lseek nr 8 nbargs 3 types: (unsigned int, off_t, unsigned int) args: (fd, offset, whence)
10syscall sys_mmap nr 9 nbargs 6 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, len, prot, flags, fd, off)
11syscall sys_mprotect nr 10 nbargs 3 types: (unsigned long, size_t, unsigned long) args: (start, len, prot)
12syscall sys_munmap nr 11 nbargs 2 types: (unsigned long, size_t) args: (addr, len)
13syscall sys_brk nr 12 nbargs 1 types: (unsigned long) args: (brk)
14syscall sys_rt_sigaction nr 13 nbargs 4 types: (int, const struct sigaction *, struct sigaction *, size_t) args: (sig, act, oact, sigsetsize)
15syscall sys_rt_sigprocmask nr 14 nbargs 4 types: (int, sigset_t *, sigset_t *, size_t) args: (how, nset, oset, sigsetsize)
16syscall sys_rt_sigreturn nr 15 nbargs 0 types: () args: ()
17syscall sys_ioctl nr 16 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg)
18syscall sys_pread64 nr 17 nbargs 4 types: (unsigned int, char *, size_t, loff_t) args: (fd, buf, count, pos)
19syscall sys_pwrite64 nr 18 nbargs 4 types: (unsigned int, const char *, size_t, loff_t) args: (fd, buf, count, pos)
20syscall sys_readv nr 19 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen)
21syscall sys_writev nr 20 nbargs 3 types: (unsigned long, const struct iovec *, unsigned long) args: (fd, vec, vlen)
22syscall sys_access nr 21 nbargs 2 types: (const char *, int) args: (filename, mode)
23syscall sys_pipe nr 22 nbargs 1 types: (int *) args: (fildes)
24syscall sys_select nr 23 nbargs 5 types: (int, fd_set *, fd_set *, fd_set *, struct __kernel_old_timeval *) args: (n, inp, outp, exp, tvp)
25syscall sys_sched_yield nr 24 nbargs 0 types: () args: ()
26syscall sys_mremap nr 25 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (addr, old_len, new_len, flags, new_addr)
27syscall sys_msync nr 26 nbargs 3 types: (unsigned long, size_t, int) args: (start, len, flags)
28syscall sys_mincore nr 27 nbargs 3 types: (unsigned long, size_t, unsigned char *) args: (start, len, vec)
29syscall sys_madvise nr 28 nbargs 3 types: (unsigned long, size_t, int) args: (start, len_in, behavior)
30syscall sys_shmget nr 29 nbargs 3 types: (key_t, size_t, int) args: (key, size, shmflg)
31syscall sys_shmat nr 30 nbargs 3 types: (int, char *, int) args: (shmid, shmaddr, shmflg)
32syscall sys_shmctl nr 31 nbargs 3 types: (int, int, struct shmid_ds *) args: (shmid, cmd, buf)
33syscall sys_dup nr 32 nbargs 1 types: (unsigned int) args: (fildes)
34syscall sys_dup2 nr 33 nbargs 2 types: (unsigned int, unsigned int) args: (oldfd, newfd)
35syscall sys_pause nr 34 nbargs 0 types: () args: ()
36syscall sys_nanosleep nr 35 nbargs 2 types: (struct __kernel_timespec *, struct __kernel_timespec *) args: (rqtp, rmtp)
37syscall sys_getitimer nr 36 nbargs 2 types: (int, struct __kernel_old_itimerval *) args: (which, value)
38syscall sys_alarm nr 37 nbargs 1 types: (unsigned int) args: (seconds)
39syscall sys_setitimer nr 38 nbargs 3 types: (int, struct __kernel_old_itimerval *, struct __kernel_old_itimerval *) args: (which, value, ovalue)
40syscall sys_getpid nr 39 nbargs 0 types: () args: ()
41syscall sys_sendfile64 nr 40 nbargs 4 types: (int, int, loff_t *, size_t) args: (out_fd, in_fd, offset, count)
42syscall sys_socket nr 41 nbargs 3 types: (int, int, int) args: (family, type, protocol)
43syscall sys_connect nr 42 nbargs 3 types: (int, struct sockaddr *, int) args: (fd, uservaddr, addrlen)
44syscall sys_accept nr 43 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, upeer_sockaddr, upeer_addrlen)
45syscall sys_sendto nr 44 nbargs 6 types: (int, void *, size_t, unsigned int, struct sockaddr *, int) args: (fd, buff, len, flags, addr, addr_len)
46syscall sys_recvfrom nr 45 nbargs 6 types: (int, void *, size_t, unsigned int, struct sockaddr *, int *) args: (fd, ubuf, size, flags, addr, addr_len)
47syscall sys_sendmsg nr 46 nbargs 3 types: (int, struct user_msghdr *, unsigned int) args: (fd, msg, flags)
48syscall sys_recvmsg nr 47 nbargs 3 types: (int, struct user_msghdr *, unsigned int) args: (fd, msg, flags)
49syscall sys_shutdown nr 48 nbargs 2 types: (int, int) args: (fd, how)
50syscall sys_bind nr 49 nbargs 3 types: (int, struct sockaddr *, int) args: (fd, umyaddr, addrlen)
51syscall sys_listen nr 50 nbargs 2 types: (int, int) args: (fd, backlog)
52syscall sys_getsockname nr 51 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, usockaddr, usockaddr_len)
53syscall sys_getpeername nr 52 nbargs 3 types: (int, struct sockaddr *, int *) args: (fd, usockaddr, usockaddr_len)
54syscall sys_socketpair nr 53 nbargs 4 types: (int, int, int, int *) args: (family, type, protocol, usockvec)
55syscall sys_setsockopt nr 54 nbargs 5 types: (int, int, int, char *, int) args: (fd, level, optname, optval, optlen)
56syscall sys_getsockopt nr 55 nbargs 5 types: (int, int, int, char *, int *) args: (fd, level, optname, optval, optlen)
57syscall sys_clone nr 56 nbargs 5 types: (unsigned long, unsigned long, int *, int *, unsigned long) args: (clone_flags, newsp, parent_tidptr, child_tidptr, tls)
58syscall sys_fork nr 57 nbargs 0 types: () args: ()
59syscall sys_vfork nr 58 nbargs 0 types: () args: ()
60syscall sys_execve nr 59 nbargs 3 types: (const char *, const char *const *, const char *const *) args: (filename, argv, envp)
61syscall sys_exit nr 60 nbargs 1 types: (int) args: (error_code)
62syscall sys_wait4 nr 61 nbargs 4 types: (pid_t, int *, int, struct rusage *) args: (upid, stat_addr, options, ru)
63syscall sys_kill nr 62 nbargs 2 types: (pid_t, int) args: (pid, sig)
64syscall sys_newuname nr 63 nbargs 1 types: (struct new_utsname *) args: (name)
65syscall sys_semget nr 64 nbargs 3 types: (key_t, int, int) args: (key, nsems, semflg)
66syscall sys_semop nr 65 nbargs 3 types: (int, struct sembuf *, unsigned) args: (semid, tsops, nsops)
67syscall sys_semctl nr 66 nbargs 4 types: (int, int, int, unsigned long) args: (semid, semnum, cmd, arg)
68syscall sys_shmdt nr 67 nbargs 1 types: (char *) args: (shmaddr)
69syscall sys_msgget nr 68 nbargs 2 types: (key_t, int) args: (key, msgflg)
70syscall sys_msgsnd nr 69 nbargs 4 types: (int, struct msgbuf *, size_t, int) args: (msqid, msgp, msgsz, msgflg)
71syscall sys_msgrcv nr 70 nbargs 5 types: (int, struct msgbuf *, size_t, long, int) args: (msqid, msgp, msgsz, msgtyp, msgflg)
72syscall sys_msgctl nr 71 nbargs 3 types: (int, int, struct msqid_ds *) args: (msqid, cmd, buf)
73syscall sys_fcntl nr 72 nbargs 3 types: (unsigned int, unsigned int, unsigned long) args: (fd, cmd, arg)
74syscall sys_flock nr 73 nbargs 2 types: (unsigned int, unsigned int) args: (fd, cmd)
75syscall sys_fsync nr 74 nbargs 1 types: (unsigned int) args: (fd)
76syscall sys_fdatasync nr 75 nbargs 1 types: (unsigned int) args: (fd)
77syscall sys_truncate nr 76 nbargs 2 types: (const char *, long) args: (path, length)
78syscall sys_ftruncate nr 77 nbargs 2 types: (unsigned int, unsigned long) args: (fd, length)
79syscall sys_getdents nr 78 nbargs 3 types: (unsigned int, struct linux_dirent *, unsigned int) args: (fd, dirent, count)
80syscall sys_getcwd nr 79 nbargs 2 types: (char *, unsigned long) args: (buf, size)
81syscall sys_chdir nr 80 nbargs 1 types: (const char *) args: (filename)
82syscall sys_fchdir nr 81 nbargs 1 types: (unsigned int) args: (fd)
83syscall sys_rename nr 82 nbargs 2 types: (const char *, const char *) args: (oldname, newname)
84syscall sys_mkdir nr 83 nbargs 2 types: (const char *, umode_t) args: (pathname, mode)
85syscall sys_rmdir nr 84 nbargs 1 types: (const char *) args: (pathname)
86syscall sys_creat nr 85 nbargs 2 types: (const char *, umode_t) args: (pathname, mode)
87syscall sys_link nr 86 nbargs 2 types: (const char *, const char *) args: (oldname, newname)
88syscall sys_unlink nr 87 nbargs 1 types: (const char *) args: (pathname)
89syscall sys_symlink nr 88 nbargs 2 types: (const char *, const char *) args: (oldname, newname)
90syscall sys_readlink nr 89 nbargs 3 types: (const char *, char *, int) args: (path, buf, bufsiz)
91syscall sys_chmod nr 90 nbargs 2 types: (const char *, umode_t) args: (filename, mode)
92syscall sys_fchmod nr 91 nbargs 2 types: (unsigned int, umode_t) args: (fd, mode)
93syscall sys_chown nr 92 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group)
94syscall sys_fchown nr 93 nbargs 3 types: (unsigned int, uid_t, gid_t) args: (fd, user, group)
95syscall sys_lchown nr 94 nbargs 3 types: (const char *, uid_t, gid_t) args: (filename, user, group)
96syscall sys_umask nr 95 nbargs 1 types: (int) args: (mask)
97syscall sys_gettimeofday nr 96 nbargs 2 types: (struct __kernel_old_timeval *, struct timezone *) args: (tv, tz)
98syscall sys_getrlimit nr 97 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim)
99syscall sys_getrusage nr 98 nbargs 2 types: (int, struct rusage *) args: (who, ru)
100syscall sys_sysinfo nr 99 nbargs 1 types: (struct sysinfo *) args: (info)
101syscall sys_times nr 100 nbargs 1 types: (struct tms *) args: (tbuf)
102syscall sys_ptrace nr 101 nbargs 4 types: (long, long, unsigned long, unsigned long) args: (request, pid, addr, data)
103syscall sys_getuid nr 102 nbargs 0 types: () args: ()
104syscall sys_syslog nr 103 nbargs 3 types: (int, char *, int) args: (type, buf, len)
105syscall sys_getgid nr 104 nbargs 0 types: () args: ()
106syscall sys_setuid nr 105 nbargs 1 types: (uid_t) args: (uid)
107syscall sys_setgid nr 106 nbargs 1 types: (gid_t) args: (gid)
108syscall sys_geteuid nr 107 nbargs 0 types: () args: ()
109syscall sys_getegid nr 108 nbargs 0 types: () args: ()
110syscall sys_setpgid nr 109 nbargs 2 types: (pid_t, pid_t) args: (pid, pgid)
111syscall sys_getppid nr 110 nbargs 0 types: () args: ()
112syscall sys_getpgrp nr 111 nbargs 0 types: () args: ()
113syscall sys_setsid nr 112 nbargs 0 types: () args: ()
114syscall sys_setreuid nr 113 nbargs 2 types: (uid_t, uid_t) args: (ruid, euid)
115syscall sys_setregid nr 114 nbargs 2 types: (gid_t, gid_t) args: (rgid, egid)
116syscall sys_getgroups nr 115 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist)
117syscall sys_setgroups nr 116 nbargs 2 types: (int, gid_t *) args: (gidsetsize, grouplist)
118syscall sys_setresuid nr 117 nbargs 3 types: (uid_t, uid_t, uid_t) args: (ruid, euid, suid)
119syscall sys_getresuid nr 118 nbargs 3 types: (uid_t *, uid_t *, uid_t *) args: (ruidp, euidp, suidp)
120syscall sys_setresgid nr 119 nbargs 3 types: (gid_t, gid_t, gid_t) args: (rgid, egid, sgid)
121syscall sys_getresgid nr 120 nbargs 3 types: (gid_t *, gid_t *, gid_t *) args: (rgidp, egidp, sgidp)
122syscall sys_getpgid nr 121 nbargs 1 types: (pid_t) args: (pid)
123syscall sys_setfsuid nr 122 nbargs 1 types: (uid_t) args: (uid)
124syscall sys_setfsgid nr 123 nbargs 1 types: (gid_t) args: (gid)
125syscall sys_getsid nr 124 nbargs 1 types: (pid_t) args: (pid)
126syscall sys_capget nr 125 nbargs 2 types: (cap_user_header_t, cap_user_data_t) args: (header, dataptr)
127syscall sys_capset nr 126 nbargs 2 types: (cap_user_header_t, const cap_user_data_t) args: (header, data)
128syscall sys_rt_sigpending nr 127 nbargs 2 types: (sigset_t *, size_t) args: (uset, sigsetsize)
129syscall sys_rt_sigtimedwait nr 128 nbargs 4 types: (const sigset_t *, siginfo_t *, const struct __kernel_timespec *, size_t) args: (uthese, uinfo, uts, sigsetsize)
130syscall sys_rt_sigqueueinfo nr 129 nbargs 3 types: (pid_t, int, siginfo_t *) args: (pid, sig, uinfo)
131syscall sys_rt_sigsuspend nr 130 nbargs 2 types: (sigset_t *, size_t) args: (unewset, sigsetsize)
132syscall sys_sigaltstack nr 131 nbargs 2 types: (const stack_t *, stack_t *) args: (uss, uoss)
133syscall sys_utime nr 132 nbargs 2 types: (char *, struct utimbuf *) args: (filename, times)
134syscall sys_mknod nr 133 nbargs 3 types: (const char *, umode_t, unsigned) args: (filename, mode, dev)
135syscall sys_personality nr 135 nbargs 1 types: (unsigned int) args: (personality)
136syscall sys_ustat nr 136 nbargs 2 types: (unsigned, struct ustat *) args: (dev, ubuf)
137syscall sys_statfs nr 137 nbargs 2 types: (const char *, struct statfs *) args: (pathname, buf)
138syscall sys_fstatfs nr 138 nbargs 2 types: (unsigned int, struct statfs *) args: (fd, buf)
139syscall sys_sysfs nr 139 nbargs 3 types: (int, unsigned long, unsigned long) args: (option, arg1, arg2)
140syscall sys_getpriority nr 140 nbargs 2 types: (int, int) args: (which, who)
141syscall sys_setpriority nr 141 nbargs 3 types: (int, int, int) args: (which, who, niceval)
142syscall sys_sched_setparam nr 142 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param)
143syscall sys_sched_getparam nr 143 nbargs 2 types: (pid_t, struct sched_param *) args: (pid, param)
144syscall sys_sched_setscheduler nr 144 nbargs 3 types: (pid_t, int, struct sched_param *) args: (pid, policy, param)
145syscall sys_sched_getscheduler nr 145 nbargs 1 types: (pid_t) args: (pid)
146syscall sys_sched_get_priority_max nr 146 nbargs 1 types: (int) args: (policy)
147syscall sys_sched_get_priority_min nr 147 nbargs 1 types: (int) args: (policy)
148syscall sys_sched_rr_get_interval nr 148 nbargs 2 types: (pid_t, struct __kernel_timespec *) args: (pid, interval)
149syscall sys_mlock nr 149 nbargs 2 types: (unsigned long, size_t) args: (start, len)
150syscall sys_munlock nr 150 nbargs 2 types: (unsigned long, size_t) args: (start, len)
151syscall sys_mlockall nr 151 nbargs 1 types: (int) args: (flags)
152syscall sys_munlockall nr 152 nbargs 0 types: () args: ()
153syscall sys_vhangup nr 153 nbargs 0 types: () args: ()
154syscall sys_modify_ldt nr 154 nbargs 3 types: (int, void *, unsigned long) args: (func, ptr, bytecount)
155syscall sys_pivot_root nr 155 nbargs 2 types: (const char *, const char *) args: (new_root, put_old)
156syscall sys_prctl nr 157 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5)
157syscall sys_arch_prctl nr 158 nbargs 2 types: (int, unsigned long) args: (option, arg2)
158syscall sys_adjtimex nr 159 nbargs 1 types: (struct __kernel_timex *) args: (txc_p)
159syscall sys_setrlimit nr 160 nbargs 2 types: (unsigned int, struct rlimit *) args: (resource, rlim)
160syscall sys_chroot nr 161 nbargs 1 types: (const char *) args: (filename)
161syscall sys_sync nr 162 nbargs 0 types: () args: ()
162syscall sys_acct nr 163 nbargs 1 types: (const char *) args: (name)
163syscall sys_settimeofday nr 164 nbargs 2 types: (struct __kernel_old_timeval *, struct timezone *) args: (tv, tz)
164syscall sys_mount nr 165 nbargs 5 types: (char *, char *, char *, unsigned long, void *) args: (dev_name, dir_name, type, flags, data)
165syscall sys_umount nr 166 nbargs 2 types: (char *, int) args: (name, flags)
166syscall sys_swapon nr 167 nbargs 2 types: (const char *, int) args: (specialfile, swap_flags)
167syscall sys_swapoff nr 168 nbargs 1 types: (const char *) args: (specialfile)
168syscall sys_reboot nr 169 nbargs 4 types: (int, int, unsigned int, void *) args: (magic1, magic2, cmd, arg)
169syscall sys_sethostname nr 170 nbargs 2 types: (char *, int) args: (name, len)
170syscall sys_setdomainname nr 171 nbargs 2 types: (char *, int) args: (name, len)
171syscall sys_iopl nr 172 nbargs 1 types: (unsigned int) args: (level)
172syscall sys_ioperm nr 173 nbargs 3 types: (unsigned long, unsigned long, int) args: (from, num, turn_on)
173syscall sys_init_module nr 175 nbargs 3 types: (void *, unsigned long, const char *) args: (umod, len, uargs)
174syscall sys_delete_module nr 176 nbargs 2 types: (const char *, unsigned int) args: (name_user, flags)
175syscall sys_quotactl nr 179 nbargs 4 types: (unsigned int, const char *, qid_t, void *) args: (cmd, special, id, addr)
176syscall sys_gettid nr 186 nbargs 0 types: () args: ()
177syscall sys_readahead nr 187 nbargs 3 types: (int, loff_t, size_t) args: (fd, offset, count)
178syscall sys_setxattr nr 188 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags)
179syscall sys_lsetxattr nr 189 nbargs 5 types: (const char *, const char *, const void *, size_t, int) args: (pathname, name, value, size, flags)
180syscall sys_fsetxattr nr 190 nbargs 5 types: (int, const char *, const void *, size_t, int) args: (fd, name, value, size, flags)
181syscall sys_getxattr nr 191 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size)
182syscall sys_lgetxattr nr 192 nbargs 4 types: (const char *, const char *, void *, size_t) args: (pathname, name, value, size)
183syscall sys_fgetxattr nr 193 nbargs 4 types: (int, const char *, void *, size_t) args: (fd, name, value, size)
184syscall sys_listxattr nr 194 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size)
185syscall sys_llistxattr nr 195 nbargs 3 types: (const char *, char *, size_t) args: (pathname, list, size)
186syscall sys_flistxattr nr 196 nbargs 3 types: (int, char *, size_t) args: (fd, list, size)
187syscall sys_removexattr nr 197 nbargs 2 types: (const char *, const char *) args: (pathname, name)
188syscall sys_lremovexattr nr 198 nbargs 2 types: (const char *, const char *) args: (pathname, name)
189syscall sys_fremovexattr nr 199 nbargs 2 types: (int, const char *) args: (fd, name)
190syscall sys_tkill nr 200 nbargs 2 types: (pid_t, int) args: (pid, sig)
191syscall sys_time nr 201 nbargs 1 types: (__kernel_old_time_t *) args: (tloc)
192syscall sys_futex nr 202 nbargs 6 types: (u32 *, int, u32, const struct __kernel_timespec *, u32 *, u32) args: (uaddr, op, val, utime, uaddr2, val3)
193syscall sys_sched_setaffinity nr 203 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr)
194syscall sys_sched_getaffinity nr 204 nbargs 3 types: (pid_t, unsigned int, unsigned long *) args: (pid, len, user_mask_ptr)
195syscall sys_io_setup nr 206 nbargs 2 types: (unsigned, aio_context_t *) args: (nr_events, ctxp)
196syscall sys_io_destroy nr 207 nbargs 1 types: (aio_context_t) args: (ctx)
197syscall sys_io_getevents nr 208 nbargs 5 types: (aio_context_t, long, long, struct io_event *, struct __kernel_timespec *) args: (ctx_id, min_nr, nr, events, timeout)
198syscall sys_io_submit nr 209 nbargs 3 types: (aio_context_t, long, struct iocb * *) args: (ctx_id, nr, iocbpp)
199syscall sys_io_cancel nr 210 nbargs 3 types: (aio_context_t, struct iocb *, struct io_event *) args: (ctx_id, iocb, result)
200syscall sys_epoll_create nr 213 nbargs 1 types: (int) args: (size)
201syscall sys_remap_file_pages nr 216 nbargs 5 types: (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long) args: (start, size, prot, pgoff, flags)
202syscall sys_getdents64 nr 217 nbargs 3 types: (unsigned int, struct linux_dirent64 *, unsigned int) args: (fd, dirent, count)
203syscall sys_set_tid_address nr 218 nbargs 1 types: (int *) args: (tidptr)
204syscall sys_restart_syscall nr 219 nbargs 0 types: () args: ()
205syscall sys_semtimedop nr 220 nbargs 4 types: (int, struct sembuf *, unsigned int, const struct __kernel_timespec *) args: (semid, tsops, nsops, timeout)
206syscall sys_fadvise64 nr 221 nbargs 4 types: (int, loff_t, size_t, int) args: (fd, offset, len, advice)
207syscall sys_timer_create nr 222 nbargs 3 types: (const clockid_t, struct sigevent *, timer_t *) args: (which_clock, timer_event_spec, created_timer_id)
208syscall sys_timer_settime nr 223 nbargs 4 types: (timer_t, int, const struct __kernel_itimerspec *, struct __kernel_itimerspec *) args: (timer_id, flags, new_setting, old_setting)
209syscall sys_timer_gettime nr 224 nbargs 2 types: (timer_t, struct __kernel_itimerspec *) args: (timer_id, setting)
210syscall sys_timer_getoverrun nr 225 nbargs 1 types: (timer_t) args: (timer_id)
211syscall sys_timer_delete nr 226 nbargs 1 types: (timer_t) args: (timer_id)
212syscall sys_clock_settime nr 227 nbargs 2 types: (const clockid_t, const struct __kernel_timespec *) args: (which_clock, tp)
213syscall sys_clock_gettime nr 228 nbargs 2 types: (const clockid_t, struct __kernel_timespec *) args: (which_clock, tp)
214syscall sys_clock_getres nr 229 nbargs 2 types: (const clockid_t, struct __kernel_timespec *) args: (which_clock, tp)
215syscall sys_clock_nanosleep nr 230 nbargs 4 types: (const clockid_t, int, const struct __kernel_timespec *, struct __kernel_timespec *) args: (which_clock, flags, rqtp, rmtp)
216syscall sys_exit_group nr 231 nbargs 1 types: (int) args: (error_code)
217syscall sys_epoll_wait nr 232 nbargs 4 types: (int, struct epoll_event *, int, int) args: (epfd, events, maxevents, timeout)
218syscall sys_epoll_ctl nr 233 nbargs 4 types: (int, int, int, struct epoll_event *) args: (epfd, op, fd, event)
219syscall sys_tgkill nr 234 nbargs 3 types: (pid_t, pid_t, int) args: (tgid, pid, sig)
220syscall sys_utimes nr 235 nbargs 2 types: (char *, struct __kernel_old_timeval *) args: (filename, utimes)
221syscall sys_mbind nr 237 nbargs 6 types: (unsigned long, unsigned long, unsigned long, const unsigned long *, unsigned long, unsigned int) args: (start, len, mode, nmask, maxnode, flags)
222syscall sys_set_mempolicy nr 238 nbargs 3 types: (int, const unsigned long *, unsigned long) args: (mode, nmask, maxnode)
223syscall sys_get_mempolicy nr 239 nbargs 5 types: (int *, unsigned long *, unsigned long, unsigned long, unsigned long) args: (policy, nmask, maxnode, addr, flags)
224syscall sys_mq_open nr 240 nbargs 4 types: (const char *, int, umode_t, struct mq_attr *) args: (u_name, oflag, mode, u_attr)
225syscall sys_mq_unlink nr 241 nbargs 1 types: (const char *) args: (u_name)
226syscall sys_mq_timedsend nr 242 nbargs 5 types: (mqd_t, const char *, size_t, unsigned int, const struct __kernel_timespec *) args: (mqdes, u_msg_ptr, msg_len, msg_prio, u_abs_timeout)
227syscall sys_mq_timedreceive nr 243 nbargs 5 types: (mqd_t, char *, size_t, unsigned int *, const struct __kernel_timespec *) args: (mqdes, u_msg_ptr, msg_len, u_msg_prio, u_abs_timeout)
228syscall sys_mq_notify nr 244 nbargs 2 types: (mqd_t, const struct sigevent *) args: (mqdes, u_notification)
229syscall sys_mq_getsetattr nr 245 nbargs 3 types: (mqd_t, const struct mq_attr *, struct mq_attr *) args: (mqdes, u_mqstat, u_omqstat)
230syscall sys_kexec_load nr 246 nbargs 4 types: (unsigned long, unsigned long, struct kexec_segment *, unsigned long) args: (entry, nr_segments, segments, flags)
231syscall sys_waitid nr 247 nbargs 5 types: (int, pid_t, struct siginfo *, int, struct rusage *) args: (which, upid, infop, options, ru)
232syscall sys_add_key nr 248 nbargs 5 types: (const char *, const char *, const void *, size_t, key_serial_t) args: (_type, _description, _payload, plen, ringid)
233syscall sys_request_key nr 249 nbargs 4 types: (const char *, const char *, const char *, key_serial_t) args: (_type, _description, _callout_info, destringid)
234syscall sys_keyctl nr 250 nbargs 5 types: (int, unsigned long, unsigned long, unsigned long, unsigned long) args: (option, arg2, arg3, arg4, arg5)
235syscall sys_ioprio_set nr 251 nbargs 3 types: (int, int, int) args: (which, who, ioprio)
236syscall sys_ioprio_get nr 252 nbargs 2 types: (int, int) args: (which, who)
237syscall sys_inotify_init nr 253 nbargs 0 types: () args: ()
238syscall sys_inotify_add_watch nr 254 nbargs 3 types: (int, const char *, u32) args: (fd, pathname, mask)
239syscall sys_inotify_rm_watch nr 255 nbargs 2 types: (int, __s32) args: (fd, wd)
240syscall sys_migrate_pages nr 256 nbargs 4 types: (pid_t, unsigned long, const unsigned long *, const unsigned long *) args: (pid, maxnode, old_nodes, new_nodes)
241syscall sys_openat nr 257 nbargs 4 types: (int, const char *, int, umode_t) args: (dfd, filename, flags, mode)
242syscall sys_mkdirat nr 258 nbargs 3 types: (int, const char *, umode_t) args: (dfd, pathname, mode)
243syscall sys_mknodat nr 259 nbargs 4 types: (int, const char *, umode_t, unsigned int) args: (dfd, filename, mode, dev)
244syscall sys_fchownat nr 260 nbargs 5 types: (int, const char *, uid_t, gid_t, int) args: (dfd, filename, user, group, flag)
245syscall sys_futimesat nr 261 nbargs 3 types: (int, const char *, struct __kernel_old_timeval *) args: (dfd, filename, utimes)
246syscall sys_newfstatat nr 262 nbargs 4 types: (int, const char *, struct stat *, int) args: (dfd, filename, statbuf, flag)
247syscall sys_unlinkat nr 263 nbargs 3 types: (int, const char *, int) args: (dfd, pathname, flag)
248syscall sys_renameat nr 264 nbargs 4 types: (int, const char *, int, const char *) args: (olddfd, oldname, newdfd, newname)
249syscall sys_linkat nr 265 nbargs 5 types: (int, const char *, int, const char *, int) args: (olddfd, oldname, newdfd, newname, flags)
250syscall sys_symlinkat nr 266 nbargs 3 types: (const char *, int, const char *) args: (oldname, newdfd, newname)
251syscall sys_readlinkat nr 267 nbargs 4 types: (int, const char *, char *, int) args: (dfd, pathname, buf, bufsiz)
252syscall sys_fchmodat nr 268 nbargs 3 types: (int, const char *, umode_t) args: (dfd, filename, mode)
253syscall sys_faccessat nr 269 nbargs 3 types: (int, const char *, int) args: (dfd, filename, mode)
254syscall sys_pselect6 nr 270 nbargs 6 types: (int, fd_set *, fd_set *, fd_set *, struct __kernel_timespec *, void *) args: (n, inp, outp, exp, tsp, sig)
255syscall sys_ppoll nr 271 nbargs 5 types: (struct pollfd *, unsigned int, struct __kernel_timespec *, const sigset_t *, size_t) args: (ufds, nfds, tsp, sigmask, sigsetsize)
256syscall sys_unshare nr 272 nbargs 1 types: (unsigned long) args: (unshare_flags)
257syscall sys_set_robust_list nr 273 nbargs 2 types: (struct robust_list_head *, size_t) args: (head, len)
258syscall sys_get_robust_list nr 274 nbargs 3 types: (int, struct robust_list_head * *, size_t *) args: (pid, head_ptr, len_ptr)
259syscall sys_splice nr 275 nbargs 6 types: (int, loff_t *, int, loff_t *, size_t, unsigned int) args: (fd_in, off_in, fd_out, off_out, len, flags)
260syscall sys_tee nr 276 nbargs 4 types: (int, int, size_t, unsigned int) args: (fdin, fdout, len, flags)
261syscall sys_sync_file_range nr 277 nbargs 4 types: (int, loff_t, loff_t, unsigned int) args: (fd, offset, nbytes, flags)
262syscall sys_vmsplice nr 278 nbargs 4 types: (int, const struct iovec *, unsigned long, unsigned int) args: (fd, uiov, nr_segs, flags)
263syscall sys_move_pages nr 279 nbargs 6 types: (pid_t, unsigned long, const void * *, const int *, int *, int) args: (pid, nr_pages, pages, nodes, status, flags)
264syscall sys_utimensat nr 280 nbargs 4 types: (int, const char *, struct __kernel_timespec *, int) args: (dfd, filename, utimes, flags)
265syscall sys_epoll_pwait nr 281 nbargs 6 types: (int, struct epoll_event *, int, int, const sigset_t *, size_t) args: (epfd, events, maxevents, timeout, sigmask, sigsetsize)
266syscall sys_signalfd nr 282 nbargs 3 types: (int, sigset_t *, size_t) args: (ufd, user_mask, sizemask)
267syscall sys_timerfd_create nr 283 nbargs 2 types: (int, int) args: (clockid, flags)
268syscall sys_eventfd nr 284 nbargs 1 types: (unsigned int) args: (count)
269syscall sys_fallocate nr 285 nbargs 4 types: (int, int, loff_t, loff_t) args: (fd, mode, offset, len)
270syscall sys_timerfd_settime nr 286 nbargs 4 types: (int, int, const struct __kernel_itimerspec *, struct __kernel_itimerspec *) args: (ufd, flags, utmr, otmr)
271syscall sys_timerfd_gettime nr 287 nbargs 2 types: (int, struct __kernel_itimerspec *) args: (ufd, otmr)
272syscall sys_accept4 nr 288 nbargs 4 types: (int, struct sockaddr *, int *, int) args: (fd, upeer_sockaddr, upeer_addrlen, flags)
273syscall sys_signalfd4 nr 289 nbargs 4 types: (int, sigset_t *, size_t, int) args: (ufd, user_mask, sizemask, flags)
274syscall sys_eventfd2 nr 290 nbargs 2 types: (unsigned int, int) args: (count, flags)
275syscall sys_epoll_create1 nr 291 nbargs 1 types: (int) args: (flags)
276syscall sys_dup3 nr 292 nbargs 3 types: (unsigned int, unsigned int, int) args: (oldfd, newfd, flags)
277syscall sys_pipe2 nr 293 nbargs 2 types: (int *, int) args: (fildes, flags)
278syscall sys_inotify_init1 nr 294 nbargs 1 types: (int) args: (flags)
279syscall sys_preadv nr 295 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h)
280syscall sys_pwritev nr 296 nbargs 5 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long) args: (fd, vec, vlen, pos_l, pos_h)
281syscall sys_rt_tgsigqueueinfo nr 297 nbargs 4 types: (pid_t, pid_t, int, siginfo_t *) args: (tgid, pid, sig, uinfo)
282syscall sys_perf_event_open nr 298 nbargs 5 types: (struct perf_event_attr *, pid_t, int, int, unsigned long) args: (attr_uptr, pid, cpu, group_fd, flags)
283syscall sys_recvmmsg nr 299 nbargs 5 types: (int, struct mmsghdr *, unsigned int, unsigned int, struct __kernel_timespec *) args: (fd, mmsg, vlen, flags, timeout)
284syscall sys_fanotify_init nr 300 nbargs 2 types: (unsigned int, unsigned int) args: (flags, event_f_flags)
285syscall sys_fanotify_mark nr 301 nbargs 5 types: (int, unsigned int, __u64, int, const char *) args: (fanotify_fd, flags, mask, dfd, pathname)
286syscall sys_prlimit64 nr 302 nbargs 4 types: (pid_t, unsigned int, const struct rlimit64 *, struct rlimit64 *) args: (pid, resource, new_rlim, old_rlim)
287syscall sys_name_to_handle_at nr 303 nbargs 5 types: (int, const char *, struct file_handle *, int *, int) args: (dfd, name, handle, mnt_id, flag)
288syscall sys_open_by_handle_at nr 304 nbargs 3 types: (int, struct file_handle *, int) args: (mountdirfd, handle, flags)
289syscall sys_clock_adjtime nr 305 nbargs 2 types: (const clockid_t, struct __kernel_timex *) args: (which_clock, utx)
290syscall sys_syncfs nr 306 nbargs 1 types: (int) args: (fd)
291syscall sys_sendmmsg nr 307 nbargs 4 types: (int, struct mmsghdr *, unsigned int, unsigned int) args: (fd, mmsg, vlen, flags)
292syscall sys_setns nr 308 nbargs 2 types: (int, int) args: (fd, flags)
293syscall sys_getcpu nr 309 nbargs 3 types: (unsigned *, unsigned *, struct getcpu_cache *) args: (cpup, nodep, unused)
294syscall sys_process_vm_readv nr 310 nbargs 6 types: (pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long) args: (pid, lvec, liovcnt, rvec, riovcnt, flags)
295syscall sys_process_vm_writev nr 311 nbargs 6 types: (pid_t, const struct iovec *, unsigned long, const struct iovec *, unsigned long, unsigned long) args: (pid, lvec, liovcnt, rvec, riovcnt, flags)
296syscall sys_kcmp nr 312 nbargs 5 types: (pid_t, pid_t, int, unsigned long, unsigned long) args: (pid1, pid2, type, idx1, idx2)
297syscall sys_finit_module nr 313 nbargs 3 types: (int, const char *, int) args: (fd, uargs, flags)
298syscall sys_sched_setattr nr 314 nbargs 3 types: (pid_t, struct sched_attr *, unsigned int) args: (pid, uattr, flags)
299syscall sys_sched_getattr nr 315 nbargs 4 types: (pid_t, struct sched_attr *, unsigned int, unsigned int) args: (pid, uattr, usize, flags)
300syscall sys_renameat2 nr 316 nbargs 5 types: (int, const char *, int, const char *, unsigned int) args: (olddfd, oldname, newdfd, newname, flags)
301syscall sys_seccomp nr 317 nbargs 3 types: (unsigned int, unsigned int, void *) args: (op, flags, uargs)
302syscall sys_getrandom nr 318 nbargs 3 types: (char *, size_t, unsigned int) args: (ubuf, len, flags)
303syscall sys_memfd_create nr 319 nbargs 2 types: (const char *, unsigned int) args: (uname, flags)
304syscall sys_kexec_file_load nr 320 nbargs 5 types: (int, int, unsigned long, const char *, unsigned long) args: (kernel_fd, initrd_fd, cmdline_len, cmdline_ptr, flags)
305syscall sys_bpf nr 321 nbargs 3 types: (int, union bpf_attr *, unsigned int) args: (cmd, uattr, size)
306syscall sys_execveat nr 322 nbargs 5 types: (int, const char *, const char *const *, const char *const *, int) args: (fd, filename, argv, envp, flags)
307syscall sys_userfaultfd nr 323 nbargs 1 types: (int) args: (flags)
308syscall sys_membarrier nr 324 nbargs 3 types: (int, unsigned int, int) args: (cmd, flags, cpu_id)
309syscall sys_mlock2 nr 325 nbargs 3 types: (unsigned long, size_t, int) args: (start, len, flags)
310syscall sys_copy_file_range nr 326 nbargs 6 types: (int, loff_t *, int, loff_t *, size_t, unsigned int) args: (fd_in, off_in, fd_out, off_out, len, flags)
311syscall sys_preadv2 nr 327 nbargs 6 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long, rwf_t) args: (fd, vec, vlen, pos_l, pos_h, flags)
312syscall sys_pwritev2 nr 328 nbargs 6 types: (unsigned long, const struct iovec *, unsigned long, unsigned long, unsigned long, rwf_t) args: (fd, vec, vlen, pos_l, pos_h, flags)
313syscall sys_pkey_mprotect nr 329 nbargs 4 types: (unsigned long, size_t, unsigned long, int) args: (start, len, prot, pkey)
314syscall sys_pkey_alloc nr 330 nbargs 2 types: (unsigned long, unsigned long) args: (flags, init_val)
315syscall sys_pkey_free nr 331 nbargs 1 types: (int) args: (pkey)
316syscall sys_statx nr 332 nbargs 5 types: (int, const char *, unsigned, unsigned int, struct statx *) args: (dfd, filename, flags, mask, buffer)
317syscall sys_io_pgetevents nr 333 nbargs 6 types: (aio_context_t, long, long, struct io_event *, struct __kernel_timespec *, const struct __aio_sigset *) args: (ctx_id, min_nr, nr, events, timeout, usig)
318syscall sys_rseq nr 334 nbargs 4 types: (struct rseq *, u32, int, u32) args: (rseq, rseq_len, flags, sig)
319syscall sys_pidfd_send_signal nr 424 nbargs 4 types: (int, int, siginfo_t *, unsigned int) args: (pidfd, sig, info, flags)
320syscall sys_io_uring_setup nr 425 nbargs 2 types: (u32, struct io_uring_params *) args: (entries, params)
321syscall sys_io_uring_enter nr 426 nbargs 6 types: (unsigned int, u32, u32, u32, const void *, size_t) args: (fd, to_submit, min_complete, flags, argp, argsz)
322syscall sys_io_uring_register nr 427 nbargs 4 types: (unsigned int, unsigned int, void *, unsigned int) args: (fd, opcode, arg, nr_args)
323syscall sys_open_tree nr 428 nbargs 3 types: (int, const char *, unsigned) args: (dfd, filename, flags)
324syscall sys_move_mount nr 429 nbargs 5 types: (int, const char *, int, const char *, unsigned int) args: (from_dfd, from_pathname, to_dfd, to_pathname, flags)
325syscall sys_fsopen nr 430 nbargs 2 types: (const char *, unsigned int) args: (_fs_name, flags)
326syscall sys_fsconfig nr 431 nbargs 5 types: (int, unsigned int, const char *, const void *, int) args: (fd, cmd, _key, _value, aux)
327syscall sys_fsmount nr 432 nbargs 3 types: (int, unsigned int, unsigned int) args: (fs_fd, flags, attr_flags)
328syscall sys_fspick nr 433 nbargs 3 types: (int, const char *, unsigned int) args: (dfd, path, flags)
329syscall sys_pidfd_open nr 434 nbargs 2 types: (pid_t, unsigned int) args: (pid, flags)
330syscall sys_clone3 nr 435 nbargs 2 types: (struct clone_args *, size_t) args: (uargs, size)
331syscall sys_close_range nr 436 nbargs 3 types: (unsigned int, unsigned int, unsigned int) args: (fd, max_fd, flags)
332syscall sys_openat2 nr 437 nbargs 4 types: (int, const char *, struct open_how *, size_t) args: (dfd, filename, how, usize)
333syscall sys_pidfd_getfd nr 438 nbargs 3 types: (int, int, unsigned int) args: (pidfd, fd, flags)
334syscall sys_faccessat2 nr 439 nbargs 4 types: (int, const char *, int, int) args: (dfd, filename, mode, flags)
335syscall sys_process_madvise nr 440 nbargs 5 types: (int, const struct iovec *, size_t, int, unsigned int) args: (pidfd, vec, vlen, behavior, flags)
336syscall sys_epoll_pwait2 nr 441 nbargs 6 types: (int, struct epoll_event *, int, const struct __kernel_timespec *, const sigset_t *, size_t) args: (epfd, events, maxevents, timeout, sigmask, sigsetsize)
337syscall sys_mount_setattr nr 442 nbargs 5 types: (int, const char *, unsigned int, struct mount_attr *, size_t) args: (dfd, path, flags, uattr, usize)
338syscall sys_quotactl_fd nr 443 nbargs 4 types: (unsigned int, unsigned int, qid_t, void *) args: (fd, cmd, id, addr)
339syscall sys_memfd_secret nr 447 nbargs 1 types: (unsigned int) args: (flags)
340syscall sys_process_mrelease nr 448 nbargs 2 types: (int, unsigned int) args: (pidfd, flags)
341syscall sys_futex_waitv nr 449 nbargs 5 types: (struct futex_waitv *, unsigned int, unsigned int, struct __kernel_timespec *, clockid_t) args: (waiters, nr_futexes, flags, timeout, clockid)
342syscall sys_set_mempolicy_home_node nr 450 nbargs 4 types: (unsigned long, unsigned long, unsigned long, unsigned long) args: (start, len, home_node, flags)
This page took 0.035714 seconds and 4 git commands to generate.