Imported Upstream version 2.4.3
[platform/upstream/audit.git] / lib / x86_64_table.h
1 /* x86_64_table.h --
2  * Copyright 2005-15 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  */
22
23 _S(0, "read")
24 _S(1, "write")
25 _S(2, "open")
26 _S(3, "close")
27 _S(4, "stat")
28 _S(5, "fstat")
29 _S(6, "lstat")
30 _S(7, "poll")
31 _S(8, "lseek")
32 _S(9, "mmap")
33 _S(10, "mprotect")
34 _S(11, "munmap")
35 _S(12, "brk")
36 _S(13, "rt_sigaction")
37 _S(14, "rt_sigprocmask")
38 _S(15, "rt_sigreturn")
39 _S(16, "ioctl")
40 _S(17, "pread")
41 _S(18, "pwrite")
42 _S(19, "readv")
43 _S(20, "writev")
44 _S(21, "access")
45 _S(22, "pipe")
46 _S(23, "select")
47 _S(24, "sched_yield")
48 _S(25, "mremap")
49 _S(26, "msync")
50 _S(27, "mincore")
51 _S(28, "madvise")
52 _S(29, "shmget")
53 _S(30, "shmat")
54 _S(31, "shmctl")
55 _S(32, "dup")
56 _S(33, "dup2")
57 _S(34, "pause")
58 _S(35, "nanosleep")
59 _S(36, "getitimer")
60 _S(37, "alarm")
61 _S(38, "setitimer")
62 _S(39, "getpid")
63 _S(40, "sendfile")
64 _S(41, "socket")
65 _S(42, "connect")
66 _S(43, "accept")
67 _S(44, "sendto")
68 _S(45, "recvfrom")
69 _S(46, "sendmsg")
70 _S(47, "recvmsg")
71 _S(48, "shutdown")
72 _S(49, "bind")
73 _S(50, "listen")
74 _S(51, "getsockname")
75 _S(52, "getpeername")
76 _S(53, "socketpair")
77 _S(54, "setsockopt")
78 _S(55, "getsockopt")
79 _S(56, "clone")
80 _S(57, "fork")
81 _S(58, "vfork")
82 _S(59, "execve")
83 _S(60, "exit")
84 _S(61, "wait4")
85 _S(62, "kill")
86 _S(63, "uname")
87 _S(64, "semget")
88 _S(65, "semop")
89 _S(66, "semctl")
90 _S(67, "shmdt")
91 _S(68, "msgget")
92 _S(69, "msgsnd")
93 _S(70, "msgrcv")
94 _S(71, "msgctl")
95 _S(72, "fcntl")
96 _S(73, "flock")
97 _S(74, "fsync")
98 _S(75, "fdatasync")
99 _S(76, "truncate")
100 _S(77, "ftruncate")
101 _S(78, "getdents")
102 _S(79, "getcwd")
103 _S(80, "chdir")
104 _S(81, "fchdir")
105 _S(82, "rename")
106 _S(83, "mkdir")
107 _S(84, "rmdir")
108 _S(85, "creat")
109 _S(86, "link")
110 _S(87, "unlink")
111 _S(88, "symlink")
112 _S(89, "readlink")
113 _S(90, "chmod")
114 _S(91, "fchmod")
115 _S(92, "chown")
116 _S(93, "fchown")
117 _S(94, "lchown")
118 _S(95, "umask")
119 _S(96, "gettimeofday")
120 _S(97, "getrlimit")
121 _S(98, "getrusage")
122 _S(99, "sysinfo")
123 _S(100, "times")
124 _S(101, "ptrace")
125 _S(102, "getuid")
126 _S(103, "syslog")
127 _S(104, "getgid")
128 _S(105, "setuid")
129 _S(106, "setgid")
130 _S(107, "geteuid")
131 _S(108, "getegid")
132 _S(109, "setpgid")
133 _S(110, "getppid")
134 _S(111, "getpgrp")
135 _S(112, "setsid")
136 _S(113, "setreuid")
137 _S(114, "setregid")
138 _S(115, "getgroups")
139 _S(116, "setgroups")
140 _S(117, "setresuid")
141 _S(118, "getresuid")
142 _S(119, "setresgid")
143 _S(120, "getresgid")
144 _S(121, "getpgid")
145 _S(122, "setfsuid")
146 _S(123, "setfsgid")
147 _S(124, "getsid")
148 _S(125, "capget")
149 _S(126, "capset")
150 _S(127, "rt_sigpending")
151 _S(128, "rt_sigtimedwait")
152 _S(129, "rt_sigqueueinfo")
153 _S(130, "rt_sigsuspend")
154 _S(131, "sigaltstack")
155 _S(132, "utime")
156 _S(133, "mknod")
157 _S(134, "uselib")
158 _S(135, "personality")
159 _S(136, "ustat")
160 _S(137, "statfs")
161 _S(138, "fstatfs")
162 _S(139, "sysfs")
163 _S(140, "getpriority")
164 _S(141, "setpriority")
165 _S(142, "sched_setparam")
166 _S(143, "sched_getparam")
167 _S(144, "sched_setscheduler")
168 _S(145, "sched_getscheduler")
169 _S(146, "sched_get_priority_max")
170 _S(147, "sched_get_priority_min")
171 _S(148, "sched_rr_get_interval")
172 _S(149, "mlock")
173 _S(150, "munlock")
174 _S(151, "mlockall")
175 _S(152, "munlockall")
176 _S(153, "vhangup")
177 _S(154, "modify_ldt")
178 _S(155, "pivot_root")
179 _S(156, "_sysctl")
180 _S(157, "prctl")
181 _S(158, "arch_prctl")
182 _S(159, "adjtimex")
183 _S(160, "setrlimit")
184 _S(161, "chroot")
185 _S(162, "sync")
186 _S(163, "acct")
187 _S(164, "settimeofday")
188 _S(165, "mount")
189 _S(166, "umount2")
190 _S(167, "swapon")
191 _S(168, "swapoff")
192 _S(169, "reboot")
193 _S(170, "sethostname")
194 _S(171, "setdomainname")
195 _S(172, "iopl")
196 _S(173, "ioperm")
197 _S(174, "create_module")
198 _S(175, "init_module")
199 _S(176, "delete_module")
200 _S(177, "get_kernel_syms")
201 _S(178, "query_module")
202 _S(179, "quotactl")
203 _S(180, "nfsservctl")
204 _S(181, "getpmsg")
205 _S(182, "putpmsg")
206 _S(183, "afs_syscall")
207 _S(184, "tuxcall")
208 _S(185, "security")
209 _S(186, "gettid")
210 _S(187, "readahead")
211 _S(188, "setxattr")
212 _S(189, "lsetxattr")
213 _S(190, "fsetxattr")
214 _S(191, "getxattr")
215 _S(192, "lgetxattr")
216 _S(193, "fgetxattr")
217 _S(194, "listxattr")
218 _S(195, "llistxattr")
219 _S(196, "flistxattr")
220 _S(197, "removexattr")
221 _S(198, "lremovexattr")
222 _S(199, "fremovexattr")
223 _S(200, "tkill")
224 _S(201, "time")
225 _S(202, "futex")
226 _S(203, "sched_setaffinity")
227 _S(204, "sched_getaffinity")
228 _S(205, "set_thread_area")
229 _S(206, "io_setup")
230 _S(207, "io_destroy")
231 _S(208, "io_getevents")
232 _S(209, "io_submit")
233 _S(210, "io_cancel")
234 _S(211, "get_thread_area")
235 _S(212, "lookup_dcookie")
236 _S(213, "epoll_create")
237 _S(214, "epoll_ctl_old")
238 _S(215, "epoll_wait_old")
239 _S(216, "remap_file_pages")
240 _S(217, "getdents64")
241 _S(218, "set_tid_address")
242 _S(219, "restart_syscall")
243 _S(220, "semtimedop")
244 _S(221, "fadvise64")
245 _S(222, "timer_create")
246 _S(223, "timer_settime")
247 _S(224, "timer_gettime")
248 _S(225, "timer_getoverrun")
249 _S(226, "timer_delete")
250 _S(227, "clock_settime")
251 _S(228, "clock_gettime")
252 _S(229, "clock_getres")
253 _S(230, "clock_nanosleep")
254 _S(231, "exit_group")
255 _S(232, "epoll_wait")
256 _S(233, "epoll_ctl")
257 _S(234, "tgkill")
258 _S(235, "utimes")
259 _S(236, "vserver")
260 _S(237, "mbind")
261 _S(238, "set_mempolicy")
262 _S(239, "get_mempolicy")
263 _S(240, "mq_open")
264 _S(241, "mq_unlink")
265 _S(242, "mq_timedsend")
266 _S(243, "mq_timedreceive")
267 _S(244, "mq_notify")
268 _S(245, "mq_getsetattr")
269 _S(246, "kexec_load")
270 _S(247, "waitid")
271 _S(248, "add_key")
272 _S(249, "request_key")
273 _S(250, "keyctl")
274 _S(251, "ioprio_set")
275 _S(252, "ioprio_get")
276 _S(253, "inotify_init")
277 _S(254, "inotify_add_watch")
278 _S(255, "inotify_rm_watch")
279 _S(256, "migrate_pages")
280 _S(257, "openat")
281 _S(258, "mkdirat")
282 _S(259, "mknodat")
283 _S(260, "fchownat")
284 _S(261, "futimesat")
285 _S(262, "newfstatat")
286 _S(263, "unlinkat")
287 _S(264, "renameat")
288 _S(265, "linkat")
289 _S(266, "symlinkat")
290 _S(267, "readlinkat")
291 _S(268, "fchmodat")
292 _S(269, "faccessat")
293 _S(270, "pselect6")
294 _S(271, "ppoll")
295 _S(272, "unshare")
296 _S(273, "set_robust_list")
297 _S(274, "get_robust_list")
298 _S(275, "splice")
299 _S(276, "tee")
300 _S(277, "sync_file_range")
301 _S(278, "vmsplice")
302 _S(279, "move_pages")
303 _S(280, "utimensat")
304 _S(281, "epoll_pwait")
305 _S(282, "signalfd")
306 _S(283, "timerfd")
307 _S(284, "eventfd")
308 _S(285, "fallocate")
309 _S(286, "timerfd_settime")
310 _S(287, "timerfd_gettime")
311 _S(288, "accept4")
312 _S(289, "signalfd4")
313 _S(290, "eventfd2")
314 _S(291, "epoll_create1")
315 _S(292, "dup3")
316 _S(293, "pipe2")
317 _S(294, "inotify_init1")
318 _S(295, "preadv")
319 _S(296, "pwritev")
320 _S(297, "rt_tgsigqueueinfo")
321 _S(298, "perf_event_open")
322 _S(299, "recvmmsg")
323 _S(300, "fanotify_init")
324 _S(301, "fanotify_mark")
325 _S(302, "prlimit64")
326 _S(303, "name_to_handle_at")
327 _S(304, "open_by_handle_at")
328 _S(305, "clock_adjtime")
329 _S(306, "syncfs")
330 _S(307, "sendmmsg")
331 _S(308, "setns")
332 _S(309, "getcpu")
333 _S(310, "process_vm_readv")
334 _S(311, "process_vm_writev")
335 _S(312, "kcmp")
336 _S(313, "finit_module")
337 _S(314, "sched_setattr")
338 _S(315, "sched_getattr")
339 _S(316, "renameat2")
340 _S(317, "seccomp")
341 _S(318, "getrandom")
342 _S(319, "memfd_create")
343 _S(320, "kexec_file_load")
344 _S(321, "bpf")
345 _S(322, "execveat")