# Name Registers Definition
param 0 param 1 param 2 param 3 param 4 param 5 param 6
1024ni_syscall0x400void-----kernel/sys_ni.c:14
1025exit0x401int error_code-----kernel/exit.c:1095
1026read0x402unsigned int fdchar *bufsize_t count---fs/read_write.c:460
1027write0x403unsigned int fdconst char *bufsize_t count---fs/read_write.c:477
1028open0x404const char *filenameint flagsumode_t mode---fs/open.c:1046
1029close0x405unsigned int fd-----fs/open.c:1117
1030creat0x406const char *pathnameumode_t mode----fs/open.c:1079
1031link0x407const char *oldnameconst char *newname----fs/namei.c:3152
1032unlink0x408const char *pathname-----fs/namei.c:2979
1033execve0x409const char *const *argv const char *const *envp-----arch/ia64/kernel/process.c:609
1034chdir0x40aconst char *filename-----fs/open.c:375
1035fchdir0x40bunsigned int fd-----fs/open.c:396
1036utimes0x40cchar *filenamestruct timeval *utimes----fs/utimes.c:221
1037mknod0x40dconst char *filenameumode_t modeunsigned dev---fs/namei.c:2693
1038chmod0x40econst char *filenameumode_t mode----fs/open.c:499
1039chown0x40fconst char *filenameuid_t usergid_t group---fs/open.c:540
1040lseek0x410unsigned int fdoff_t offsetunsigned int origin---fs/read_write.c:230
1041getpid0x411------kernel/timer.c:1413
1042getppid0x412------kernel/timer.c:1424
1043mount0x413char *dev_namechar *dir_namechar *typeunsigned long flagsvoid *data-fs/namespace.c:2362
1044umount0x414char *nameint flags----fs/namespace.c:1190
1045setuid0x415uid_t uid-----kernel/sys.c:761
1046getuid0x416------kernel/timer.c:1435
1047geteuid0x417------kernel/timer.c:1441
1048ptrace0x418long requestlong pidunsigned long addrunsigned long data--kernel/ptrace.c:857
1049access0x419const char *filenameint mode----fs/open.c:370
1050sync0x41a------fs/sync.c:98
1051fsync0x41bunsigned int fd-----fs/sync.c:201
1052fdatasync0x41cunsigned int fd-----fs/sync.c:206
1053kill0x41dpid_t pidint sig----kernel/signal.c:2841
1054rename0x41econst char *oldnameconst char *newname----fs/namei.c:3403
1055mkdir0x41fconst char *pathnameumode_t mode----fs/namei.c:2751
1056rmdir0x420const char *pathname-----fs/namei.c:2870
1057dup0x421unsigned int fildes-----fs/fcntl.c:131
1058pipe0x422int *fildes-----fs/pipe.c:1149
1059times0x423struct tms *tbuf-----kernel/sys.c:1058
1060brk0x424unsigned long brk-----mm/mmap.c:246
1061setgid0x425gid_t gid-----kernel/sys.c:614
1062getgid0x426------kernel/timer.c:1447
1063getegid0x427------kernel/timer.c:1453
1064acct0x428const char *name-----kernel/acct.c:255
1065ioctl0x429unsigned int fdunsigned int cmdunsigned long arg---fs/ioctl.c:604
1066fcntl0x42aunsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:442
1067umask0x42bint mask-----kernel/sys.c:1782
1068chroot0x42cconst char *filename-----fs/open.c:422
1069ustat0x42dunsigned devstruct ustat *ubuf----fs/statfs.c:222
1070dup20x42eunsigned int oldfdunsigned int newfd----fs/fcntl.c:116
1071setreuid0x42fuid_t ruiduid_t euid----kernel/sys.c:690
1072setregid0x430gid_t rgidgid_t egid----kernel/sys.c:557
1073getresuid0x431uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
1074setresuid0x432uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
1075getresgid0x433gid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
1076setresgid0x434gid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
1077getgroups0x435int gidsetsizegid_t *grouplist----kernel/groups.c:202
1078setgroups0x436int gidsetsizegid_t *grouplist----kernel/groups.c:231
1079getpgid0x437pid_t pid-----kernel/sys.c:1154
1080setpgid0x438pid_t pidpid_t pgid----kernel/sys.c:1083
1081setsid0x439------kernel/sys.c:1219
1082getsid0x43apid_t pid-----kernel/sys.c:1191
1083sethostname0x43bchar *nameint len----kernel/sys.c:1365
1084setrlimit0x43cunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1641
1085getrlimit0x43dunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
1086getrusage0x43eint whostruct rusage *ru----kernel/sys.c:1774
1087gettimeofday0x43fstruct timeval *tvstruct timezone *tz----kernel/time.c:101
1088settimeofday0x440struct timeval *tvstruct timezone *tz----kernel/time.c:179
1089select0x441int nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
1090poll0x442struct pollfd *ufdsunsigned int nfdsint timeout_msecs---fs/select.c:908
1091symlink0x443const char *oldnameconst char *newname----fs/namei.c:3039
1092readlink0x444const char *pathchar *bufint bufsiz---fs/stat.c:321
1093uselib0x445const char *library-----fs/exec.c:116
1094swapon0x446const char *specialfileint swap_flags----mm/swapfile.c:1996
1095swapoff0x447const char *specialfile-----mm/swapfile.c:1539
1096reboot0x448int magic1int magic2unsigned int cmdvoid *arg--kernel/sys.c:432
1097truncate0x449const char *pathlong length----fs/open.c:128
1098ftruncate0x44aunsigned int fdunsigned long length----fs/open.c:178
1099fchmod0x44bunsigned int fdumode_t mode----fs/open.c:472
1100fchown0x44cunsigned int fduid_t usergid_t group---fs/open.c:605
1101getpriority0x44dint whichint who----kernel/sys.c:241
1102setpriority0x44eint whichint whoint niceval---kernel/sys.c:172
1103statfs0x44fconst char *pathnamestruct statfs *buf----fs/statfs.c:166
1104fstatfs0x450unsigned int fdstruct statfs *buf----fs/statfs.c:187
1105gettid0x451------kernel/timer.c:1569
1106semget0x452key_t keyint nsemsint semflg---ipc/sem.c:367
1107semop0x453int semidstruct sembuf *tsopsunsigned nsops---ipc/sem.c:1548
1108semctl0x454int semnum int cmdunion semun arg----ipc/sem.c:1121
1109msgget0x455key_t keyint msgflg----ipc/msg.c:312
1110msgsnd0x456int msqidstruct msgbuf *msgpsize_t msgszint msgflg--ipc/msg.c:726
1111msgrcv0x457int msqidstruct msgbuf *msgpsize_t msgszlong msgtypint msgflg-ipc/msg.c:907
1112msgctl0x458int msqidint cmdstruct msqid_ds *buf---ipc/msg.c:469
1113shmget0x459key_t keysize_t sizeint shmflg---ipc/shm.c:574
1114shmat0x45aint shmidchar *shmaddrint shmflg---ipc/shm.c:1105
1115shmdt0x45bchar *shmaddr-----ipc/shm.c:1121
1116shmctl0x45cint shmidint cmdstruct shmid_ds *buf---ipc/shm.c:774
1117syslog0x45dint typechar *bufint len---kernel/printk.c:1195
1118setitimer0x45eint whichstruct itimerval *valuestruct itimerval *ovalue---kernel/itimer.c:278
1119getitimer0x45fint whichstruct itimerval *value----kernel/itimer.c:103
1123vhangup0x463------fs/open.c:1156
1124lchown0x464const char *filenameuid_t usergid_t group---fs/open.c:586
1125remap_file_pages0x465unsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
1126wait40x466pid_t upidint *stat_addrint optionsstruct rusage *ru--kernel/exit.c:1834
1127sysinfo0x467struct sysinfo *info-----kernel/timer.c:1641
1128clone0x468u64 flagsu64 ustack_baseu64 parent_tidptru64 child_tidptru64 tls-arch/ia64/kernel/entry.S:106
1129setdomainname0x469char *nameint len----kernel/sys.c:1416
1130uname0x46astruct old_utsname *name-----kernel/sys.c:1311
1131adjtimex0x46bstruct timex *txc_p-----kernel/time.c:200
1133init_module0x46dvoid *umodunsigned long lenconst char *uargs---kernel/module.c:3010
1134delete_module0x46econst char *name_userunsigned int flags----kernel/module.c:768
1137quotactl0x471unsigned int cmdconst char *specialqid_t idvoid *addr--fs/quota/quota.c:346
1138bdflush0x472int funclong data----fs/buffer.c:3130
1139sysfs0x473int optionunsigned long arg1unsigned long arg2---fs/filesystems.c:183
1140personality0x474unsigned int personality-----kernel/exec_domain.c:182
1141afs_syscall-------Not implemented
1142setfsuid0x476uid_t uid-----kernel/sys.c:969
1143setfsgid0x477gid_t gid-----kernel/sys.c:1008
1144getdents0x478unsigned int fdstruct linux_dirent *direntunsigned int count---fs/readdir.c:191
1145flock0x479unsigned int fdunsigned int cmd----fs/locks.c:1636
1146readv0x47aunsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:787
1147writev0x47bunsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:808
1148pread640x47cchar *buf size_t countloff_t pos----fs/read_write.c:495
1149pwrite640x47dconst char *buf size_t countloff_t pos----fs/read_write.c:524
1150_sysctl0x47estruct __sysctl_args *args-----kernel/sysctl_binary.c:1444
1151mmap0x47funsigned long len int protint flags int fdlong off---arch/ia64/kernel/sys_ia64.c:159
1152munmap0x480unsigned long addrsize_t len----mm/mmap.c:2141
1153mlock0x481unsigned long startsize_t len----mm/mlock.c:482
1154mlockall0x482int flags-----mm/mlock.c:549
1155mprotect0x483unsigned long startsize_t lenunsigned long prot---mm/mprotect.c:232
1156mremap0x484unsigned long addrunsigned long old_lenunsigned long new_lenunsigned long flagsunsigned long new_addr-mm/mremap.c:431
1157msync0x485unsigned long startsize_t lenint flags---mm/msync.c:31
1158munlock0x486unsigned long startsize_t len----mm/mlock.c:512
1159munlockall0x487------mm/mlock.c:582
1160sched_getparam0x488pid_t pidstruct sched_param *param----kernel/sched/core.c:4512
1161sched_setparam0x489pid_t pidstruct sched_param *param----kernel/sched/core.c:4477
1162sched_getscheduler0x48apid_t pid-----kernel/sched/core.c:4486
1163sched_setscheduler0x48bpid_t pidint policystruct sched_param *param---kernel/sched/core.c:4462
1164sched_yield0x48c------kernel/sched/core.c:4711
1165sched_get_priority_max0x48dint policy-----kernel/sched/core.c:4935
1166sched_get_priority_min0x48eint policy-----kernel/sched/core.c:4960
1167sched_rr_get_interval0x48fpid_t pidstruct timespec *interval----kernel/sched/core.c:4985
1168nanosleep0x490struct timespec *rqtpstruct timespec *rmtp----kernel/hrtimer.c:1621
1169nfsservctl-------Not implemented
1170prctl0x492int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-kernel/sys.c:1999
1172mmap20x494unsigned long len int protint flags int fdlong pgoff---arch/ia64/kernel/sys_ia64.c:150
1173pciconfig_read0x495unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:16
1174pciconfig_write0x496unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:86
1175perfmonctl0x497int cmd void *argint count----arch/ia64/kernel/perfmon.c:6817
1176sigaltstack0x498stack_t *uoss long arg2long arg3 long arg4long arg5 long arg6---arch/ia64/kernel/signal.c:43
1177rt_sigaction0x499int sigconst struct sigaction *actstruct sigaction *oactsize_t sigsetsize--kernel/signal.c:3174
1178rt_sigpending0x49asigset_t *setsize_t sigsetsize----kernel/signal.c:2651
1179rt_sigprocmask0x49bint howsigset_t *nsetsigset_t *osetsize_t sigsetsize--kernel/signal.c:2591
1180rt_sigqueueinfo0x49cpid_t pidint sigsiginfo_t *uinfo---kernel/signal.c:2938
1181rt_sigreturn-------Not implemented
1182rt_sigsuspend0x49esigset_t *unewsetsize_t sigsetsize----kernel/signal.c:3274
1183rt_sigtimedwait0x49fconst sigset_t *uthesesiginfo_t *uinfoconst struct timespec *utssize_t sigsetsize--kernel/signal.c:2805
1184getcwd0x4a0char *bufunsigned long size----fs/dcache.c:2885
1185capget0x4a1cap_user_header_t headercap_user_data_t dataptr----kernel/capability.c:158
1186capset0x4a2cap_user_header_t headerconst cap_user_data_t data----kernel/capability.c:232
1187sendfile0x4a3int out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
1188getpmsg-------Not implemented
1189putpmsg-------Not implemented
1190socket0x4a6int familyint typeint protocol---net/socket.c:1324
1191bind0x4a7int fdstruct sockaddr *umyaddrint addrlen---net/socket.c:1446
1192connect0x4a8int fdstruct sockaddr *uservaddrint addrlen---net/socket.c:1600
1193listen0x4a9int fdint backlog----net/socket.c:1475
1194accept0x4aaint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlen---net/socket.c:1582
1195getsockname0x4abint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1632
1196getpeername0x4acint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1663
1197socketpair0x4adint familyint typeint protocolint *usockvec--net/socket.c:1365
1198send0x4aeint fdvoid *buffsize_t lenunsigned int flags--net/socket.c:1742
1199sendto0x4afint fdvoid *buffsize_t lenunsigned int flagsstruct sockaddr *addrint addr_lennet/socket.c:1695
1200recv0x4b0int fdvoid *ubufsize_t sizeunsigned int flags--net/socket.c:1799
1201recvfrom0x4b1int fdvoid *ubufsize_t sizeunsigned int flagsstruct sockaddr *addrint *addr_lennet/socket.c:1754
1202shutdown0x4b2int fdint how----net/socket.c:1874
1203setsockopt0x4b3int fdint levelint optnamechar *optvalint optlen-net/socket.c:1810
1204getsockopt0x4b4int fdint levelint optnamechar *optvalint *optlen-net/socket.c:1844
1205sendmsg0x4b5int fdstruct msghdr *msgunsigned int flags---net/socket.c:2016
1206recvmsg0x4b6int fdstruct msghdr *msgunsigned int flags---net/socket.c:2189
1207pivot_root0x4b7const char *new_rootconst char *put_old----fs/namespace.c:2453
1208mincore0x4b8unsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
1209madvise0x4b9unsigned long startsize_t len_inint behavior---mm/madvise.c:362
1210stat0x4baconst char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:155
1211lstat0x4bbconst char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:168
1212fstat0x4bcunsigned int fdstruct __old_kernel_stat *statbuf----fs/stat.c:181
1213clone20x4bdu64 flagsu64 ustack_baseu64 ustack_sizeu64 parent_tidptru64 child_tidptru64 tlsarch/ia64/kernel/entry.S:138
1214getdents640x4beunsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
1215getunwind0x4bfsize_t buf_size-----arch/ia64/kernel/unwind.c:2313
1216readahead0x4c0loff_t offset size_t count-----mm/readahead.c:579
1217setxattr0x4c1const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:361
1218lsetxattr0x4c2const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:380
1219fsetxattr0x4c3int fdconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:399
1220getxattr0x4c4const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:459
1221lgetxattr0x4c5const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:473
1222fgetxattr0x4c6int fdconst char *namevoid *valuesize_t size--fs/xattr.c:487
1223listxattr0x4c7const char *pathnamechar *listsize_t size---fs/xattr.c:541
1224llistxattr0x4c8const char *pathnamechar *listsize_t size---fs/xattr.c:555
1225flistxattr0x4c9int fdchar *listsize_t size---fs/xattr.c:569
1226removexattr0x4caconst char *pathnameconst char *name----fs/xattr.c:602
1227lremovexattr0x4cbconst char *pathnameconst char *name----fs/xattr.c:620
1228fremovexattr0x4ccint fdconst char *name----fs/xattr.c:638
1229tkill0x4cdpid_t pidint sig----kernel/signal.c:2923
1230futex0x4ceu32 *uaddrint opu32 valstruct timespec *utimeu32 *uaddr2u32 val3kernel/futex.c:2680
1231sched_setaffinity0x4cfpid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4626
1232sched_getaffinity0x4d0pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4677
1233set_tid_address0x4d1int *tidptr-----kernel/fork.c:1109
1234fadvise640x4d2loff_t offset size_t lenint advice----mm/fadvise.c:148
1235tgkill0x4d3pid_t tgidpid_t pidint sig---kernel/signal.c:2907
1236exit_group0x4d4int error_code-----kernel/exit.c:1136
1237lookup_dcookie0x4d5char *buf size_t len-----fs/dcookies.c:148
1238io_setup0x4d6unsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
1239io_destroy0x4d7aio_context_t ctx-----fs/aio.c:1334
1240io_getevents0x4d8aio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
1241io_submit0x4d9aio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
1242io_cancel0x4daaio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
1243epoll_create0x4dbint size-----fs/eventpoll.c:1668
1244epoll_ctl0x4dcint epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
1245epoll_wait0x4ddint epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
1246restart_syscall0x4de------kernel/signal.c:2501
1247semtimedop0x4dfint semidstruct sembuf *tsopsunsigned nsopsconst struct timespec *timeout--ipc/sem.c:1330
1248timer_create0x4e0const clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
1249timer_settime0x4e1timer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
1250timer_gettime0x4e2timer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
1251timer_getoverrun0x4e3timer_t timer_id-----kernel/posix-timers.c:751
1252timer_delete0x4e4timer_t timer_id-----kernel/posix-timers.c:882
1253clock_settime0x4e5const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
1254clock_gettime0x4e6const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
1255clock_getres0x4e7const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
1256clock_nanosleep0x4e8const clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
1257fstatfs640x4e9unsigned int fdsize_t szstruct statfs64 *buf---fs/statfs.c:196
1258statfs640x4eaconst char *pathnamesize_t szstruct statfs64 *buf---fs/statfs.c:175
1259mbind0x4ebunsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
1260get_mempolicy0x4ecint *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
1261set_mempolicy0x4edint modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
1262mq_open0x4eeconst char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
1263mq_unlink0x4efconst char *u_name-----ipc/mqueue.c:876
1264mq_timedsend0x4f0mqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
1265mq_timedreceive0x4f1mqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
1266mq_notify0x4f2mqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
1267mq_getsetattr0x4f3mqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
1268kexec_load0x4f4unsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
1269vserver-------Not implemented
1270waitid0x4f6int whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
1271add_key0x4f7const char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
1272request_key0x4f8const char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
1273keyctl0x4f9int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
1274ioprio_set0x4faint whichint whoint ioprio---fs/ioprio.c:61
1275ioprio_get0x4fbint whichint who----fs/ioprio.c:176
1276move_pages0x4fcpid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
1277inotify_init0x4fd------fs/notify/inotify/inotify_user.c:749
1278inotify_add_watch0x4feint fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
1279inotify_rm_watch0x4ffint fd__s32 wd----fs/notify/inotify/inotify_user.c:795
1280migrate_pages0x500pid_t pidunsigned long maxnodeconst unsigned long *old_nodesconst unsigned long *new_nodes--mm/mempolicy.c:1304
1281openat0x501int dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
1282mkdirat0x502int dfdconst char *pathnameumode_t mode---fs/namei.c:2723
1283mknodat0x503int dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
1284fchownat0x504int dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
1285futimesat0x505int dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
1286newfstatat0x506int dfdconst char *filenamestruct stat *statbufint flag--fs/stat.c:269
1287unlinkat0x507int dfdconst char *pathnameint flag---fs/namei.c:2968
1288renameat0x508int olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
1289linkat0x509int olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
1290symlinkat0x50aconst char *oldnameint newdfdconst char *newname---fs/namei.c:3004
1291readlinkat0x50bint dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
1292fchmodat0x50cint dfdconst char *filenameumode_t mode---fs/open.c:486
1293faccessat0x50dint dfdconst char *filenameint mode---fs/open.c:299
1294pselect60x50eint nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
1295ppoll0x50fstruct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
1296unshare0x510unsigned long unshare_flags-----kernel/fork.c:1778
1297splice0x511int fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
1298set_robust_list0x512struct robust_list_head *headsize_t len----kernel/futex.c:2422
1299get_robust_list0x513int pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
1300sync_file_range0x514loff_t offset loff_t nbytesunsigned int flags----fs/sync.c:275
1301tee0x515int fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
1302vmsplice0x516int fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
1303fallocate0x517int mode loff_t offsetloff_t len----fs/open.c:272
1304getcpu0x518unsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
1305epoll_pwait0x519int epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
1306utimensat0x51aint dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
1307signalfd0x51bint ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
1308timerfd-------Not implemented
1309eventfd0x51dunsigned int count-----fs/eventfd.c:431
1310timerfd_create0x51eint clockidint flags----fs/timerfd.c:252
1311timerfd_settime0x51fint ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
1312timerfd_gettime0x520int ufdstruct itimerspec *otmr----fs/timerfd.c:344
1313signalfd40x521int ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
1314eventfd20x522unsigned int countint flags----fs/eventfd.c:406
1315epoll_create10x523int flags-----fs/eventpoll.c:1625
1316dup30x524unsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
1317pipe20x525int *fildesint flags----fs/pipe.c:1133
1318inotify_init10x526int flags-----fs/notify/inotify/inotify_user.c:724
1319preadv0x527unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
1320pwritev0x528unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
1321rt_tgsigqueueinfo0x529pid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
1322recvmmsg0x52aint fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
1323fanotify_init0x52bunsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
1324fanotify_mark0x52cunsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
1325prlimit640x52dpid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
1326name_to_handle_at0x52eint dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
1327open_by_handle_at0x52fint mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
1328clock_adjtime0x530const clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
1329syncfs0x531int fd-----fs/sync.c:134
1330setns0x532int fdint nstype----kernel/nsproxy.c:235
1331sendmmsg0x533int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
1332process_vm_readv0x534pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
1333process_vm_writev0x535pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405
1334accept40x536int fdstruct sockaddr *upeer_sockaddrint *upeer_addrlenint flags--net/socket.c:1508