Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> |
| 3 | * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> |
| 4 | * All rights reserved. |
| 5 | * |
| 6 | * Redistribution and use in source and binary forms, with or without |
| 7 | * modification, are permitted provided that the following conditions |
| 8 | * are met: |
| 9 | * 1. Redistributions of source code must retain the above copyright |
| 10 | * notice, this list of conditions and the following disclaimer. |
| 11 | * 2. Redistributions in binary form must reproduce the above copyright |
| 12 | * notice, this list of conditions and the following disclaimer in the |
| 13 | * documentation and/or other materials provided with the distribution. |
| 14 | * 3. The name of the author may not be used to endorse or promote products |
| 15 | * derived from this software without specific prior written permission. |
| 16 | * |
| 17 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 18 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 19 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 20 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 21 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 22 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 27 | */ |
| 28 | |
Roland McGrath | 79dcd7a | 2006-01-12 22:34:50 +0000 | [diff] [blame] | 29 | { 0, 0, sys_restart_syscall, "restart_syscall" }, /* 0 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 30 | { 1, TP|SE, sys_exit, "exit" }, /* 1 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 31 | { 0, TP, sys_fork, "fork" }, /* 2 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 32 | { 3, TD, sys_read, "read" }, /* 3 */ |
| 33 | { 3, TD, sys_write, "write" }, /* 4 */ |
| 34 | { 3, TD|TF, sys_open, "open" }, /* 5 */ |
| 35 | { 1, TD, sys_close, "close" }, /* 6 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 36 | { 3, TP, sys_waitpid, "waitpid" }, /* 7 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 37 | { 2, TD|TF, sys_creat, "creat" }, /* 8 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 38 | { 2, TF, sys_link, "link" }, /* 9 */ |
| 39 | { 1, TF, sys_unlink, "unlink" }, /* 10 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 40 | { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 11 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 41 | { 1, TF, sys_chdir, "chdir" }, /* 12 */ |
| 42 | { 1, 0, sys_time, "time" }, /* 13 */ |
| 43 | { 3, TF, sys_mknod, "mknod" }, /* 14 */ |
| 44 | { 2, TF, sys_chmod, "chmod" }, /* 15 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 45 | { 3, TF, sys_chown, "lchown" }, /* 16 */ |
Namhyung Kim | 9679296 | 2012-10-24 11:41:57 +0900 | [diff] [blame] | 46 | { 0, TM, sys_break, "break" }, /* 17 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 47 | { 2, TF, sys_oldstat, "oldstat" }, /* 18 */ |
Denys Vlasenko | 99d3e01 | 2013-03-05 13:59:45 +0100 | [diff] [blame] | 48 | { 3, TD, sys_lseek, "lseek" }, /* 19 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 49 | { 0, 0, sys_getpid, "getpid" }, /* 20 */ |
| 50 | { 5, TF, sys_mount, "mount" }, /* 21 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 51 | { 1, TF, sys_umount, "oldumount" }, /* 22 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 52 | { 1, 0, sys_setuid, "setuid" }, /* 23 */ |
Dmitry V. Levin | 50a218d | 2011-01-18 17:36:20 +0000 | [diff] [blame] | 53 | { 0, NF, sys_getuid, "getuid" }, /* 24 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 54 | { 1, 0, sys_stime, "stime" }, /* 25 */ |
| 55 | { 4, 0, sys_ptrace, "ptrace" }, /* 26 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 56 | { 1, 0, sys_alarm, "alarm" }, /* 27 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 57 | { 2, TD, sys_oldfstat, "oldfstat" }, /* 28 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 58 | { 0, TS, sys_pause, "pause" }, /* 29 */ |
| 59 | { 2, TF, sys_utime, "utime" }, /* 30 */ |
| 60 | { 2, 0, sys_stty, "stty" }, /* 31 */ |
| 61 | { 2, 0, sys_gtty, "gtty" }, /* 32 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 62 | { 2, TF, sys_access, "access" }, /* 33 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 63 | { 1, 0, sys_nice, "nice" }, /* 34 */ |
| 64 | { 0, 0, sys_ftime, "ftime" }, /* 35 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 65 | { 0, 0, sys_sync, "sync" }, /* 36 */ |
| 66 | { 2, TS, sys_kill, "kill" }, /* 37 */ |
| 67 | { 2, TF, sys_rename, "rename" }, /* 38 */ |
| 68 | { 2, TF, sys_mkdir, "mkdir" }, /* 39 */ |
| 69 | { 1, TF, sys_rmdir, "rmdir" }, /* 40 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 70 | { 1, TD, sys_dup, "dup" }, /* 41 */ |
| 71 | { 1, TD, sys_pipe, "pipe" }, /* 42 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 72 | { 1, 0, sys_times, "times" }, /* 43 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 73 | { 0, 0, sys_prof, "prof" }, /* 44 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 74 | { 1, TM|SI, sys_brk, "brk" }, /* 45 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 75 | { 1, 0, sys_setgid, "setgid" }, /* 46 */ |
Dmitry V. Levin | 50a218d | 2011-01-18 17:36:20 +0000 | [diff] [blame] | 76 | { 0, NF, sys_getgid, "getgid" }, /* 47 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 77 | { 3, TS, sys_signal, "signal" }, /* 48 */ |
Dmitry V. Levin | 50a218d | 2011-01-18 17:36:20 +0000 | [diff] [blame] | 78 | { 0, NF, sys_geteuid, "geteuid" }, /* 49 */ |
| 79 | { 0, NF, sys_getegid, "getegid" }, /* 50 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 80 | { 1, TF, sys_acct, "acct" }, /* 51 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 81 | { 2, TF, sys_umount2, "umount" }, /* 52 */ |
| 82 | { 0, 0, sys_lock, "lock" }, /* 53 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 83 | { 3, TD, sys_ioctl, "ioctl" }, /* 54 */ |
| 84 | { 3, TD, sys_fcntl, "fcntl" }, /* 55 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 85 | { 0, 0, sys_mpx, "mpx" }, /* 56 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 86 | { 2, 0, sys_setpgid, "setpgid" }, /* 57 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 87 | { 2, 0, sys_ulimit, "ulimit" }, /* 58 */ |
| 88 | { 1, 0, sys_oldolduname, "oldolduname" }, /* 59 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 89 | { 1, 0, sys_umask, "umask" }, /* 60 */ |
| 90 | { 1, TF, sys_chroot, "chroot" }, /* 61 */ |
| 91 | { 2, 0, sys_ustat, "ustat" }, /* 62 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 92 | { 2, TD, sys_dup2, "dup2" }, /* 63 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 93 | { 0, 0, sys_getppid, "getppid" }, /* 64 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 94 | { 0, 0, sys_getpgrp, "getpgrp" }, /* 65 */ |
| 95 | { 0, 0, sys_setsid, "setsid" }, /* 66 */ |
| 96 | { 3, TS, sys_sigaction, "sigaction" }, /* 67 */ |
Dmitry V. Levin | faa2fe8 | 2011-11-25 21:57:31 +0000 | [diff] [blame] | 97 | { 0, TS, sys_siggetmask, "sgetmask" }, /* 68 */ |
| 98 | { 1, TS, sys_sigsetmask, "ssetmask" }, /* 69 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 99 | { 2, 0, sys_setreuid, "setreuid" }, /* 70 */ |
| 100 | { 2, 0, sys_setregid, "setregid" }, /* 71 */ |
| 101 | { 3, TS, sys_sigsuspend, "sigsuspend" }, /* 72 */ |
| 102 | { 1, TS, sys_sigpending, "sigpending" }, /* 73 */ |
| 103 | { 2, 0, sys_sethostname, "sethostname" }, /* 74 */ |
| 104 | { 2, 0, sys_setrlimit, "setrlimit" }, /* 75 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 105 | { 2, 0, sys_getrlimit, "oldgetrlimit" }, /* 76 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 106 | { 2, 0, sys_getrusage, "getrusage" }, /* 77 */ |
| 107 | { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */ |
| 108 | { 2, 0, sys_settimeofday, "settimeofday" }, /* 79 */ |
| 109 | { 2, 0, sys_getgroups, "getgroups" }, /* 80 */ |
| 110 | { 2, 0, sys_setgroups, "setgroups" }, /* 81 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 111 | { 1, TD, sys_oldselect, "oldselect" }, /* 82 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 112 | { 2, TF, sys_symlink, "symlink" }, /* 83 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 113 | { 2, TF, sys_oldlstat, "oldlstat" }, /* 84 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 114 | { 3, TF, sys_readlink, "readlink" }, /* 85 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 115 | { 1, TF, sys_uselib, "uselib" }, /* 86 */ |
Dmitry V. Levin | c0861c0 | 2011-11-25 23:04:04 +0000 | [diff] [blame] | 116 | { 2, TF, sys_swapon, "swapon" }, /* 87 */ |
Dmitry V. Levin | 30a0515 | 2011-11-25 23:13:15 +0000 | [diff] [blame] | 117 | { 4, 0, sys_reboot, "reboot" }, /* 88 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 118 | { 3, TD, sys_readdir, "readdir" }, /* 89 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 119 | { 6, TD|TM|SI, sys_mmap, "mmap" }, /* 90 */ |
| 120 | { 2, TM|SI, sys_munmap, "munmap" }, /* 91 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 121 | { 2, TF, sys_truncate, "truncate" }, /* 92 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 122 | { 2, TD, sys_ftruncate, "ftruncate" }, /* 93 */ |
| 123 | { 2, TD, sys_fchmod, "fchmod" }, /* 94 */ |
| 124 | { 3, TD, sys_fchown, "fchown" }, /* 95 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 125 | { 2, 0, sys_getpriority, "getpriority" }, /* 96 */ |
| 126 | { 3, 0, sys_setpriority, "setpriority" }, /* 97 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 127 | { 4, 0, sys_profil, "profil" }, /* 98 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 128 | { 2, TF, sys_statfs, "statfs" }, /* 99 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 129 | { 2, TD, sys_fstatfs, "fstatfs" }, /* 100 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 130 | { 3, 0, sys_ioperm, "ioperm" }, /* 101 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 131 | { 2, TD, sys_socketcall, "socketcall" }, /* 102 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 132 | { 3, 0, sys_syslog, "syslog" }, /* 103 */ |
| 133 | { 3, 0, sys_setitimer, "setitimer" }, /* 104 */ |
| 134 | { 2, 0, sys_getitimer, "getitimer" }, /* 105 */ |
| 135 | { 2, TF, sys_stat, "stat" }, /* 106 */ |
| 136 | { 2, TF, sys_lstat, "lstat" }, /* 107 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 137 | { 2, TD, sys_fstat, "fstat" }, /* 108 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 138 | { 1, 0, sys_olduname, "olduname" }, /* 109 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 139 | { 5, 0, printargs, "iopl" }, /* 110 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 140 | { 0, 0, sys_vhangup, "vhangup" }, /* 111 */ |
| 141 | { 0, 0, sys_idle, "idle" }, /* 112 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 142 | { 5, 0, sys_vm86, "vm86" }, /* 113 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 143 | { 4, TP, sys_wait4, "wait4" }, /* 114 */ |
Dmitry V. Levin | 612e092 | 2011-02-20 19:14:10 +0000 | [diff] [blame] | 144 | { 1, TF, sys_swapoff, "swapoff" }, /* 115 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 145 | { 1, 0, sys_sysinfo, "sysinfo" }, /* 116 */ |
Dmitry V. Levin | 454dcd4 | 2011-11-25 19:27:23 +0000 | [diff] [blame] | 146 | { 6, TI, sys_ipc, "ipc" }, /* 117 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 147 | { 1, TD, sys_fsync, "fsync" }, /* 118 */ |
Denys Vlasenko | f073679 | 2011-06-09 01:43:22 +0200 | [diff] [blame] | 148 | { 0, TS, sys_sigreturn, "sigreturn" }, /* 119 */ |
Roland McGrath | d8f98bc | 2003-05-23 00:29:00 +0000 | [diff] [blame] | 149 | { 5, TP, sys_clone, "clone" }, /* 120 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 150 | { 2, 0, sys_setdomainname, "setdomainname" }, /* 121 */ |
| 151 | { 1, 0, sys_uname, "uname" }, /* 122 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 152 | { 5, 0, printargs, "modify_ldt" }, /* 123 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 153 | { 1, 0, sys_adjtimex, "adjtimex" }, /* 124 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 154 | { 3, TM|SI, sys_mprotect, "mprotect" }, /* 125 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 155 | { 3, TS, sys_sigprocmask, "sigprocmask" }, /* 126 */ |
| 156 | { 2, 0, sys_create_module, "create_module" }, /* 127 */ |
Roland McGrath | 64434f8 | 2005-08-03 11:27:33 +0000 | [diff] [blame] | 157 | { 3, 0, sys_init_module, "init_module" }, /* 128 */ |
Roland McGrath | 6e26127 | 2007-07-05 19:28:35 +0000 | [diff] [blame] | 158 | { 2, 0, sys_delete_module, "delete_module" }, /* 129 */ |
Roland McGrath | 5c5aefd | 2002-12-15 23:58:43 +0000 | [diff] [blame] | 159 | { 1, 0, sys_get_kernel_syms, "get_kernel_syms" }, /* 130 */ |
Dmitry V. Levin | 7943966 | 2012-10-26 23:43:13 +0000 | [diff] [blame] | 160 | { 4, TF, sys_quotactl, "quotactl" }, /* 131 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 161 | { 1, 0, sys_getpgid, "getpgid" }, /* 132 */ |
Dmitry V. Levin | 6b03c9b | 2013-05-06 01:09:15 +0000 | [diff] [blame] | 162 | { 1, TD, sys_fchdir, "fchdir" }, /* 133 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 163 | { 0, 0, sys_bdflush, "bdflush" }, /* 134 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 164 | { 3, 0, sys_sysfs, "sysfs" }, /* 135 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 165 | { 1, 0, sys_personality, "personality" }, /* 136 */ |
| 166 | { 5, 0, sys_afs_syscall, "afs_syscall" }, /* 137 */ |
Dmitry V. Levin | 50a218d | 2011-01-18 17:36:20 +0000 | [diff] [blame] | 167 | { 1, NF, sys_setfsuid, "setfsuid" }, /* 138 */ |
| 168 | { 1, NF, sys_setfsgid, "setfsgid" }, /* 139 */ |
Denys Vlasenko | 99d3e01 | 2013-03-05 13:59:45 +0100 | [diff] [blame] | 169 | { 5, TD, sys_llseek, "_llseek" }, /* 140 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 170 | { 3, TD, sys_getdents, "getdents" }, /* 141 */ |
| 171 | { 5, TD, sys_select, "select" }, /* 142 */ |
| 172 | { 2, TD, sys_flock, "flock" }, /* 143 */ |
Namhyung Kim | 9679296 | 2012-10-24 11:41:57 +0900 | [diff] [blame] | 173 | { 3, TM, sys_msync, "msync" }, /* 144 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 174 | { 3, TD, sys_readv, "readv" }, /* 145 */ |
| 175 | { 3, TD, sys_writev, "writev" }, /* 146 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 176 | { 1, 0, sys_getsid, "getsid" }, /* 147 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 177 | { 1, TD, sys_fdatasync, "fdatasync" }, /* 148 */ |
Denys Vlasenko | 8677913 | 2012-03-17 18:00:14 +0100 | [diff] [blame] | 178 | { 1, 0, sys_sysctl, "_sysctl" }, /* 149 */ |
Namhyung Kim | 9679296 | 2012-10-24 11:41:57 +0900 | [diff] [blame] | 179 | { 2, TM, sys_mlock, "mlock" }, /* 150 */ |
| 180 | { 2, TM, sys_munlock, "munlock" }, /* 151 */ |
| 181 | { 1, TM, sys_mlockall, "mlockall" }, /* 152 */ |
| 182 | { 0, TM, sys_munlockall, "munlockall" }, /* 153 */ |
Roland McGrath | 5c5aefd | 2002-12-15 23:58:43 +0000 | [diff] [blame] | 183 | { 2, 0, sys_sched_setparam, "sched_setparam" }, /* 154 */ |
| 184 | { 2, 0, sys_sched_getparam, "sched_getparam" }, /* 155 */ |
| 185 | { 3, 0, sys_sched_setscheduler, "sched_setscheduler" }, /* 156 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 186 | { 1, 0, sys_sched_getscheduler, "sched_getscheduler" }, /* 157 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 187 | { 0, 0, sys_sched_yield, "sched_yield" }, /* 158 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 188 | { 1, 0, sys_sched_get_priority_max,"sched_get_priority_max"}, /* 159 */ |
| 189 | { 1, 0, sys_sched_get_priority_min,"sched_get_priority_min"}, /* 160 */ |
| 190 | { 2, 0, sys_sched_rr_get_interval,"sched_rr_get_interval"}, /* 161 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 191 | { 2, 0, sys_nanosleep, "nanosleep" }, /* 162 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 192 | { 5, TM|SI, sys_mremap, "mremap" }, /* 163 */ |
Wichert Akkerman | 50a2745 | 1999-06-21 13:07:29 +0000 | [diff] [blame] | 193 | { 3, 0, sys_setresuid, "setresuid" }, /* 164 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 194 | { 3, 0, sys_getresuid, "getresuid" }, /* 165 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 195 | { 5, 0, sys_query_module, "query_module" }, /* 166 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 196 | { 3, TD, sys_poll, "poll" }, /* 167 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 197 | { 3, 0, sys_nfsservctl, "nfsservctl" }, /* 168 */ |
Wichert Akkerman | 50a2745 | 1999-06-21 13:07:29 +0000 | [diff] [blame] | 198 | { 3, 0, sys_setresgid, "setresgid" }, /* 169 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 199 | { 3, 0, sys_getresgid, "getresgid" }, /* 170 */ |
Dmitry V. Levin | 86c26be | 2008-09-03 00:52:47 +0000 | [diff] [blame] | 200 | { 5, 0, sys_prctl, "prctl" }, /* 171 */ |
Denys Vlasenko | 3cc9438 | 2012-01-10 16:48:19 +0100 | [diff] [blame] | 201 | { 0, TS, sys_rt_sigreturn, "rt_sigreturn" }, /* 172 */ |
Wichert Akkerman | 50a2745 | 1999-06-21 13:07:29 +0000 | [diff] [blame] | 202 | { 4, TS, sys_rt_sigaction, "rt_sigaction" }, /* 173 */ |
Roland McGrath | 5c5aefd | 2002-12-15 23:58:43 +0000 | [diff] [blame] | 203 | { 4, TS, sys_rt_sigprocmask, "rt_sigprocmask" }, /* 174 */ |
Wichert Akkerman | 50a2745 | 1999-06-21 13:07:29 +0000 | [diff] [blame] | 204 | { 2, TS, sys_rt_sigpending, "rt_sigpending" }, /* 175 */ |
Roland McGrath | 5c5aefd | 2002-12-15 23:58:43 +0000 | [diff] [blame] | 205 | { 4, TS, sys_rt_sigtimedwait, "rt_sigtimedwait" }, /* 176 */ |
| 206 | { 3, TS, sys_rt_sigqueueinfo, "rt_sigqueueinfo" }, /* 177 */ |
Wichert Akkerman | 50a2745 | 1999-06-21 13:07:29 +0000 | [diff] [blame] | 207 | { 2, TS, sys_rt_sigsuspend, "rt_sigsuspend" }, /* 178 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 208 | { 6, TD, sys_pread, "pread64" }, /* 179 */ |
| 209 | { 6, TD, sys_pwrite, "pwrite64" }, /* 180 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 210 | { 3, TF, sys_chown, "chown" }, /* 181 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 211 | { 2, TF, sys_getcwd, "getcwd" }, /* 182 */ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 212 | { 2, 0, sys_capget, "capget" }, /* 183 */ |
| 213 | { 2, 0, sys_capset, "capset" }, /* 184 */ |
Wichert Akkerman | 50a2745 | 1999-06-21 13:07:29 +0000 | [diff] [blame] | 214 | { 2, TS, sys_sigaltstack, "sigaltstack" }, /* 185 */ |
Denys Vlasenko | 24f0dce | 2008-12-29 20:04:15 +0000 | [diff] [blame] | 215 | { 4, TD|TN, sys_sendfile, "sendfile" }, /* 186 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 216 | { 5, 0, sys_getpmsg, "getpmsg" }, /* 187 */ |
| 217 | { 5, 0, sys_putpmsg, "putpmsg" }, /* 188 */ |
Wichert Akkerman | c792698 | 2000-04-10 22:22:31 +0000 | [diff] [blame] | 218 | { 0, TP, sys_vfork, "vfork" }, /* 189 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 219 | { 2, 0, sys_getrlimit, "getrlimit" }, /* 190 */ |
Andreas Schwab | d45f0a6 | 2009-11-03 15:21:14 +0100 | [diff] [blame] | 220 | { 5, TD, sys_readahead, "readahead" }, /* 190 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 221 | { 6, TD|TM|SI, sys_mmap_4koff, "mmap2" }, /* 192 */ |
Roland McGrath | 55f4570 | 2003-01-14 23:41:01 +0000 | [diff] [blame] | 222 | { 4, TF, sys_truncate64, "truncate64" }, /* 193 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 223 | { 4, TD, sys_ftruncate64, "ftruncate64" }, /* 194 */ |
Wichert Akkerman | c792698 | 2000-04-10 22:22:31 +0000 | [diff] [blame] | 224 | { 2, TF, sys_stat64, "stat64" }, /* 195 */ |
| 225 | { 2, TF, sys_lstat64, "lstat64" }, /* 196 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 226 | { 2, TD, sys_fstat64, "fstat64" }, /* 197 */ |
Wichert Akkerman | 8d15e21 | 2001-04-12 09:01:10 +0000 | [diff] [blame] | 227 | { 5, 0, printargs, "pciconfig_read" }, /* 198 */ |
| 228 | { 5, 0, printargs, "pciconfig_write" }, /* 199 */ |
| 229 | { 3, 0, printargs, "pciconfig_iobase" }, /* 200 */ |
Denys Vlasenko | d9560c1 | 2011-08-19 17:41:28 +0200 | [diff] [blame] | 230 | { 6, 0, printargs, "MOL" }, /* 201 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 231 | { 3, TD, sys_getdents64, "getdents64" }, /* 202 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 232 | { 2, TF, sys_pivotroot, "pivot_root" }, /* 203 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 233 | { 3, TD, sys_fcntl, "fcntl64" }, /* 204 */ |
Namhyung Kim | 9679296 | 2012-10-24 11:41:57 +0900 | [diff] [blame] | 234 | { 3, TM, sys_madvise, "madvise" }, /* 205 */ |
| 235 | { 3, TM, sys_mincore, "mincore" }, /* 206 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 236 | { 0, 0, sys_gettid, "gettid" }, /* 207 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 237 | { 2, TS, sys_kill, "tkill" }, /* 208 */ |
| 238 | { 5, TF, sys_setxattr, "setxattr" }, /* 209 */ |
| 239 | { 5, TF, sys_setxattr, "lsetxattr" }, /* 210 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 240 | { 5, TD, sys_fsetxattr, "fsetxattr" }, /* 211 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 241 | { 4, TF, sys_getxattr, "getxattr" }, /* 212 */ |
| 242 | { 4, TF, sys_getxattr, "lgetxattr" }, /* 213 */ |
Dmitry V. Levin | 1e43961 | 2011-02-20 19:50:28 +0000 | [diff] [blame] | 243 | { 4, TD, sys_fgetxattr, "fgetxattr" }, /* 214 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 244 | { 3, TF, sys_listxattr, "listxattr" }, /* 215 */ |
| 245 | { 3, TF, sys_listxattr, "llistxattr" }, /* 216 */ |
Dmitry V. Levin | 1e43961 | 2011-02-20 19:50:28 +0000 | [diff] [blame] | 246 | { 3, TD, sys_flistxattr, "flistxattr" }, /* 217 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 247 | { 2, TF, sys_removexattr, "removexattr" }, /* 218 */ |
| 248 | { 2, TF, sys_removexattr, "lremovexattr" }, /* 219 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 249 | { 2, TD, sys_fremovexattr, "fremovexattr" }, /* 220 */ |
Roland McGrath | 334baa8 | 2008-07-18 01:23:49 +0000 | [diff] [blame] | 250 | { 6, 0, sys_futex, "futex" }, /* 221 */ |
Roland McGrath | 6500d0a | 2003-01-14 07:53:37 +0000 | [diff] [blame] | 251 | { 3, 0, sys_sched_setaffinity, "sched_setaffinity" }, /* 222 */ |
| 252 | { 3, 0, sys_sched_getaffinity, "sched_getaffinity" }, /* 223 */ |
Denys Vlasenko | c1371eb | 2012-03-19 09:51:42 +0100 | [diff] [blame] | 253 | { 5, 0, NULL, NULL }, /* 224 */ |
Roland McGrath | 3a95725 | 2004-01-13 10:13:43 +0000 | [diff] [blame] | 254 | { 5, 0, printargs, "tux" }, /* 225 */ |
Denys Vlasenko | 24f0dce | 2008-12-29 20:04:15 +0000 | [diff] [blame] | 255 | { 4, TD|TN, sys_sendfile64, "sendfile64" }, /* 226 */ |
Roland McGrath | 37b9f84 | 2005-05-09 08:02:00 +0000 | [diff] [blame] | 256 | { 2, 0, sys_io_setup, "io_setup" }, /* 227 */ |
| 257 | { 1, 0, sys_io_destroy, "io_destroy" }, /* 228 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 258 | { 5, 0, sys_io_getevents, "io_getevents" }, /* 229 */ |
Roland McGrath | 37b9f84 | 2005-05-09 08:02:00 +0000 | [diff] [blame] | 259 | { 3, 0, sys_io_submit, "io_submit" }, /* 230 */ |
| 260 | { 3, 0, sys_io_cancel, "io_cancel" }, /* 231 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 261 | { 1, 0, sys_set_tid_address, "set_tid_address" }, /* 232 */ |
Dmitry V. Levin | fdbe3c5 | 2011-02-20 15:23:22 +0000 | [diff] [blame] | 262 | { 6, TD, sys_fadvise64, "fadvise64" }, /* 233 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 263 | { 1, TP|SE, sys_exit, "exit_group" }, /* 234 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 264 | { 4, 0, sys_lookup_dcookie, "lookup_dcookie" }, /* 235 */ |
Dmitry V. Levin | b9839ef | 2011-02-20 19:58:09 +0000 | [diff] [blame] | 265 | { 1, TD, sys_epoll_create, "epoll_create" }, /* 236 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 266 | { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 237 */ |
| 267 | { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 238 */ |
Dmitry V. Levin | 549e2c4 | 2014-05-12 14:37:50 +0000 | [diff] [blame] | 268 | { 5, TM|SI, sys_remap_file_pages, "remap_file_pages" }, /* 239 */ |
Roland McGrath | 3a95725 | 2004-01-13 10:13:43 +0000 | [diff] [blame] | 269 | { 3, 0, sys_timer_create, "timer_create" }, /* 240 */ |
| 270 | { 4, 0, sys_timer_settime, "timer_settime" }, /* 241 */ |
| 271 | { 2, 0, sys_timer_gettime, "timer_gettime" }, /* 242 */ |
| 272 | { 1, 0, sys_timer_getoverrun, "timer_getoverrun" }, /* 243 */ |
| 273 | { 1, 0, sys_timer_delete, "timer_delete" }, /* 244 */ |
| 274 | { 2, 0, sys_clock_settime, "clock_settime" }, /* 245 */ |
| 275 | { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 246 */ |
| 276 | { 2, 0, sys_clock_getres, "clock_getres" }, /* 247 */ |
| 277 | { 4, 0, sys_clock_nanosleep, "clock_nanosleep" }, /* 248 */ |
| 278 | { 2, 0, printargs, "swapcontext" }, /* 249 */ |
Roland McGrath | 728d94d | 2003-07-17 09:03:01 +0000 | [diff] [blame] | 279 | { 3, TS, sys_tgkill, "tgkill" }, /* 250 */ |
Roland McGrath | 3a95725 | 2004-01-13 10:13:43 +0000 | [diff] [blame] | 280 | { 2, TF, sys_utimes, "utimes" }, /* 251 */ |
| 281 | { 3, TF, sys_statfs64, "statfs64" }, /* 252 */ |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 282 | { 3, TD, sys_fstatfs64, "fstatfs64" }, /* 253 */ |
Dmitry V. Levin | fdbe3c5 | 2011-02-20 15:23:22 +0000 | [diff] [blame] | 283 | { 6, TD, sys_fadvise64_64, "fadvise64_64" }, /* 254 */ |
Roland McGrath | 54394c8 | 2004-02-20 02:25:18 +0000 | [diff] [blame] | 284 | { 1, 0, printargs, "rtas" }, /* 255 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 285 | { 5, 0, printargs, "debug_setcontext" }, /* 256 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 286 | { 5, 0, sys_vserver, "vserver" }, /* 257 */ |
Namhyung Kim | 9679296 | 2012-10-24 11:41:57 +0900 | [diff] [blame] | 287 | { 5, TM, sys_migrate_pages, "migrate_pages" }, /* 258 */ |
| 288 | { 6, TM, sys_mbind, "mbind" }, /* 259 */ |
| 289 | { 5, TM, sys_get_mempolicy, "get_mempolicy" }, /* 260 */ |
| 290 | { 3, TM, sys_set_mempolicy, "set_mempolicy" }, /* 261 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 291 | { 4, 0, sys_mq_open, "mq_open" }, /* 262 */ |
| 292 | { 1, 0, sys_mq_unlink, "mq_unlink" }, /* 263 */ |
| 293 | { 5, 0, sys_mq_timedsend, "mq_timedsend" }, /* 264 */ |
| 294 | { 5, 0, sys_mq_timedreceive, "mq_timedreceive" }, /* 265 */ |
| 295 | { 2, 0, sys_mq_notify, "mq_notify" }, /* 266 */ |
| 296 | { 3, 0, sys_mq_getsetattr, "mq_getsetattr" }, /* 267 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 297 | { 4, 0, sys_kexec_load, "kexec_load" }, /* 268 */ |
| 298 | { 5, 0, sys_add_key, "add_key" }, /* 269 */ |
| 299 | { 4, 0, sys_request_key, "request_key" }, /* 270 */ |
| 300 | { 5, 0, sys_keyctl, "keyctl" }, /* 271 */ |
Roland McGrath | 039a00a | 2005-05-09 07:40:27 +0000 | [diff] [blame] | 301 | { 5, TP, sys_waitid, "waitid" }, /* 272 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 302 | { 3, 0, sys_ioprio_set, "ioprio_set" }, /* 273 */ |
| 303 | { 2, 0, sys_ioprio_get, "ioprio_get" }, /* 274 */ |
| 304 | { 0, TD, sys_inotify_init, "inotify_init" }, /* 275 */ |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 305 | { 3, TD, sys_inotify_add_watch, "inotify_add_watch" }, /* 276 */ |
| 306 | { 2, TD, sys_inotify_rm_watch, "inotify_rm_watch" }, /* 277 */ |
| 307 | { 5, 0, printargs, "spu_run" }, /* 278 */ |
| 308 | { 5, 0, printargs, "spu_create" }, /* 279 */ |
| 309 | { 6, TD, sys_pselect6, "pselect6" }, /* 280 */ |
| 310 | { 5, TD, sys_ppoll, "ppoll" }, /* 281 */ |
| 311 | { 1, TP, sys_unshare, "unshare" }, /* 282 */ |
Dmitry V. Levin | d99e48c | 2011-10-11 17:07:05 +0000 | [diff] [blame] | 312 | { 6, TD, sys_splice, "splice" }, /* 283 */ |
| 313 | { 4, TD, sys_tee, "tee" }, /* 284 */ |
| 314 | { 4, TD, sys_vmsplice, "vmsplice" }, /* 285 */ |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 315 | { 4, TD|TF, sys_openat, "openat" }, /* 286 */ |
| 316 | { 3, TD|TF, sys_mkdirat, "mkdirat" }, /* 287 */ |
| 317 | { 4, TD|TF, sys_mknodat, "mknodat" }, /* 288 */ |
| 318 | { 5, TD|TF, sys_fchownat, "fchownat" }, /* 289 */ |
| 319 | { 3, TD|TF, sys_futimesat, "futimesat" }, /* 290 */ |
Dmitry V. Levin | 62d0428 | 2011-01-19 00:21:07 +0000 | [diff] [blame] | 320 | { 4, TD|TF, sys_newfstatat, "newfstatat" }, /* 291 */ |
Dmitry V. Levin | 95ebf5a | 2006-10-13 20:25:12 +0000 | [diff] [blame] | 321 | { 3, TD|TF, sys_unlinkat, "unlinkat" }, /* 292 */ |
| 322 | { 4, TD|TF, sys_renameat, "renameat" }, /* 293 */ |
| 323 | { 5, TD|TF, sys_linkat, "linkat" }, /* 294 */ |
| 324 | { 3, TD|TF, sys_symlinkat, "symlinkat" }, /* 295 */ |
| 325 | { 4, TD|TF, sys_readlinkat, "readlinkat" }, /* 296 */ |
| 326 | { 3, TD|TF, sys_fchmodat, "fchmodat" }, /* 297 */ |
| 327 | { 3, TD|TF, sys_faccessat, "faccessat" }, /* 298 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 328 | { 3, 0, sys_get_robust_list, "get_robust_list" }, /* 299 */ |
| 329 | { 2, 0, sys_set_robust_list, "set_robust_list" }, /* 300 */ |
Namhyung Kim | 9679296 | 2012-10-24 11:41:57 +0900 | [diff] [blame] | 330 | { 6, TM, sys_move_pages, "move_pages" }, /* 301 */ |
Roland McGrath | 245745c | 2007-08-02 01:44:14 +0000 | [diff] [blame] | 331 | { 3, 0, sys_getcpu, "getcpu" }, /* 302 */ |
Dmitry V. Levin | a706881 | 2011-11-25 23:19:47 +0000 | [diff] [blame] | 332 | { 6, TD, sys_epoll_pwait, "epoll_pwait" }, /* 303 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 333 | { 4, TD|TF, sys_utimensat, "utimensat" }, /* 304 */ |
Roland McGrath | 6f91dcf | 2007-08-02 01:23:00 +0000 | [diff] [blame] | 334 | { 3, TD|TS, sys_signalfd, "signalfd" }, /* 305 */ |
Denys Vlasenko | 99d3e01 | 2013-03-05 13:59:45 +0100 | [diff] [blame] | 335 | { 2, TD, sys_timerfd_create, "timerfd_create" }, /* 306 */ |
Roland McGrath | e6a00af | 2007-08-02 01:37:01 +0000 | [diff] [blame] | 336 | { 1, TD, sys_eventfd, "eventfd" }, /* 307 */ |
Dmitry V. Levin | f9236e6 | 2013-05-08 17:03:24 +0000 | [diff] [blame] | 337 | { 6, TD, sys_sync_file_range2, "sync_file_range2" }, /* 308 */ |
Dmitry V. Levin | 2bc744d | 2011-02-20 20:17:00 +0000 | [diff] [blame] | 338 | { 6, TD, sys_fallocate, "fallocate" }, /* 309 */ |
Denys Vlasenko | b63256e | 2011-06-07 12:13:24 +0200 | [diff] [blame] | 339 | { 3, 0, sys_subpage_prot, "subpage_prot" }, /* 310 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 340 | { 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 311 */ |
| 341 | { 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 312 */ |
| 342 | { 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 313 */ |
| 343 | { 2, TD, sys_eventfd2, "eventfd2" }, /* 314 */ |
Dmitry V. Levin | b9839ef | 2011-02-20 19:58:09 +0000 | [diff] [blame] | 344 | { 1, TD, sys_epoll_create1, "epoll_create1" }, /* 315 */ |
Dmitry V. Levin | 6230039 | 2010-04-05 23:44:48 +0000 | [diff] [blame] | 345 | { 3, TD, sys_dup3, "dup3" }, /* 316 */ |
| 346 | { 2, TD, sys_pipe2, "pipe2" }, /* 317 */ |
| 347 | { 1, TD, sys_inotify_init1, "inotify_init1" }, /* 318 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 348 | { 5, TD, sys_perf_event_open, "perf_event_open" }, /* 319 */ |
Dmitry V. Levin | 7845a42 | 2014-04-17 13:32:47 +0000 | [diff] [blame] | 349 | { 5, TD, sys_preadv, "preadv" }, /* 320 */ |
| 350 | { 5, TD, sys_pwritev, "pwritev" }, /* 321 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 351 | { 4, TP|TS, sys_rt_tgsigqueueinfo, "rt_tgsigqueueinfo" }, /* 322 */ |
| 352 | { 2, TD, sys_fanotify_init, "fanotify_init" }, /* 323 */ |
Mike Frysinger | 9e937d9 | 2013-08-19 01:00:39 -0400 | [diff] [blame] | 353 | { 6, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 324 */ |
Dmitry V. Levin | b9e897d | 2011-10-12 19:03:29 +0000 | [diff] [blame] | 354 | { 4, 0, sys_prlimit64, "prlimit64" }, /* 325 */ |
Anton Blanchard | 7015fe4 | 2012-03-27 10:34:54 +1100 | [diff] [blame] | 355 | { 3, TN, sys_socket, "socket" }, /* 326 */ |
| 356 | { 3, TN, sys_bind, "bind" }, /* 327 */ |
| 357 | { 3, TN, sys_connect, "connect" }, /* 328 */ |
| 358 | { 2, TN, sys_listen, "listen" }, /* 329 */ |
| 359 | { 3, TN, sys_accept, "accept" }, /* 330 */ |
| 360 | { 3, TN, sys_getsockname, "getsockname" }, /* 331 */ |
| 361 | { 3, TN, sys_getpeername, "getpeername" }, /* 332 */ |
| 362 | { 4, TN, sys_socketpair, "socketpair" }, /* 333 */ |
| 363 | { 4, TN, sys_send, "send" }, /* 334 */ |
| 364 | { 6, TN, sys_sendto, "sendto" }, /* 335 */ |
| 365 | { 4, TN, sys_recv, "recv" }, /* 336 */ |
| 366 | { 6, TN, sys_recvfrom, "recvfrom" }, /* 337 */ |
| 367 | { 2, TN, sys_shutdown, "shutdown" }, /* 338 */ |
| 368 | { 5, TN, sys_setsockopt, "setsockopt" }, /* 339 */ |
| 369 | { 5, TN, sys_getsockopt, "getsockopt" }, /* 340 */ |
| 370 | { 3, TN, sys_sendmsg, "sendmsg" }, /* 341 */ |
Denys Vlasenko | 99d3e01 | 2013-03-05 13:59:45 +0100 | [diff] [blame] | 371 | { 3, TN, sys_recvmsg, "recvmsg" }, /* 342 */ |
Anton Blanchard | 7015fe4 | 2012-03-27 10:34:54 +1100 | [diff] [blame] | 372 | { 5, TN, sys_recvmmsg, "recvmmsg" }, /* 343 */ |
| 373 | { 4, TN, sys_accept4, "accept4" }, /* 344 */ |
Dmitry V. Levin | 00ebeee | 2011-11-26 23:37:23 +0000 | [diff] [blame] | 374 | { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" }, /* 345 */ |
| 375 | { 3, TD, sys_open_by_handle_at, "open_by_handle_at" }, /* 346 */ |
| 376 | { 2, 0, sys_clock_adjtime, "clock_adjtime" }, /* 347 */ |
| 377 | { 1, TD, sys_syncfs, "syncfs" }, /* 348 */ |
| 378 | { 4, TN, sys_sendmmsg, "sendmmsg" }, /* 349 */ |
| 379 | { 2, TD, sys_setns, "setns" }, /* 350 */ |
Denys Vlasenko | 3af224c | 2012-01-28 01:46:33 +0100 | [diff] [blame] | 380 | { 6, 0, sys_process_vm_readv, "process_vm_readv" }, /* 351 */ |
Dmitry V. Levin | d92029e | 2012-03-10 15:04:16 +0000 | [diff] [blame] | 381 | { 6, 0, sys_process_vm_writev, "process_vm_writev" }, /* 352 */ |
Mike Frysinger | e971da4 | 2014-08-14 04:05:41 -0400 | [diff] [blame] | 382 | { 3, TD, sys_finit_module, "finit_module" }, /* 353 */ |
| 383 | { 5, 0, sys_kcmp, "kcmp" }, /* 354 */ |
| 384 | { 3, 0, sys_sched_setattr, "sched_setattr" }, /* 355 */ |
| 385 | { 4, 0, sys_sched_getattr, "sched_getattr" }, /* 356 */ |
| 386 | { 5, TD|TF, sys_renameat2, "renameat2" }, /* 357 */ |
Denys Vlasenko | c1371eb | 2012-03-19 09:51:42 +0100 | [diff] [blame] | 387 | { 5, 0, NULL, NULL }, /* 358 */ |
| 388 | { 5, 0, NULL, NULL }, /* 359 */ |
| 389 | { 5, 0, NULL, NULL }, /* 360 */ |
| 390 | { 5, 0, NULL, NULL }, /* 361 */ |
| 391 | { 5, 0, NULL, NULL }, /* 362 */ |
| 392 | { 5, 0, NULL, NULL }, /* 363 */ |
| 393 | { 5, 0, NULL, NULL }, /* 364 */ |
| 394 | { 5, 0, NULL, NULL }, /* 365 */ |
| 395 | { 5, 0, NULL, NULL }, /* 366 */ |
| 396 | { 5, 0, NULL, NULL }, /* 367 */ |
| 397 | { 5, 0, NULL, NULL }, /* 368 */ |
| 398 | { 5, 0, NULL, NULL }, /* 369 */ |
| 399 | { 5, 0, NULL, NULL }, /* 370 */ |
| 400 | { 5, 0, NULL, NULL }, /* 371 */ |
| 401 | { 5, 0, NULL, NULL }, /* 372 */ |
| 402 | { 5, 0, NULL, NULL }, /* 373 */ |
| 403 | { 5, 0, NULL, NULL }, /* 374 */ |
| 404 | { 5, 0, NULL, NULL }, /* 375 */ |
| 405 | { 5, 0, NULL, NULL }, /* 376 */ |
| 406 | { 5, 0, NULL, NULL }, /* 377 */ |
| 407 | { 5, 0, NULL, NULL }, /* 378 */ |
| 408 | { 5, 0, NULL, NULL }, /* 379 */ |
| 409 | { 5, 0, NULL, NULL }, /* 380 */ |
| 410 | { 5, 0, NULL, NULL }, /* 381 */ |
| 411 | { 5, 0, NULL, NULL }, /* 382 */ |
| 412 | { 5, 0, NULL, NULL }, /* 383 */ |
| 413 | { 5, 0, NULL, NULL }, /* 384 */ |
| 414 | { 5, 0, NULL, NULL }, /* 385 */ |
| 415 | { 5, 0, NULL, NULL }, /* 386 */ |
| 416 | { 5, 0, NULL, NULL }, /* 387 */ |
| 417 | { 5, 0, NULL, NULL }, /* 388 */ |
| 418 | { 5, 0, NULL, NULL }, /* 389 */ |
| 419 | { 5, 0, NULL, NULL }, /* 390 */ |
| 420 | { 5, 0, NULL, NULL }, /* 391 */ |
| 421 | { 5, 0, NULL, NULL }, /* 392 */ |
| 422 | { 5, 0, NULL, NULL }, /* 393 */ |
| 423 | { 5, 0, NULL, NULL }, /* 394 */ |
| 424 | { 5, 0, NULL, NULL }, /* 395 */ |
| 425 | { 5, 0, NULL, NULL }, /* 396 */ |
| 426 | { 5, 0, NULL, NULL }, /* 397 */ |
| 427 | { 5, 0, NULL, NULL }, /* 398 */ |
| 428 | { 5, 0, NULL, NULL }, /* 399 */ |
Dmitry V. Levin | de462cf | 2013-05-07 18:38:01 +0400 | [diff] [blame] | 429 | #define SYS_socket_subcall 400 |
| 430 | #include "subcall.h" |
Denys Vlasenko | c1371eb | 2012-03-19 09:51:42 +0100 | [diff] [blame] | 431 | { 5, 0, NULL, NULL }, /* 445 */ |
| 432 | { 5, 0, NULL, NULL }, /* 446 */ |
| 433 | { 5, 0, NULL, NULL }, /* 447 */ |
| 434 | { 5, 0, NULL, NULL }, /* 448 */ |
| 435 | { 5, 0, NULL, NULL }, /* 449 */ |