# Name Registers Definition
rax rdi rsi rdx r10 r8 r9
0read0x00unsigned int fdchar *bufsize_t count---fs/read_write.c:460
1write0x01unsigned int fdconst char *bufsize_t count---fs/read_write.c:477
2open0x02const char *filenameint flagsumode_t mode---fs/open.c:1046
3close0x03unsigned int fd-----fs/open.c:1117
4stat0x04const char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:155
5fstat0x05unsigned int fdstruct __old_kernel_stat *statbuf----fs/stat.c:181
6lstat0x06const char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:168
7poll0x07struct pollfd *ufdsunsigned int nfdsint timeout_msecs---fs/select.c:908
8lseek0x08unsigned int fdoff_t offsetunsigned int origin---fs/read_write.c:230
9mmap0x09unsigned long addrunsigned long lenunsigned long protunsigned long flagsunsigned long fdunsigned long offarch/x86/kernel/sys_x86_64.c:84
10mprotect0x0aunsigned long startsize_t lenunsigned long prot---mm/mprotect.c:232
11munmap0x0bunsigned long addrsize_t len----mm/mmap.c:2141
12brk0x0cunsigned long brk-----mm/mmap.c:246
13rt_sigaction0x0dint sigconst struct sigaction *actstruct sigaction *oactsize_t sigsetsize--kernel/signal.c:3174
14rt_sigprocmask0x0eint howsigset_t *nsetsigset_t *osetsize_t sigsetsize--kernel/signal.c:2591
15rt_sigreturn0x0f------arch/x86/kernel/signal.c:571
16ioctl0x10unsigned int fdunsigned int cmdunsigned long arg---fs/ioctl.c:604
17pread640x11char *buf size_t countloff_t pos----fs/read_write.c:495
18pwrite640x12const char *buf size_t countloff_t pos----fs/read_write.c:524
19readv0x13unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:787
20writev0x14unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:808
21access0x15const char *filenameint mode----fs/open.c:370
22pipe0x16int *fildes-----fs/pipe.c:1149
23select0x17int nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
24sched_yield0x18------kernel/sched/core.c:4711
25mremap0x19unsigned long addrunsigned long old_lenunsigned long new_lenunsigned long flagsunsigned long new_addr-mm/mremap.c:431
26msync0x1aunsigned long startsize_t lenint flags---mm/msync.c:31
27mincore0x1bunsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
28madvise0x1cunsigned long startsize_t len_inint behavior---mm/madvise.c:362
29shmget0x1dkey_t keysize_t sizeint shmflg---ipc/shm.c:574
30shmat0x1eint shmidchar *shmaddrint shmflg---ipc/shm.c:1105
31shmctl0x1fint shmidint cmdstruct shmid_ds *buf---ipc/shm.c:774
32dup0x20unsigned int fildes-----fs/fcntl.c:131
33dup20x21unsigned int oldfdunsigned int newfd----fs/fcntl.c:116
34pause0x22------kernel/signal.c:3245
35nanosleep0x23struct timespec *rqtpstruct timespec *rmtp----kernel/hrtimer.c:1621
36getitimer0x24int whichstruct itimerval *value----kernel/itimer.c:103
37alarm0x25unsigned int seconds-----kernel/timer.c:1390
38setitimer0x26int whichstruct itimerval *valuestruct itimerval *ovalue---kernel/itimer.c:278
39getpid0x27------kernel/timer.c:1413
40sendfile0x28int out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
41socket0x29int familyint typeint protocol---net/socket.c:1324
42connect0x2aint fdstruct sockaddr *uservaddrint addrlen---net/socket.c:1600
43accept0x2bint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlen---net/socket.c:1582
44sendto0x2cint fdvoid *buffsize_t lenunsigned int flagsstruct sockaddr *addrint addr_lennet/socket.c:1695
45recvfrom0x2dint fdvoid *ubufsize_t sizeunsigned int flagsstruct sockaddr *addrint *addr_lennet/socket.c:1754
46sendmsg0x2eint fdstruct msghdr *msgunsigned int flags---net/socket.c:2016
47recvmsg0x2fint fdstruct msghdr *msgunsigned int flags---net/socket.c:2189
48shutdown0x30int fdint how----net/socket.c:1874
49bind0x31int fdstruct sockaddr *umyaddrint addrlen---net/socket.c:1446
50listen0x32int fdint backlog----net/socket.c:1475
51getsockname0x33int fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1632
52getpeername0x34int fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1663
53socketpair0x35int familyint typeint protocolint *usockvec--net/socket.c:1365
54setsockopt0x36int fdint levelint optnamechar *optvalint optlen-net/socket.c:1810
55getsockopt0x37int fdint levelint optnamechar *optvalint *optlen-net/socket.c:1844
56clone0x38unsigned long clone_flagsunsigned long newspvoid *parent_tidvoid *child_tid--arch/x86/kernel/process.c:293
57fork0x39------arch/x86/kernel/process.c:271
58vfork0x3a------arch/x86/kernel/process.c:286
59execve0x3bconst char *nameconst char *const *argvconst char *const *envp---arch/x86/kernel/process.c:342
60exit0x3cint error_code-----kernel/exit.c:1095
61wait40x3dpid_t upidint *stat_addrint optionsstruct rusage *ru--kernel/exit.c:1834
62kill0x3epid_t pidint sig----kernel/signal.c:2841
63uname0x3fstruct old_utsname *name-----kernel/sys.c:1311
64semget0x40key_t keyint nsemsint semflg---ipc/sem.c:367
65semop0x41int semidstruct sembuf *tsopsunsigned nsops---ipc/sem.c:1548
66semctl0x42int semnum int cmdunion semun arg----ipc/sem.c:1121
67shmdt0x43char *shmaddr-----ipc/shm.c:1121
68msgget0x44key_t keyint msgflg----ipc/msg.c:312
69msgsnd0x45int msqidstruct msgbuf *msgpsize_t msgszint msgflg--ipc/msg.c:726
70msgrcv0x46int msqidstruct msgbuf *msgpsize_t msgszlong msgtypint msgflg-ipc/msg.c:907
71msgctl0x47int msqidint cmdstruct msqid_ds *buf---ipc/msg.c:469
72fcntl0x48unsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:442
73flock0x49unsigned int fdunsigned int cmd----fs/locks.c:1636
74fsync0x4aunsigned int fd-----fs/sync.c:201
75fdatasync0x4bunsigned int fd-----fs/sync.c:206
76truncate0x4cconst char *pathlong length----fs/open.c:128
77ftruncate0x4dunsigned int fdunsigned long length----fs/open.c:178
78getdents0x4eunsigned int fdstruct linux_dirent *direntunsigned int count---fs/readdir.c:191
79getcwd0x4fchar *bufunsigned long size----fs/dcache.c:2885
80chdir0x50const char *filename-----fs/open.c:375
81fchdir0x51unsigned int fd-----fs/open.c:396
82rename0x52const char *oldnameconst char *newname----fs/namei.c:3403
83mkdir0x53const char *pathnameumode_t mode----fs/namei.c:2751
84rmdir0x54const char *pathname-----fs/namei.c:2870
85creat0x55const char *pathnameumode_t mode----fs/open.c:1079
86link0x56const char *oldnameconst char *newname----fs/namei.c:3152
87unlink0x57const char *pathname-----fs/namei.c:2979
88symlink0x58const char *oldnameconst char *newname----fs/namei.c:3039
89readlink0x59const char *pathchar *bufint bufsiz---fs/stat.c:321
90chmod0x5aconst char *filenameumode_t mode----fs/open.c:499
91fchmod0x5bunsigned int fdumode_t mode----fs/open.c:472
92chown0x5cconst char *filenameuid_t usergid_t group---fs/open.c:540
93fchown0x5dunsigned int fduid_t usergid_t group---fs/open.c:605
94lchown0x5econst char *filenameuid_t usergid_t group---fs/open.c:586
95umask0x5fint mask-----kernel/sys.c:1782
96gettimeofday0x60struct timeval *tvstruct timezone *tz----kernel/time.c:101
97getrlimit0x61unsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
98getrusage0x62int whostruct rusage *ru----kernel/sys.c:1774
99sysinfo0x63struct sysinfo *info-----kernel/timer.c:1641
100times0x64struct tms *tbuf-----kernel/sys.c:1058
101ptrace0x65long requestlong pidunsigned long addrunsigned long data--kernel/ptrace.c:857
102getuid0x66------kernel/timer.c:1435
103syslog0x67int typechar *bufint len---kernel/printk.c:1195
104getgid0x68------kernel/timer.c:1447
105setuid0x69uid_t uid-----kernel/sys.c:761
106setgid0x6agid_t gid-----kernel/sys.c:614
107geteuid0x6b------kernel/timer.c:1441
108getegid0x6c------kernel/timer.c:1453
109setpgid0x6dpid_t pidpid_t pgid----kernel/sys.c:1083
110getppid0x6e------kernel/timer.c:1424
111getpgrp0x6f------kernel/sys.c:1184
112setsid0x70------kernel/sys.c:1219
113setreuid0x71uid_t ruiduid_t euid----kernel/sys.c:690
114setregid0x72gid_t rgidgid_t egid----kernel/sys.c:557
115getgroups0x73int gidsetsizegid_t *grouplist----kernel/groups.c:202
116setgroups0x74int gidsetsizegid_t *grouplist----kernel/groups.c:231
117setresuid0x75uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
118getresuid0x76uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
119setresgid0x77gid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
120getresgid0x78gid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
121getpgid0x79pid_t pid-----kernel/sys.c:1154
122setfsuid0x7auid_t uid-----kernel/sys.c:969
123setfsgid0x7bgid_t gid-----kernel/sys.c:1008
124getsid0x7cpid_t pid-----kernel/sys.c:1191
125capget0x7dcap_user_header_t headercap_user_data_t dataptr----kernel/capability.c:158
126capset0x7ecap_user_header_t headerconst cap_user_data_t data----kernel/capability.c:232
127rt_sigpending0x7fsigset_t *setsize_t sigsetsize----kernel/signal.c:2651
128rt_sigtimedwait0x80const sigset_t *uthesesiginfo_t *uinfoconst struct timespec *utssize_t sigsetsize--kernel/signal.c:2805
129rt_sigqueueinfo0x81pid_t pidint sigsiginfo_t *uinfo---kernel/signal.c:2938
130rt_sigsuspend0x82sigset_t *unewsetsize_t sigsetsize----kernel/signal.c:3274
131sigaltstack0x83const stack_t *ussstack_t *uoss----arch/x86/kernel/signal.c:533
132utime0x84char *filenamestruct utimbuf *times----fs/utimes.c:27
133mknod0x85const char *filenameumode_t modeunsigned dev---fs/namei.c:2693
134uselib-------Not implemented
135personality0x87unsigned int personality-----kernel/exec_domain.c:182
136ustat0x88unsigned devstruct ustat *ubuf----fs/statfs.c:222
137statfs0x89const char *pathnamestruct statfs *buf----fs/statfs.c:166
138fstatfs0x8aunsigned int fdstruct statfs *buf----fs/statfs.c:187
139sysfs0x8bint optionunsigned long arg1unsigned long arg2---fs/filesystems.c:183
140getpriority0x8cint whichint who----kernel/sys.c:241
141setpriority0x8dint whichint whoint niceval---kernel/sys.c:172
142sched_setparam0x8epid_t pidstruct sched_param *param----kernel/sched/core.c:4477
143sched_getparam0x8fpid_t pidstruct sched_param *param----kernel/sched/core.c:4512
144sched_setscheduler0x90pid_t pidint policystruct sched_param *param---kernel/sched/core.c:4462
145sched_getscheduler0x91pid_t pid-----kernel/sched/core.c:4486
146sched_get_priority_max0x92int policy-----kernel/sched/core.c:4935
147sched_get_priority_min0x93int policy-----kernel/sched/core.c:4960
148sched_rr_get_interval0x94pid_t pidstruct timespec *interval----kernel/sched/core.c:4985
149mlock0x95unsigned long startsize_t len----mm/mlock.c:482
150munlock0x96unsigned long startsize_t len----mm/mlock.c:512
151mlockall0x97int flags-----mm/mlock.c:549
152munlockall0x98------mm/mlock.c:582
153vhangup0x99------fs/open.c:1156
154modify_ldt0x9aint funcvoid *ptrunsigned long bytecount---arch/x86/kernel/ldt.c:247
155pivot_root0x9bconst char *new_rootconst char *put_old----fs/namespace.c:2453
156_sysctl0x9cstruct __sysctl_args *args-----kernel/sysctl_binary.c:1444
157prctl0x9dint optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-kernel/sys.c:1999
158arch_prctl0x9eint codeunsigned long addr----arch/x86/kernel/process_64.c:538
159adjtimex0x9fstruct timex *txc_p-----kernel/time.c:200
160setrlimit0xa0unsigned int resourcestruct rlimit *rlim----kernel/sys.c:1641
161chroot0xa1const char *filename-----fs/open.c:422
162sync0xa2------fs/sync.c:98
163acct0xa3const char *name-----kernel/acct.c:255
164settimeofday0xa4struct timeval *tvstruct timezone *tz----kernel/time.c:179
165mount0xa5char *dev_namechar *dir_namechar *typeunsigned long flagsvoid *data-fs/namespace.c:2362
166umount20xa6char *nameint flags----fs/namespace.c:1190
167swapon0xa7const char *specialfileint swap_flags----mm/swapfile.c:1996
168swapoff0xa8const char *specialfile-----mm/swapfile.c:1539
169reboot0xa9int magic1int magic2unsigned int cmdvoid *arg--kernel/sys.c:432
170sethostname0xaachar *nameint len----kernel/sys.c:1365
171setdomainname0xabchar *nameint len----kernel/sys.c:1416
172iopl0xacunsigned int level-----arch/x86/kernel/ioport.c:96
173ioperm0xadunsigned long fromunsigned long numint turn_on---arch/x86/kernel/ioport.c:23
174create_module-------Not implemented
175init_module0xafvoid *umodunsigned long lenconst char *uargs---kernel/module.c:3010
176delete_module0xb0const char *name_userunsigned int flags----kernel/module.c:768
177get_kernel_syms-------Not implemented
178query_module-------Not implemented
179quotactl0xb3unsigned int cmdconst char *specialqid_t idvoid *addr--fs/quota/quota.c:346
180nfsservctl-------Not implemented
181getpmsg-------Not implemented
182putpmsg-------Not implemented
183afs_syscall-------Not implemented
184tuxcall-------Not implemented
185security-------Not implemented
186gettid0xba------kernel/timer.c:1569
187readahead0xbbloff_t offset size_t count-----mm/readahead.c:579
188setxattr0xbcconst char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:361
189lsetxattr0xbdconst char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:380
190fsetxattr0xbeint fdconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:399
191getxattr0xbfconst char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:459
192lgetxattr0xc0const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:473
193fgetxattr0xc1int fdconst char *namevoid *valuesize_t size--fs/xattr.c:487
194listxattr0xc2const char *pathnamechar *listsize_t size---fs/xattr.c:541
195llistxattr0xc3const char *pathnamechar *listsize_t size---fs/xattr.c:555
196flistxattr0xc4int fdchar *listsize_t size---fs/xattr.c:569
197removexattr0xc5const char *pathnameconst char *name----fs/xattr.c:602
198lremovexattr0xc6const char *pathnameconst char *name----fs/xattr.c:620
199fremovexattr0xc7int fdconst char *name----fs/xattr.c:638
200tkill0xc8pid_t pidint sig----kernel/signal.c:2923
201time0xc9time_t *tloc-----kernel/time.c:62
202futex0xcau32 *uaddrint opu32 valstruct timespec *utimeu32 *uaddr2u32 val3kernel/futex.c:2680
203sched_setaffinity0xcbpid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4626
204sched_getaffinity0xccpid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4677
205set_thread_area-------Not implemented
206io_setup0xceunsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
207io_destroy0xcfaio_context_t ctx-----fs/aio.c:1334
208io_getevents0xd0aio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
209io_submit0xd1aio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
210io_cancel0xd2aio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
211get_thread_area-------Not implemented
212lookup_dcookie0xd4char *buf size_t len-----fs/dcookies.c:148
213epoll_create0xd5int size-----fs/eventpoll.c:1668
214epoll_ctl_old-------Not implemented
215epoll_wait_old-------Not implemented
216remap_file_pages0xd8unsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
217getdents640xd9unsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
218set_tid_address0xdaint *tidptr-----kernel/fork.c:1109
219restart_syscall0xdb------kernel/signal.c:2501
220semtimedop0xdcint semidstruct sembuf *tsopsunsigned nsopsconst struct timespec *timeout--ipc/sem.c:1330
221fadvise640xddloff_t offset size_t lenint advice----mm/fadvise.c:148
222timer_create0xdeconst clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
223timer_settime0xdftimer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
224timer_gettime0xe0timer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
225timer_getoverrun0xe1timer_t timer_id-----kernel/posix-timers.c:751
226timer_delete0xe2timer_t timer_id-----kernel/posix-timers.c:882
227clock_settime0xe3const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
228clock_gettime0xe4const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
229clock_getres0xe5const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
230clock_nanosleep0xe6const clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
231exit_group0xe7int error_code-----kernel/exit.c:1136
232epoll_wait0xe8int epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
233epoll_ctl0xe9int epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
234tgkill0xeapid_t tgidpid_t pidint sig---kernel/signal.c:2907
235utimes0xebchar *filenamestruct timeval *utimes----fs/utimes.c:221
236vserver-------Not implemented
237mbind0xedunsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
238set_mempolicy0xeeint modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
239get_mempolicy0xefint *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
240mq_open0xf0const char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
241mq_unlink0xf1const char *u_name-----ipc/mqueue.c:876
242mq_timedsend0xf2mqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
243mq_timedreceive0xf3mqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
244mq_notify0xf4mqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
245mq_getsetattr0xf5mqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
246kexec_load0xf6unsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
247waitid0xf7int whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
248add_key0xf8const char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
249request_key0xf9const char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
250keyctl0xfaint optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
251ioprio_set0xfbint whichint whoint ioprio---fs/ioprio.c:61
252ioprio_get0xfcint whichint who----fs/ioprio.c:176
253inotify_init0xfd------fs/notify/inotify/inotify_user.c:749
254inotify_add_watch0xfeint fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
255inotify_rm_watch0xffint fd__s32 wd----fs/notify/inotify/inotify_user.c:795
256migrate_pages0x100pid_t pidunsigned long maxnodeconst unsigned long *old_nodesconst unsigned long *new_nodes--mm/mempolicy.c:1304
257openat0x101int dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
258mkdirat0x102int dfdconst char *pathnameumode_t mode---fs/namei.c:2723
259mknodat0x103int dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
260fchownat0x104int dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
261futimesat0x105int dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
262newfstatat0x106int dfdconst char *filenamestruct stat *statbufint flag--fs/stat.c:269
263unlinkat0x107int dfdconst char *pathnameint flag---fs/namei.c:2968
264renameat0x108int olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
265linkat0x109int olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
266symlinkat0x10aconst char *oldnameint newdfdconst char *newname---fs/namei.c:3004
267readlinkat0x10bint dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
268fchmodat0x10cint dfdconst char *filenameumode_t mode---fs/open.c:486
269faccessat0x10dint dfdconst char *filenameint mode---fs/open.c:299
270pselect60x10eint nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
271ppoll0x10fstruct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
272unshare0x110unsigned long unshare_flags-----kernel/fork.c:1778
273set_robust_list0x111struct robust_list_head *headsize_t len----kernel/futex.c:2422
274get_robust_list0x112int pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
275splice0x113int fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
276tee0x114int fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
277sync_file_range0x115loff_t offset loff_t nbytesunsigned int flags----fs/sync.c:275
278vmsplice0x116int fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
279move_pages0x117pid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
280utimensat0x118int dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
281epoll_pwait0x119int epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
282signalfd0x11aint ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
283timerfd_create0x11bint clockidint flags----fs/timerfd.c:252
284eventfd0x11cunsigned int count-----fs/eventfd.c:431
285fallocate0x11dint mode loff_t offsetloff_t len----fs/open.c:272
286timerfd_settime0x11eint ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
287timerfd_gettime0x11fint ufdstruct itimerspec *otmr----fs/timerfd.c:344
288accept40x120int fdstruct sockaddr *upeer_sockaddrint *upeer_addrlenint flags--net/socket.c:1508
289signalfd40x121int ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
290eventfd20x122unsigned int countint flags----fs/eventfd.c:406
291epoll_create10x123int flags-----fs/eventpoll.c:1625
292dup30x124unsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
293pipe20x125int *fildesint flags----fs/pipe.c:1133
294inotify_init10x126int flags-----fs/notify/inotify/inotify_user.c:724
295preadv0x127unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
296pwritev0x128unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
297rt_tgsigqueueinfo0x129pid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
298perf_event_open0x12astruct perf_event_attr *attr_uptrpid_t pidint cpuint group_fdunsigned long flags-kernel/events/core.c:6186
299recvmmsg0x12bint fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
300fanotify_init0x12cunsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
301fanotify_mark0x12dunsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
302prlimit640x12epid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
303name_to_handle_at0x12fint dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
304open_by_handle_at0x130int mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
305clock_adjtime0x131const clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
306syncfs0x132int fd-----fs/sync.c:134
307sendmmsg0x133int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
308setns0x134int fdint nstype----kernel/nsproxy.c:235
309getcpu0x135unsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
310process_vm_readv0x136pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
311process_vm_writev0x137pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405
312kcmp0x138pid_t pid1pid_t pid2int typeunsigned long idx1unsigned long idx2-kernel/kcmp.c:95