1890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_io_setup,			"io_setup"			}, /*    0 */
2890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_io_destroy,			"io_destroy"			}, /*    1 */
3890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_io_submit,			"io_submit"			}, /*    2 */
4890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_io_cancel,			"io_cancel"			}, /*    3 */
5890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	0,	sys_io_getevents,		"io_getevents"			}, /*    4 */
6890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TF,	sys_setxattr,			"setxattr"			}, /*    5 */
7890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TF,	sys_setxattr,			"lsetxattr"			}, /*    6 */
8890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD,	sys_fsetxattr,			"fsetxattr"			}, /*    7 */
9890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TF,	sys_getxattr,			"getxattr"			}, /*    8 */
10890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TF,	sys_getxattr,			"lgetxattr"			}, /*    9 */
11890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_fgetxattr,			"fgetxattr"			}, /*   10 */
12890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TF,	sys_listxattr,			"listxattr"			}, /*   11 */
13890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TF,	sys_listxattr,			"llistxattr"			}, /*   12 */
14890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_flistxattr,			"flistxattr"			}, /*   13 */
15890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_removexattr,		"removexattr"			}, /*   14 */
16890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_removexattr,		"lremovexattr"			}, /*   15 */
17890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fremovexattr,		"fremovexattr"			}, /*   16 */
18890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_getcwd,			"getcwd"			}, /*   17 */
1999d3e01eefa315999574e205b9c9d65ab01d1b68Denys Vlasenko	{ 3,	0,	sys_lookup_dcookie,		"lookup_dcookie"		}, /*   18 */
20890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_eventfd2,			"eventfd2"			}, /*   19 */
21890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_epoll_create1,		"epoll_create1"			}, /*   20 */
22890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_epoll_ctl,			"epoll_ctl"			}, /*   21 */
23890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TD,	sys_epoll_pwait,		"epoll_pwait"			}, /*   22 */
24890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_dup,			"dup"				}, /*   23 */
25890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_dup3,			"dup3"				}, /*   24 */
26890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_fcntl,			"fcntl"				}, /*   25 */
27890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_inotify_init1,		"inotify_init1"			}, /*   26 */
28890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_inotify_add_watch,		"inotify_add_watch"		}, /*   27 */
29890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_inotify_rm_watch,		"inotify_rm_watch"		}, /*   28 */
30890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_ioctl,			"ioctl"				}, /*   29 */
31890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_ioprio_set,			"ioprio_set"			}, /*   30 */
32890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_ioprio_get,			"ioprio_get"			}, /*   31 */
33890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_flock,			"flock"				}, /*   32 */
34890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_mknodat,			"mknodat"			}, /*   33 */
35890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_mkdirat,			"mkdirat"			}, /*   34 */
36890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_unlinkat,			"unlinkat"			}, /*   35 */
37890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_symlinkat,			"symlinkat"			}, /*   36 */
38890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD|TF,	sys_linkat,			"linkat"			}, /*   37 */
39890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_renameat,			"renameat"			}, /*   38 */
40890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_umount2,			"umount2"			}, /*   39 */
41890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TF,	sys_mount,			"mount"				}, /*   40 */
42890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_pivotroot,			"pivot_root"			}, /*   41 */
43890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_nfsservctl,			"nfsservctl"			}, /*   42 */
44890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_statfs,			"statfs64"			}, /*   43 */
45890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fstatfs,			"fstatfs64"			}, /*   44 */
46890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_truncate,			"truncate64"			}, /*   45 */
47890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_ftruncate,			"ftruncate64"			}, /*   46 */
48eb1cc1568ccaac829436c70d1627a6b090df37ebDmitry V. Levin	{ 4,	TD,	sys_fallocate,			"fallocate"			}, /*   47 */
49890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_faccessat,			"faccessat"			}, /*   48 */
50890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_chdir,			"chdir"				}, /*   49 */
51890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_fchdir,			"fchdir"			}, /*   50 */
52890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_chroot,			"chroot"			}, /*   51 */
53890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fchmod,			"fchmod"			}, /*   52 */
54890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_fchmodat,			"fchmodat"			}, /*   53 */
55890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD|TF,	sys_fchownat,			"fchownat"			}, /*   54 */
56890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_fchown,			"fchown"			}, /*   55 */
57890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_openat,			"openat"			}, /*   56 */
58890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_close,			"close"				}, /*   57 */
59890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_vhangup,			"vhangup"			}, /*   58 */
60890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_pipe2,			"pipe2"				}, /*   59 */
61890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TF,	sys_quotactl,			"quotactl"			}, /*   60 */
62890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_getdents64,			"getdents64"			}, /*   61 */
63890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_lseek,			"lseek"				}, /*   62 */
64890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_read,			"read"				}, /*   63 */
65890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_write,			"write"				}, /*   64 */
66890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_readv,			"readv"				}, /*   65 */
67890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_writev,			"writev"			}, /*   66 */
685273cb7d607e89043a80da36cf13580567c0dcd0Dmitry V. Levin	{ 4,	TD,	sys_pread,			"pread64"			}, /*   67 */
695273cb7d607e89043a80da36cf13580567c0dcd0Dmitry V. Levin	{ 4,	TD,	sys_pwrite,			"pwrite64"			}, /*   68 */
70ea5a07968439a79a770fb35071ba555c2c3c54b5Dmitry V. Levin	{ 4,	TD,	sys_preadv,			"preadv"			}, /*   69 */
71ea5a07968439a79a770fb35071ba555c2c3c54b5Dmitry V. Levin	{ 4,	TD,	sys_pwritev,			"pwritev"			}, /*   70 */
722c42f32518e43b1e5ccb00c19010a799be6858d4Dmitry V. Levin	{ 4,	TD|TN,	sys_sendfile64,			"sendfile"			}, /*   71 */
73890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TD,	sys_pselect6,			"pselect6"			}, /*   72 */
74890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD,	sys_ppoll,			"ppoll"				}, /*   73 */
75890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TS,	sys_signalfd4,			"signalfd4"			}, /*   74 */
76890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_vmsplice,			"vmsplice"			}, /*   75 */
77890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TD,	sys_splice,			"splice"			}, /*   76 */
78890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_tee,			"tee"				}, /*   77 */
79890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_readlinkat,			"readlinkat"			}, /*   78 */
80890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_newfstatat,			"newfstatat"			}, /*   79 */
81890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fstat,			"fstat"				}, /*   80 */
82890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_sync,			"sync"				}, /*   81 */
83890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_fsync,			"fsync"				}, /*   82 */
84890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_fdatasync,			"fdatasync"			}, /*   83 */
85890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_sync_file_range,		"sync_file_range"		}, /*   84 */
86890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_timerfd_create,		"timerfd_create"		}, /*   85 */
87890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_timerfd_settime,		"timerfd_settime"		}, /*   86 */
88890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_timerfd_gettime,		"timerfd_gettime"		}, /*   87 */
89890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_utimensat,			"utimensat"			}, /*   88 */
90890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_acct,			"acct"				}, /*   89 */
91890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_capget,			"capget"			}, /*   90 */
92890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_capset,			"capset"			}, /*   91 */
93890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_personality,		"personality"			}, /*   92 */
94549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 1,	TP|SE,	sys_exit,			"exit"				}, /*   93 */
95549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 1,	TP|SE,	sys_exit,			"exit_group"			}, /*   94 */
96890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TP,	sys_waitid,			"waitid"			}, /*   95 */
97890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_set_tid_address,		"set_tid_address"		}, /*   96 */
98890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TP,	sys_unshare,			"unshare"			}, /*   97 */
99890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	0,	sys_futex,			"futex"				}, /*   98 */
100890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_set_robust_list,		"set_robust_list"		}, /*   99 */
101890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_get_robust_list,		"get_robust_list"		}, /*  100 */
102890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_nanosleep,			"nanosleep"			}, /*  101 */
103890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_getitimer,			"getitimer"			}, /*  102 */
104890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_setitimer,			"setitimer"			}, /*  103 */
105890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_kexec_load,			"kexec_load"			}, /*  104 */
106890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_init_module,		"init_module"			}, /*  105 */
107890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_delete_module,		"delete_module"			}, /*  106 */
108890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_timer_create,		"timer_create"			}, /*  107 */
109890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_timer_gettime,		"timer_gettime"			}, /*  108 */
110890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_timer_getoverrun,		"timer_getoverrun"		}, /*  109 */
111890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_timer_settime,		"timer_settime"			}, /*  110 */
112890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_timer_delete,		"timer_delete"			}, /*  111 */
113890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_clock_settime,		"clock_settime"			}, /*  112 */
114890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_clock_gettime,		"clock_gettime"			}, /*  113 */
115890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_clock_getres,		"clock_getres"			}, /*  114 */
116890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_clock_nanosleep,		"clock_nanosleep"		}, /*  115 */
117890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_syslog,			"syslog"			}, /*  116 */
118890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_ptrace,			"ptrace"			}, /*  117 */
119890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_sched_setparam,		"sched_setparam"		}, /*  118 */
120890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_sched_setscheduler,		"sched_setscheduler"		}, /*  119 */
121890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_sched_getscheduler,		"sched_getscheduler"		}, /*  120 */
122890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_sched_getparam,		"sched_getparam"		}, /*  121 */
123890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_sched_setaffinity,		"sched_setaffinity"		}, /*  122 */
124890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_sched_getaffinity,		"sched_getaffinity"		}, /*  123 */
125890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_sched_yield,		"sched_yield"			}, /*  124 */
126890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_sched_get_priority_max,	"sched_get_priority_max"	}, /*  125 */
127890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_sched_get_priority_min,	"sched_get_priority_min"	}, /*  126 */
128890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_sched_rr_get_interval,	"sched_rr_get_interval"		}, /*  127 */
129890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_restart_syscall,		"restart_syscall"		}, /*  128 */
130890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TS,	sys_kill,			"kill"				}, /*  129 */
131890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TS,	sys_kill,			"tkill"				}, /*  130 */
132890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TS,	sys_tgkill,			"tgkill"			}, /*  131 */
133890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TS,	sys_sigaltstack,		"sigaltstack"			}, /*  132 */
134890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TS,	sys_rt_sigsuspend,		"rt_sigsuspend"			}, /*  133 */
135890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TS,	sys_rt_sigaction,		"rt_sigaction"			}, /*  134 */
136890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TS,	sys_rt_sigprocmask,		"rt_sigprocmask"		}, /*  135 */
137890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TS,	sys_rt_sigpending,		"rt_sigpending"			}, /*  136 */
138890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TS,	sys_rt_sigtimedwait,		"rt_sigtimedwait"		}, /*  137 */
139890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TS,	sys_rt_sigqueueinfo,		"rt_sigqueueinfo"		}, /*  138 */
140890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	TS,	sys_rt_sigreturn,		"rt_sigreturn"			}, /*  139 */
141890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_setpriority,		"setpriority"			}, /*  140 */
142890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_getpriority,		"getpriority"			}, /*  141 */
143890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_reboot,			"reboot"			}, /*  142 */
144890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_setregid,			"setregid"			}, /*  143 */
145890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_setgid,			"setgid"			}, /*  144 */
146890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_setreuid,			"setreuid"			}, /*  145 */
147890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_setuid,			"setuid"			}, /*  146 */
148890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_setresuid,			"setresuid"			}, /*  147 */
149890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_getresuid,			"getresuid"			}, /*  148 */
150890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_setresgid,			"setresgid"			}, /*  149 */
151890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_getresgid,			"getresgid"			}, /*  150 */
152890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	NF,	sys_setfsuid,			"setfsuid"			}, /*  151 */
153890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	NF,	sys_setfsgid,			"setfsgid"			}, /*  152 */
154890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_times,			"times"				}, /*  153 */
155890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_setpgid,			"setpgid"			}, /*  154 */
156890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_getpgid,			"getpgid"			}, /*  155 */
157890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_getsid,			"getsid"			}, /*  156 */
158890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_setsid,			"setsid"			}, /*  157 */
159890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_getgroups,			"getgroups"			}, /*  158 */
160890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_setgroups,			"setgroups"			}, /*  159 */
161890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_uname,			"uname"				}, /*  160 */
162890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_sethostname,		"sethostname"			}, /*  161 */
163890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_setdomainname,		"setdomainname"			}, /*  162 */
164890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_getrlimit,			"getrlimit"			}, /*  163 */
165890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_setrlimit,			"setrlimit"			}, /*  164 */
166890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_getrusage,			"getrusage"			}, /*  165 */
167890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_umask,			"umask"				}, /*  166 */
168890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	0,	sys_prctl,			"prctl"				}, /*  167 */
169890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_getcpu,			"getcpu"			}, /*  168 */
170890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_gettimeofday,		"gettimeofday"			}, /*  169 */
171890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_settimeofday,		"settimeofday"			}, /*  170 */
172890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_adjtimex,			"adjtimex"			}, /*  171 */
173890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_getpid,			"getpid"			}, /*  172 */
174890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_getppid,			"getppid"			}, /*  173 */
175890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	NF,	sys_getuid,			"getuid"			}, /*  174 */
176890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	NF,	sys_geteuid,			"geteuid"			}, /*  175 */
177890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	NF,	sys_getgid,			"getgid"			}, /*  176 */
178890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	NF,	sys_getegid,			"getegid"			}, /*  177 */
179890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_gettid,			"gettid"			}, /*  178 */
180890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_sysinfo,			"sysinfo"			}, /*  179 */
181890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_mq_open,			"mq_open"			}, /*  180 */
182890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_mq_unlink,			"mq_unlink"			}, /*  181 */
183890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	0,	sys_mq_timedsend,		"mq_timedsend"			}, /*  182 */
184890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	0,	sys_mq_timedreceive,		"mq_timedreceive"		}, /*  183 */
185890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_mq_notify,			"mq_notify"			}, /*  184 */
186890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	0,	sys_mq_getsetattr,		"mq_getsetattr"			}, /*  185 */
187890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_msgget,			"msgget"			}, /*  186 */
188890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TI,	sys_msgctl,			"msgctl"			}, /*  187 */
189890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TI,	sys_msgrcv,			"msgrcv"			}, /*  188 */
190890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_msgsnd,			"msgsnd"			}, /*  189 */
191890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_semget,			"semget"			}, /*  190 */
192890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_semctl,			"semctl"			}, /*  191 */
193890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TI,	sys_semtimedop,			"semtimedop"			}, /*  192 */
194890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_semop,			"semop"				}, /*  193 */
195890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_shmget,			"shmget"			}, /*  194 */
196890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TI,	sys_shmctl,			"shmctl"			}, /*  195 */
197549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 4,	TI|TM|SI,	sys_shmat,			"shmat"				}, /*  196 */
198549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 4,	TI|TM|SI,	sys_shmdt,			"shmdt"				}, /*  197 */
199890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_socket,			"socket"			}, /*  198 */
200890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TN,	sys_socketpair,			"socketpair"			}, /*  199 */
201890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_bind,			"bind"				}, /*  200 */
202890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TN,	sys_listen,			"listen"			}, /*  201 */
203890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_accept,			"accept"			}, /*  202 */
204890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_connect,			"connect"			}, /*  203 */
205890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_getsockname,		"getsockname"			}, /*  204 */
206890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_getpeername,		"getpeername"			}, /*  205 */
207890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TN,	sys_sendto,			"sendto"			}, /*  206 */
208890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TN,	sys_recvfrom,			"recvfrom"			}, /*  207 */
209890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TN,	sys_setsockopt,			"setsockopt"			}, /*  208 */
210890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TN,	sys_getsockopt,			"getsockopt"			}, /*  209 */
211890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TN,	sys_shutdown,			"shutdown"			}, /*  210 */
212890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TN,	sys_sendmsg,			"sendmsg"			}, /*  211 */
21399d3e01eefa315999574e205b9c9d65ab01d1b68Denys Vlasenko	{ 3,	TN,	sys_recvmsg,			"recvmsg"			}, /*  212 */
2144996b3a352a5853114e2d0426f3e0fade4e90b3dDmitry V. Levin	{ 3,	TD,	sys_readahead,			"readahead"			}, /*  213 */
215549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 1,	TM|SI,	sys_brk,			"brk"				}, /*  214 */
216549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 2,	TM|SI,	sys_munmap,			"munmap"			}, /*  215 */
217549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 5,	TM|SI,	sys_mremap,			"mremap"			}, /*  216 */
218890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	0,	sys_add_key,			"add_key"			}, /*  217 */
219890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_request_key,		"request_key"			}, /*  218 */
220890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	0,	sys_keyctl,			"keyctl"			}, /*  219 */
221890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TP,	sys_clone,			"clone"				}, /*  220 */
222549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 3,	TF|TP|SE|SI,	sys_execve,			"execve"			}, /*  221 */
223549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 6,	TD|TM|SI,	sys_mmap,			"mmap"				}, /*  222 */
224890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_fadvise64,			"fadvise64"			}, /*  223 */
225890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_swapon,			"swapon"			}, /*  224 */
226890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_swapoff,			"swapoff"			}, /*  225 */
227549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 3,	TM|SI,	sys_mprotect,			"mprotect"			}, /*  226 */
228890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TM,	sys_msync,			"msync"				}, /*  227 */
229890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TM,	sys_msync,			"msync"				}, /*  228 */
230890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TM,	sys_munlock,			"munlock"			}, /*  229 */
231890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TM,	sys_mlockall,			"mlockall"			}, /*  230 */
232890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	TM,	sys_munlockall,			"munlockall"			}, /*  231 */
233890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TM,	sys_mincore,			"mincore"			}, /*  232 */
234890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TM,	sys_madvise,			"madvise"			}, /*  233 */
235549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 5,	TM|SI,	sys_remap_file_pages,		"remap_file_pages"		}, /*  234 */
236890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TM,	sys_mbind,			"mbind"				}, /*  235 */
237890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TM,	sys_get_mempolicy,		"get_mempolicy"			}, /*  236 */
238890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TM,	sys_set_mempolicy,		"set_mempolicy"			}, /*  237 */
239890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TM,	sys_migrate_pages,		"migrate_pages"			}, /*  238 */
240890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TM,	sys_move_pages,			"move_pages"			}, /*  239 */
241890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TP|TS,	sys_rt_tgsigqueueinfo,		"rt_tgsigqueueinfo"		}, /*  240 */
242890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD,	sys_perf_event_open,		"perf_event_open"		}, /*  241 */
243890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TN,	sys_accept4,			"accept4"			}, /*  242 */
244890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TN,	sys_recvmmsg,			"recvmmsg"			}, /*  243 */
245890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre
246890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	/* Arch-specific block, not used on AArch64 */
247890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	[244 ... 259] = { },
248890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre
249890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TP,	sys_wait4,			"wait4"				}, /*  260 */
250890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	0,	sys_prlimit64,			"prlimit64"			}, /*  261 */
251890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fanotify_init,		"fanotify_init"			}, /*  262 */
252890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD|TF,	sys_fanotify_mark,		"fanotify_mark"			}, /*  263 */
253890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD|TF,	sys_name_to_handle_at,		"name_to_handle_at"		}, /*  264 */
254890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_open_by_handle_at,		"open_by_handle_at"		}, /*  265 */
255890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_clock_adjtime,		"clock_adjtime"			}, /*  266 */
256890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_syncfs,			"syncfs"			}, /*  267 */
257890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_setns,			"setns"				}, /*  268 */
258890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TN,	sys_sendmmsg,			"sendmmsg"			}, /*  269 */
259890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	0,	sys_process_vm_readv,		"process_vm_readv"		}, /*  270 */
260890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	0,	sys_process_vm_writev,		"process_vm_writev"		}, /*  271 */
261890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre
262890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	/* Blank down to 1023 */
263890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	[272 ... 1023] = { },
264890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre
265890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	/* Quote from asm-generic/unistd.h:
266890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 *
267890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 * All syscalls below here should go away really,
268890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 * these are provided for both review and as a porting
269890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 * help for the C library version.
270890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 *
271890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 * Last chance: are any of these important enough to
272890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 * enable by default?
273890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	 */
274890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre
275890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_open,			"open"				}, /* 1024 */
276890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_link,			"link"				}, /* 1025 */
277890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_unlink,			"unlink"			}, /* 1026 */
278890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TF,	sys_mknod,			"mknod"				}, /* 1027 */
279890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_chmod,			"chmod"				}, /* 1028 */
280890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TF,	sys_chown,			"chown"				}, /* 1029 */
281890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_mkdir,			"mkdir"				}, /* 1030 */
282890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_rmdir,			"rmdir"				}, /* 1031 */
283890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TF,	sys_chown,			"lchown"			}, /* 1032 */
284890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_access,			"access"			}, /* 1033 */
285890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_rename,			"rename"			}, /* 1034 */
286890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TF,	sys_readlink,			"readlink"			}, /* 1035 */
287890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_symlink,			"symlink"			}, /* 1036 */
288890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_utimes,			"utimes"			}, /* 1037 */
289890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_stat,			"stat"				}, /* 1038 */
290890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_lstat,			"lstat"				}, /* 1039 */
291890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_pipe,			"pipe"				}, /* 1040 */
292890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_dup2,			"dup2"				}, /* 1041 */
293890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_epoll_create,		"epoll_create"			}, /* 1042 */
294890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	TD,	sys_inotify_init,		"inotify_init"			}, /* 1043 */
295890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TD,	sys_eventfd,			"eventfd"			}, /* 1044 */
296890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TS,	sys_signalfd,			"signalfd"			}, /* 1045 */
2972c42f32518e43b1e5ccb00c19010a799be6858d4Dmitry V. Levin	{ 4,	TD|TN,	sys_sendfile64,			"sendfile"			}, /* 1046 */
298890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_ftruncate,			"ftruncate"			}, /* 1047 */
299890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_truncate,			"truncate"			}, /* 1048 */
300890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_stat,			"stat"				}, /* 1049 */
301890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_lstat,			"lstat"				}, /* 1050 */
302890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fstat,			"fstat"				}, /* 1051 */
303890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_fcntl,			"fcntl"				}, /* 1052 */
304890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_fadvise64,			"fadvise64"			}, /* 1053 */
305890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD|TF,	sys_newfstatat,			"newfstatat"			}, /* 1054 */
306890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD,	sys_fstatfs,			"fstatfs"			}, /* 1055 */
307890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_statfs,			"statfs"			}, /* 1056 */
308890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_lseek,			"lseek"				}, /* 1057 */
309549e2c4a9858a380b03eb6e2ff4861d2c6687d6aDmitry V. Levin	{ 6,	TD|TM|SI,	sys_mmap,			"mmap"				}, /* 1058 */
310890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_alarm,			"alarm"				}, /* 1059 */
311890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	0,	sys_getpgrp,			"getpgrp"			}, /* 1060 */
312890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	TS,	sys_pause,			"pause"				}, /* 1061 */
313890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_time,			"time"				}, /* 1062 */
314890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_utime,			"utime"				}, /* 1063 */
315890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TD|TF,	sys_creat,			"creat"				}, /* 1064 */
316890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_getdents,			"getdents"			}, /* 1065 */
317890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD|TF,	sys_futimesat,			"futimesat"			}, /* 1066 */
318890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 5,	TD,	sys_select,			"select"			}, /* 1067 */
319890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 3,	TD,	sys_poll,			"poll"				}, /* 1068 */
320890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TD,	sys_epoll_wait,			"epoll_wait"			}, /* 1069 */
321890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_ustat,			"ustat"				}, /* 1070 */
322890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	TP,	sys_vfork,			"vfork"				}, /* 1071 */
323890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 4,	TP,	sys_wait4,			"wait4"				}, /* 1072 */
324890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 6,	TN,	sys_recv,			"recv"				}, /* 1073 */
3256b03c9b5ced3d4f0d641443a73bd34ba481dbd1aDmitry V. Levin	{ 4,	TN,	sys_send,			"send"				}, /* 1074 */
326890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	0,	sys_bdflush,			"bdflush"			}, /* 1075 */
327890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 2,	TF,	sys_umount,			"umount"			}, /* 1076 */
328890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	TF,	sys_uselib,			"uselib"			}, /* 1077 */
329890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 1,	0,	sys_sysctl,			"sysctl"			}, /* 1078 */
330890a5cad2321ae72fb5ca1b253edb874b1ca7180Steve McIntyre	{ 0,	TP,	sys_fork,			"fork"				}, /* 1079 */
331