5000 | read | 0x1388 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
5001 | write | 0x1389 | unsigned int fd | const char *buf | size_t count | - | - | - | fs/read_write.c:477 |
5002 | open | 0x138a | const char *filename | int flags | umode_t mode | - | - | - | fs/open.c:1046 |
5003 | close | 0x138b | unsigned int fd | - | - | - | - | - | fs/open.c:1117 |
5004 | stat | 0x138c | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:155 |
5005 | fstat | 0x138d | unsigned int fd | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:181 |
5006 | lstat | 0x138e | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:168 |
5007 | poll | 0x138f | struct pollfd *ufds | unsigned int nfds | int timeout_msecs | - | - | - | fs/select.c:908 |
5008 | lseek | 0x1390 | unsigned int fd | off_t offset | unsigned int origin | - | - | - | fs/read_write.c:230 |
5009 | mmap | 0x1391 | struct mmap_arg_struct *arg | - | - | - | - | - | mm/mmap.c:1153 |
5010 | mprotect | 0x1392 | unsigned long start | size_t len | unsigned long prot | - | - | - | mm/mprotect.c:232 |
5011 | munmap | 0x1393 | unsigned long addr | size_t len | - | - | - | - | mm/mmap.c:2141 |
5012 | brk | 0x1394 | unsigned long brk | - | - | - | - | - | mm/mmap.c:246 |
5013 | rt_sigaction | 0x1395 | int sig | const struct sigaction *act | struct sigaction *oact | size_t sigsetsize | - | - | kernel/signal.c:3174 |
5014 | rt_sigprocmask | 0x1396 | int how | sigset_t *nset | sigset_t *oset | size_t sigsetsize | - | - | kernel/signal.c:2591 |
5015 | ioctl | 0x1397 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/ioctl.c:604 |
5016 | pread64 | 0x1398 | char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:495 |
5017 | pwrite64 | 0x1399 | const char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:524 |
5018 | readv | 0x139a | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:787 |
5019 | writev | 0x139b | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:808 |
5020 | access | 0x139c | const char *filename | int mode | - | - | - | - | fs/open.c:370 |
5021 | pipe | 0x139d | int *fildes | - | - | - | - | - | fs/pipe.c:1149 |
5022 | _newselect | 0x139e | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timeval *tvp | - | fs/select.c:593 |
5023 | sched_yield | 0x139f | - | - | - | - | - | - | kernel/sched/core.c:4711 |
5024 | mremap | 0x13a0 | unsigned long addr | unsigned long old_len | unsigned long new_len | unsigned long flags | unsigned long new_addr | - | mm/mremap.c:431 |
5025 | msync | 0x13a1 | unsigned long start | size_t len | int flags | - | - | - | mm/msync.c:31 |
5026 | mincore | 0x13a2 | unsigned long start | size_t len | unsigned char *vec | - | - | - | mm/mincore.c:266 |
5027 | madvise | 0x13a3 | unsigned long start | size_t len_in | int behavior | - | - | - | mm/madvise.c:362 |
5028 | shmget | 0x13a4 | key_t key | size_t size | int shmflg | - | - | - | ipc/shm.c:574 |
5029 | shmat | 0x13a5 | int shmid | char *shmaddr | int shmflg | - | - | - | ipc/shm.c:1105 |
5030 | shmctl | 0x13a6 | int shmid | int cmd | struct shmid_ds *buf | - | - | - | ipc/shm.c:774 |
5031 | dup | 0x13a7 | unsigned int fildes | - | - | - | - | - | fs/fcntl.c:131 |
5032 | dup2 | 0x13a8 | unsigned int oldfd | unsigned int newfd | - | - | - | - | fs/fcntl.c:116 |
5033 | pause | 0x13a9 | - | - | - | - | - | - | kernel/signal.c:3245 |
5034 | nanosleep | 0x13aa | struct timespec *rqtp | struct timespec *rmtp | - | - | - | - | kernel/hrtimer.c:1621 |
5035 | getitimer | 0x13ab | int which | struct itimerval *value | - | - | - | - | kernel/itimer.c:103 |
5036 | setitimer | 0x13ac | int which | struct itimerval *value | struct itimerval *ovalue | - | - | - | kernel/itimer.c:278 |
5037 | alarm | 0x13ad | unsigned int seconds | - | - | - | - | - | kernel/timer.c:1390 |
5038 | getpid | 0x13ae | - | - | - | - | - | - | kernel/timer.c:1413 |
5039 | sendfile | 0x13af | int out_fd | int in_fd | off_t *offset | size_t count | - | - | fs/read_write.c:973 |
5040 | socket | 0x13b0 | int family | int type | int protocol | - | - | - | net/socket.c:1324 |
5041 | connect | 0x13b1 | int fd | struct sockaddr *uservaddr | int addrlen | - | - | - | net/socket.c:1600 |
5042 | accept | 0x13b2 | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | - | - | - | net/socket.c:1582 |
5043 | sendto | 0x13b3 | int fd | void *buff | size_t len | unsigned int flags | struct sockaddr *addr | int addr_len | net/socket.c:1695 |
5044 | recvfrom | 0x13b4 | int fd | void *ubuf | size_t size | unsigned int flags | struct sockaddr *addr | int *addr_len | net/socket.c:1754 |
5045 | sendmsg | 0x13b5 | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2016 |
5046 | recvmsg | 0x13b6 | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2189 |
5047 | shutdown | 0x13b7 | int fd | int how | - | - | - | - | net/socket.c:1874 |
5048 | bind | 0x13b8 | int fd | struct sockaddr *umyaddr | int addrlen | - | - | - | net/socket.c:1446 |
5049 | listen | 0x13b9 | int fd | int backlog | - | - | - | - | net/socket.c:1475 |
5050 | getsockname | 0x13ba | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1632 |
5051 | getpeername | 0x13bb | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1663 |
5052 | socketpair | 0x13bc | int family | int type | int protocol | int *usockvec | - | - | net/socket.c:1365 |
5053 | setsockopt | 0x13bd | int fd | int level | int optname | char *optval | int optlen | - | net/socket.c:1810 |
5054 | getsockopt | 0x13be | int fd | int level | int optname | char *optval | int *optlen | - | net/socket.c:1844 |
5055 | clone | 0x13bf | - | - | - | - | - | - | arch/mips/kernel/syscall.c:100 |
5056 | fork | 0x13c0 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:93 |
5057 | execve | 0x13c1 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:133 |
5058 | exit | 0x13c2 | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
5059 | wait4 | 0x13c3 | pid_t upid | int *stat_addr | int options | struct rusage *ru | - | - | kernel/exit.c:1834 |
5060 | kill | 0x13c4 | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2841 |
5061 | uname | 0x13c5 | struct old_utsname *name | - | - | - | - | - | kernel/sys.c:1311 |
5062 | semget | 0x13c6 | key_t key | int nsems | int semflg | - | - | - | ipc/sem.c:367 |
5063 | semop | 0x13c7 | int semid | struct sembuf *tsops | unsigned nsops | - | - | - | ipc/sem.c:1548 |
5064 | semctl | 0x13c8 | int semnum int cmd | union semun arg | - | - | - | - | ipc/sem.c:1121 |
5065 | shmdt | 0x13c9 | char *shmaddr | - | - | - | - | - | ipc/shm.c:1121 |
5066 | msgget | 0x13ca | key_t key | int msgflg | - | - | - | - | ipc/msg.c:312 |
5067 | msgsnd | 0x13cb | int msqid | struct msgbuf *msgp | size_t msgsz | int msgflg | - | - | ipc/msg.c:726 |
5068 | msgrcv | 0x13cc | int msqid | struct msgbuf *msgp | size_t msgsz | long msgtyp | int msgflg | - | ipc/msg.c:907 |
5069 | msgctl | 0x13cd | int msqid | int cmd | struct msqid_ds *buf | - | - | - | ipc/msg.c:469 |
5070 | fcntl | 0x13ce | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/fcntl.c:442 |
5071 | flock | 0x13cf | unsigned int fd | unsigned int cmd | - | - | - | - | fs/locks.c:1636 |
5072 | fsync | 0x13d0 | unsigned int fd | - | - | - | - | - | fs/sync.c:201 |
5073 | fdatasync | 0x13d1 | unsigned int fd | - | - | - | - | - | fs/sync.c:206 |
5074 | truncate | 0x13d2 | const char *path | long length | - | - | - | - | fs/open.c:128 |
5075 | ftruncate | 0x13d3 | unsigned int fd | unsigned long length | - | - | - | - | fs/open.c:178 |
5076 | getdents | 0x13d4 | unsigned int fd | struct linux_dirent *dirent | unsigned int count | - | - | - | fs/readdir.c:191 |
5077 | getcwd | 0x13d5 | char *buf | unsigned long size | - | - | - | - | fs/dcache.c:2885 |
5078 | chdir | 0x13d6 | const char *filename | - | - | - | - | - | fs/open.c:375 |
5079 | fchdir | 0x13d7 | unsigned int fd | - | - | - | - | - | fs/open.c:396 |
5080 | rename | 0x13d8 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3403 |
5081 | mkdir | 0x13d9 | const char *pathname | umode_t mode | - | - | - | - | fs/namei.c:2751 |
5082 | rmdir | 0x13da | const char *pathname | - | - | - | - | - | fs/namei.c:2870 |
5083 | creat | 0x13db | const char *pathname | umode_t mode | - | - | - | - | fs/open.c:1079 |
5084 | link | 0x13dc | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3152 |
5085 | unlink | 0x13dd | const char *pathname | - | - | - | - | - | fs/namei.c:2979 |
5086 | symlink | 0x13de | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3039 |
5087 | readlink | 0x13df | const char *path | char *buf | int bufsiz | - | - | - | fs/stat.c:321 |
5088 | chmod | 0x13e0 | const char *filename | umode_t mode | - | - | - | - | fs/open.c:499 |
5089 | fchmod | 0x13e1 | unsigned int fd | umode_t mode | - | - | - | - | fs/open.c:472 |
5090 | chown | 0x13e2 | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:540 |
5091 | fchown | 0x13e3 | unsigned int fd | uid_t user | gid_t group | - | - | - | fs/open.c:605 |
5092 | lchown | 0x13e4 | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:586 |
5093 | umask | 0x13e5 | int mask | - | - | - | - | - | kernel/sys.c:1782 |
5094 | gettimeofday | 0x13e6 | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:101 |
5095 | getrlimit | 0x13e7 | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1440 |
5096 | getrusage | 0x13e8 | int who | struct rusage *ru | - | - | - | - | kernel/sys.c:1774 |
5097 | sysinfo | 0x13e9 | struct sysinfo *info | - | - | - | - | - | kernel/timer.c:1641 |
5098 | times | 0x13ea | struct tms *tbuf | - | - | - | - | - | kernel/sys.c:1058 |
5099 | ptrace | 0x13eb | long request | long pid | unsigned long addr | unsigned long data | - | - | kernel/ptrace.c:857 |
5100 | getuid | 0x13ec | - | - | - | - | - | - | kernel/timer.c:1435 |
5101 | syslog | 0x13ed | int type | char *buf | int len | - | - | - | kernel/printk.c:1195 |
5102 | getgid | 0x13ee | - | - | - | - | - | - | kernel/timer.c:1447 |
5103 | setuid | 0x13ef | uid_t uid | - | - | - | - | - | kernel/sys.c:761 |
5104 | setgid | 0x13f0 | gid_t gid | - | - | - | - | - | kernel/sys.c:614 |
5105 | geteuid | 0x13f1 | - | - | - | - | - | - | kernel/timer.c:1441 |
5106 | getegid | 0x13f2 | - | - | - | - | - | - | kernel/timer.c:1453 |
5107 | setpgid | 0x13f3 | pid_t pid | pid_t pgid | - | - | - | - | kernel/sys.c:1083 |
5108 | getppid | 0x13f4 | - | - | - | - | - | - | kernel/timer.c:1424 |
5109 | getpgrp | 0x13f5 | - | - | - | - | - | - | kernel/sys.c:1184 |
5110 | setsid | 0x13f6 | - | - | - | - | - | - | kernel/sys.c:1219 |
5111 | setreuid | 0x13f7 | uid_t ruid | uid_t euid | - | - | - | - | kernel/sys.c:690 |
5112 | setregid | 0x13f8 | gid_t rgid | gid_t egid | - | - | - | - | kernel/sys.c:557 |
5113 | getgroups | 0x13f9 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:202 |
5114 | setgroups | 0x13fa | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:231 |
5115 | setresuid | 0x13fb | uid_t ruid | uid_t euid | uid_t suid | - | - | - | kernel/sys.c:808 |
5116 | getresuid | 0x13fc | uid_t *ruidp | uid_t *euidp | uid_t *suidp | - | - | - | kernel/sys.c:873 |
5117 | setresgid | 0x13fd | gid_t rgid | gid_t egid | gid_t sgid | - | - | - | kernel/sys.c:893 |
5118 | getresgid | 0x13fe | gid_t *rgidp | gid_t *egidp | gid_t *sgidp | - | - | - | kernel/sys.c:945 |
5119 | getpgid | 0x13ff | pid_t pid | - | - | - | - | - | kernel/sys.c:1154 |
5120 | setfsuid | 0x1400 | uid_t uid | - | - | - | - | - | kernel/sys.c:969 |
5121 | setfsgid | 0x1401 | gid_t gid | - | - | - | - | - | kernel/sys.c:1008 |
5122 | getsid | 0x1402 | pid_t pid | - | - | - | - | - | kernel/sys.c:1191 |
5123 | capget | 0x1403 | cap_user_header_t header | cap_user_data_t dataptr | - | - | - | - | kernel/capability.c:158 |
5124 | capset | 0x1404 | cap_user_header_t header | const cap_user_data_t data | - | - | - | - | kernel/capability.c:232 |
5125 | rt_sigpending | 0x1405 | sigset_t *set | size_t sigsetsize | - | - | - | - | kernel/signal.c:2651 |
5126 | rt_sigtimedwait | 0x1406 | const sigset_t *uthese | siginfo_t *uinfo | const struct timespec *uts | size_t sigsetsize | - | - | kernel/signal.c:2805 |
5127 | rt_sigqueueinfo | 0x1407 | pid_t pid | int sig | siginfo_t *uinfo | - | - | - | kernel/signal.c:2938 |
5128 | rt_sigsuspend | 0x1408 | sigset_t *unewset | size_t sigsetsize | - | - | - | - | kernel/signal.c:3274 |
5129 | sigaltstack | 0x1409 | - | - | - | - | - | - | arch/mips/kernel/signal.c:320 |
5130 | utime | 0x140a | char *filename | struct utimbuf *times | - | - | - | - | fs/utimes.c:27 |
5131 | mknod | 0x140b | const char *filename | umode_t mode | unsigned dev | - | - | - | fs/namei.c:2693 |
5132 | personality | 0x140c | unsigned int personality | - | - | - | - | - | kernel/exec_domain.c:182 |
5133 | ustat | 0x140d | unsigned dev | struct ustat *ubuf | - | - | - | - | fs/statfs.c:222 |
5134 | statfs | 0x140e | const char *pathname | struct statfs *buf | - | - | - | - | fs/statfs.c:166 |
5135 | fstatfs | 0x140f | unsigned int fd | struct statfs *buf | - | - | - | - | fs/statfs.c:187 |
5136 | sysfs | 0x1410 | int option | unsigned long arg1 | unsigned long arg2 | - | - | - | fs/filesystems.c:183 |
5137 | getpriority | 0x1411 | int which | int who | - | - | - | - | kernel/sys.c:241 |
5138 | setpriority | 0x1412 | int which | int who | int niceval | - | - | - | kernel/sys.c:172 |
5139 | sched_setparam | 0x1413 | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4477 |
5140 | sched_getparam | 0x1414 | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4512 |
5141 | sched_setscheduler | 0x1415 | pid_t pid | int policy | struct sched_param *param | - | - | - | kernel/sched/core.c:4462 |
5142 | sched_getscheduler | 0x1416 | pid_t pid | - | - | - | - | - | kernel/sched/core.c:4486 |
5143 | sched_get_priority_max | 0x1417 | int policy | - | - | - | - | - | kernel/sched/core.c:4935 |
5144 | sched_get_priority_min | 0x1418 | int policy | - | - | - | - | - | kernel/sched/core.c:4960 |
5145 | sched_rr_get_interval | 0x1419 | pid_t pid | struct timespec *interval | - | - | - | - | kernel/sched/core.c:4985 |
5146 | mlock | 0x141a | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:482 |
5147 | munlock | 0x141b | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:512 |
5148 | mlockall | 0x141c | int flags | - | - | - | - | - | mm/mlock.c:549 |
5149 | munlockall | 0x141d | - | - | - | - | - | - | mm/mlock.c:582 |
5150 | vhangup | 0x141e | - | - | - | - | - | - | fs/open.c:1156 |
5151 | pivot_root | 0x141f | const char *new_root | const char *put_old | - | - | - | - | fs/namespace.c:2453 |
5152 | _sysctl | 0x1420 | struct __sysctl_args *args | - | - | - | - | - | kernel/sysctl_binary.c:1444 |
5153 | prctl | 0x1421 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | kernel/sys.c:1999 |
5154 | adjtimex | 0x1422 | struct timex *txc_p | - | - | - | - | - | kernel/time.c:200 |
5155 | setrlimit | 0x1423 | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1641 |
5156 | chroot | 0x1424 | const char *filename | - | - | - | - | - | fs/open.c:422 |
5157 | sync | 0x1425 | - | - | - | - | - | - | fs/sync.c:98 |
5158 | acct | 0x1426 | const char *name | - | - | - | - | - | kernel/acct.c:255 |
5159 | settimeofday | 0x1427 | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:179 |
5160 | mount | 0x1428 | char *dev_name | char *dir_name | char *type | unsigned long flags | void *data | - | fs/namespace.c:2362 |
5161 | umount2 | 0x1429 | char *name | int flags | - | - | - | - | fs/namespace.c:1190 |
5162 | swapon | 0x142a | const char *specialfile | int swap_flags | - | - | - | - | mm/swapfile.c:1996 |
5163 | swapoff | 0x142b | const char *specialfile | - | - | - | - | - | mm/swapfile.c:1539 |
5164 | reboot | 0x142c | int magic1 | int magic2 | unsigned int cmd | void *arg | - | - | kernel/sys.c:432 |
5165 | sethostname | 0x142d | char *name | int len | - | - | - | - | kernel/sys.c:1365 |
5166 | setdomainname | 0x142e | char *name | int len | - | - | - | - | kernel/sys.c:1416 |
5167 | create_module | - | - | - | - | - | - | - | Not implemented |
5168 | init_module | 0x1430 | void *umod | unsigned long len | const char *uargs | - | - | - | kernel/module.c:3010 |
5169 | delete_module | 0x1431 | const char *name_user | unsigned int flags | - | - | - | - | kernel/module.c:768 |
5170 | get_kernel_syms | - | - | - | - | - | - | - | Not implemented |
5171 | query_module | - | - | - | - | - | - | - | Not implemented |
5172 | quotactl | 0x1434 | unsigned int cmd | const char *special | qid_t id | void *addr | - | - | fs/quota/quota.c:346 |
5173 | nfsservctl | - | - | - | - | - | - | - | Not implemented |
5174 | getpmsg | - | - | - | - | - | - | - | Not implemented |
5175 | putpmsg | - | - | - | - | - | - | - | Not implemented |
5176 | afs_syscall | - | - | - | - | - | - | - | Not implemented |
5177 | reserved177 | - | - | - | - | - | - | - | Not implemented |
5178 | gettid | 0x143a | - | - | - | - | - | - | kernel/timer.c:1569 |
5179 | readahead | 0x143b | loff_t offset size_t count | - | - | - | - | - | mm/readahead.c:579 |
5180 | setxattr | 0x143c | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:361 |
5181 | lsetxattr | 0x143d | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:380 |
5182 | fsetxattr | 0x143e | int fd | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:399 |
5183 | getxattr | 0x143f | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:459 |
5184 | lgetxattr | 0x1440 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:473 |
5185 | fgetxattr | 0x1441 | int fd | const char *name | void *value | size_t size | - | - | fs/xattr.c:487 |
5186 | listxattr | 0x1442 | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:541 |
5187 | llistxattr | 0x1443 | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:555 |
5188 | flistxattr | 0x1444 | int fd | char *list | size_t size | - | - | - | fs/xattr.c:569 |
5189 | removexattr | 0x1445 | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:602 |
5190 | lremovexattr | 0x1446 | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:620 |
5191 | fremovexattr | 0x1447 | int fd | const char *name | - | - | - | - | fs/xattr.c:638 |
5192 | tkill | 0x1448 | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2923 |
5193 | reserved193 | - | - | - | - | - | - | - | Not implemented |
5194 | futex | 0x144a | u32 *uaddr | int op | u32 val | struct timespec *utime | u32 *uaddr2 | u32 val3 | kernel/futex.c:2680 |
5195 | sched_setaffinity | 0x144b | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4626 |
5196 | sched_getaffinity | 0x144c | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4677 |
5197 | cacheflush | 0x144d | unsigned long addr | unsigned long bytes | unsigned int cache | - | - | - | arch/mips/mm/cache.c:67 |
5198 | cachectl | 0x144e | char *addr | int nbytes | int op | - | - | - | arch/mips/kernel/syscall.c:303 |
5199 | sysmips | 0x144f | - | - | - | - | - | - | arch/mips/kernel/syscall.c:265 |
5200 | io_setup | 0x1450 | unsigned nr_events | aio_context_t *ctxp | - | - | - | - | fs/aio.c:1298 |
5201 | io_destroy | 0x1451 | aio_context_t ctx | - | - | - | - | - | fs/aio.c:1334 |
5202 | io_getevents | 0x1452 | aio_context_t ctx_id | long min_nr | long nr | struct io_event *events | struct timespec *timeout | - | fs/aio.c:1844 |
5203 | io_submit | 0x1453 | aio_context_t ctx_id | long nr | struct iocb * *iocbpp | - | - | - | fs/aio.c:1746 |
5204 | io_cancel | 0x1454 | aio_context_t ctx_id | struct iocb *iocb | struct io_event *result | - | - | - | fs/aio.c:1781 |
5205 | exit_group | 0x1455 | int error_code | - | - | - | - | - | kernel/exit.c:1136 |
5206 | lookup_dcookie | 0x1456 | char *buf size_t len | - | - | - | - | - | fs/dcookies.c:148 |
5207 | epoll_create | 0x1457 | int size | - | - | - | - | - | fs/eventpoll.c:1668 |
5208 | epoll_ctl | 0x1458 | int epfd | int op | int fd | struct epoll_event *event | - | - | fs/eventpoll.c:1681 |
5209 | epoll_wait | 0x1459 | int epfd | struct epoll_event *events | int maxevents | int timeout | - | - | fs/eventpoll.c:1809 |
5210 | remap_file_pages | 0x145a | unsigned long start | unsigned long size | unsigned long prot | unsigned long pgoff | unsigned long flags | - | mm/fremap.c:122 |
5211 | rt_sigreturn | 0x145b | - | - | - | - | - | - | arch/mips/kernel/signal.c:365 |
5212 | set_tid_address | 0x145c | int *tidptr | - | - | - | - | - | kernel/fork.c:1109 |
5213 | restart_syscall | 0x145d | - | - | - | - | - | - | kernel/signal.c:2501 |
5214 | semtimedop | 0x145e | int semid | struct sembuf *tsops | unsigned nsops | const struct timespec *timeout | - | - | ipc/sem.c:1330 |
5215 | fadvise64 | 0x145f | loff_t offset size_t len | int advice | - | - | - | - | mm/fadvise.c:148 |
5216 | timer_create | 0x1460 | const clockid_t which_clock | struct sigevent *timer_event_spec | timer_t *created_timer_id | - | - | - | kernel/posix-timers.c:535 |
5217 | timer_settime | 0x1461 | timer_t timer_id | int flags | const struct itimerspec *new_setting | struct itimerspec *old_setting | - | - | kernel/posix-timers.c:819 |
5218 | timer_gettime | 0x1462 | timer_t timer_id | struct itimerspec *setting | - | - | - | - | kernel/posix-timers.c:715 |
5219 | timer_getoverrun | 0x1463 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:751 |
5220 | timer_delete | 0x1464 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:882 |
5221 | clock_settime | 0x1465 | const clockid_t which_clock | const struct timespec *tp | - | - | - | - | kernel/posix-timers.c:950 |
5222 | clock_gettime | 0x1466 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:965 |
5223 | clock_getres | 0x1467 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:1006 |
5224 | clock_nanosleep | 0x1468 | const clockid_t which_clock | int flags | const struct timespec *rqtp | struct timespec *rmtp | - | - | kernel/posix-timers.c:1035 |
5225 | tgkill | 0x1469 | pid_t tgid | pid_t pid | int sig | - | - | - | kernel/signal.c:2907 |
5226 | utimes | 0x146a | char *filename | struct timeval *utimes | - | - | - | - | fs/utimes.c:221 |
5227 | mbind | 0x146b | unsigned long start | unsigned long len | unsigned long mode | unsigned long *nmask | unsigned long maxnode | unsigned flags | mm/mempolicy.c:1263 |
5228 | get_mempolicy | 0x146c | int *policy | unsigned long *nmask | unsigned long maxnode | unsigned long addr | unsigned long flags | - | mm/mempolicy.c:1400 |
5229 | set_mempolicy | 0x146d | int mode | unsigned long *nmask | unsigned long maxnode | - | - | - | mm/mempolicy.c:1285 |
5230 | mq_open | 0x146e | const char *u_name | int oflag | umode_t mode | struct mq_attr *u_attr | - | - | ipc/mqueue.c:803 |
5231 | mq_unlink | 0x146f | const char *u_name | - | - | - | - | - | ipc/mqueue.c:876 |
5232 | mq_timedsend | 0x1470 | mqd_t mqdes | const char *u_msg_ptr | size_t msg_len | unsigned int msg_prio | const struct timespec *u_abs_timeout | - | ipc/mqueue.c:971 |
5233 | mq_timedreceive | 0x1471 | mqd_t mqdes | char *u_msg_ptr | size_t msg_len | unsigned int *u_msg_prio | const struct timespec *u_abs_timeout | - | ipc/mqueue.c:1092 |
5234 | mq_notify | 0x1472 | mqd_t mqdes | const struct sigevent *u_notification | - | - | - | - | ipc/mqueue.c:1201 |
5235 | mq_getsetattr | 0x1473 | mqd_t mqdes | const struct mq_attr *u_mqstat | struct mq_attr *u_omqstat | - | - | - | ipc/mqueue.c:1333 |
5236 | vserver | - | - | - | - | - | - | - | Not implemented |
5237 | waitid | 0x1475 | int which | pid_t upid | struct siginfo *infop | int options | struct rusage *ru | - | kernel/exit.c:1763 |
5239 | add_key | 0x1477 | const char *_type | const char *_description | const void *_payload | size_t plen | key_serial_t ringid | - | security/keys/keyctl.c:54 |
5240 | request_key | 0x1478 | const char *_type | const char *_description | const char *_callout_info | key_serial_t destringid | - | - | security/keys/keyctl.c:147 |
5241 | keyctl | 0x1479 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | security/keys/keyctl.c:1556 |
5242 | set_thread_area | 0x147a | unsigned long addr | - | - | - | - | - | arch/mips/kernel/syscall.c:152 |
5243 | inotify_init | 0x147b | - | - | - | - | - | - | fs/notify/inotify/inotify_user.c:749 |
5244 | inotify_add_watch | 0x147c | int fd | const char *pathname | u32 mask | - | - | - | fs/notify/inotify/inotify_user.c:754 |
5245 | inotify_rm_watch | 0x147d | int fd | __s32 wd | - | - | - | - | fs/notify/inotify/inotify_user.c:795 |
5246 | migrate_pages | 0x147e | pid_t pid | unsigned long maxnode | const unsigned long *old_nodes | const unsigned long *new_nodes | - | - | mm/mempolicy.c:1304 |
5247 | openat | 0x147f | int dfd | const char *filename | int flags | umode_t mode | - | - | fs/open.c:1059 |
5248 | mkdirat | 0x1480 | int dfd | const char *pathname | umode_t mode | - | - | - | fs/namei.c:2723 |
5249 | mknodat | 0x1481 | int dfd | const char *filename | umode_t mode | unsigned dev | - | - | fs/namei.c:2646 |
5250 | fchownat | 0x1482 | int dfd | const char *filename | uid_t user | gid_t group | int flag | - | fs/open.c:559 |
5251 | futimesat | 0x1483 | int dfd | const char *filename | struct timeval *utimes | - | - | - | fs/utimes.c:193 |
5252 | newfstatat | 0x1484 | int dfd | const char *filename | struct stat *statbuf | int flag | - | - | fs/stat.c:269 |
5253 | unlinkat | 0x1485 | int dfd | const char *pathname | int flag | - | - | - | fs/namei.c:2968 |
5254 | renameat | 0x1486 | int olddfd | const char *oldname | int newdfd | const char *newname | - | - | fs/namei.c:3309 |
5255 | linkat | 0x1487 | int olddfd | const char *oldname | int newdfd | const char *newname | int flags | - | fs/namei.c:3097 |
5256 | symlinkat | 0x1488 | const char *oldname | int newdfd | const char *newname | - | - | - | fs/namei.c:3004 |
5257 | readlinkat | 0x1489 | int dfd | const char *pathname | char *buf | int bufsiz | - | - | fs/stat.c:293 |
5258 | fchmodat | 0x148a | int dfd | const char *filename | umode_t mode | - | - | - | fs/open.c:486 |
5259 | faccessat | 0x148b | int dfd | const char *filename | int mode | - | - | - | fs/open.c:299 |
5260 | pselect6 | 0x148c | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timespec *tsp | void *sig | fs/select.c:671 |
5261 | ppoll | 0x148d | struct pollfd *ufds | unsigned int nfds | struct timespec *tsp | const sigset_t *sigmask | size_t sigsetsize | - | fs/select.c:942 |
5262 | unshare | 0x148e | unsigned long unshare_flags | - | - | - | - | - | kernel/fork.c:1778 |
5263 | splice | 0x148f | int fd_in | loff_t *off_in | int fd_out | loff_t *off_out | size_t len | unsigned int flags | fs/splice.c:1689 |
5264 | sync_file_range | 0x1490 | loff_t offset loff_t nbytes | unsigned int flags | - | - | - | - | fs/sync.c:275 |
5265 | tee | 0x1491 | int fdin | int fdout | size_t len | unsigned int flags | - | - | fs/splice.c:2025 |
5266 | vmsplice | 0x1492 | int fd | const struct iovec *iov | unsigned long nr_segs | unsigned int flags | - | - | fs/splice.c:1663 |
5267 | move_pages | 0x1493 | pid_t pid | unsigned long nr_pages | const void * *pages | const int *nodes | int *status | int flags | mm/migrate.c:1343 |
5268 | set_robust_list | 0x1494 | struct robust_list_head *head | size_t len | - | - | - | - | kernel/futex.c:2422 |
5269 | get_robust_list | 0x1495 | int pid | struct robust_list_head * *head_ptr | size_t *len_ptr | - | - | - | kernel/futex.c:2444 |
5270 | kexec_load | 0x1496 | unsigned long entry | unsigned long nr_segments | struct kexec_segment *segments | unsigned long flags | - | - | kernel/kexec.c:940 |
5271 | getcpu | 0x1497 | unsigned *cpup | unsigned *nodep | struct getcpu_cache *unused | - | - | - | kernel/sys.c:2179 |
5272 | epoll_pwait | 0x1498 | int epfd | struct epoll_event *events | int maxevents | int timeout | const sigset_t *sigmask | size_t sigsetsize | fs/eventpoll.c:1860 |
5273 | ioprio_set | 0x1499 | int which | int who | int ioprio | - | - | - | fs/ioprio.c:61 |
5274 | ioprio_get | 0x149a | int which | int who | - | - | - | - | fs/ioprio.c:176 |
5275 | utimensat | 0x149b | int dfd | const char *filename | struct timespec *utimes | int flags | - | - | fs/utimes.c:175 |
5276 | signalfd | 0x149c | int ufd | sigset_t *user_mask | size_t sizemask | - | - | - | fs/signalfd.c:292 |
5277 | timerfd | - | - | - | - | - | - | - | Not implemented |
5278 | eventfd | 0x149e | unsigned int count | - | - | - | - | - | fs/eventfd.c:431 |
5279 | fallocate | 0x149f | int mode loff_t offset | loff_t len | - | - | - | - | fs/open.c:272 |
5280 | timerfd_create | 0x14a0 | int clockid | int flags | - | - | - | - | fs/timerfd.c:252 |
5281 | timerfd_gettime | 0x14a1 | int ufd | struct itimerspec *otmr | - | - | - | - | fs/timerfd.c:344 |
5282 | timerfd_settime | 0x14a2 | int ufd | int flags | const struct itimerspec *utmr | struct itimerspec *otmr | - | - | fs/timerfd.c:283 |
5283 | signalfd4 | 0x14a3 | int ufd | sigset_t *user_mask | size_t sizemask | int flags | - | - | fs/signalfd.c:237 |
5284 | eventfd2 | 0x14a4 | unsigned int count | int flags | - | - | - | - | fs/eventfd.c:406 |
5285 | epoll_create1 | 0x14a5 | int flags | - | - | - | - | - | fs/eventpoll.c:1625 |
5286 | dup3 | 0x14a6 | unsigned int oldfd | unsigned int newfd | int flags | - | - | - | fs/fcntl.c:53 |
5287 | pipe2 | 0x14a7 | int *fildes | int flags | - | - | - | - | fs/pipe.c:1133 |
5288 | inotify_init1 | 0x14a8 | int flags | - | - | - | - | - | fs/notify/inotify/inotify_user.c:724 |
5289 | preadv | 0x14a9 | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:835 |
5290 | pwritev | 0x14aa | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:860 |
5291 | rt_tgsigqueueinfo | 0x14ab | pid_t tgid | pid_t pid | int sig | siginfo_t *uinfo | - | - | kernel/signal.c:2979 |
5292 | perf_event_open | 0x14ac | struct perf_event_attr *attr_uptr | pid_t pid | int cpu | int group_fd | unsigned long flags | - | kernel/events/core.c:6186 |
5293 | accept4 | 0x14ad | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | int flags | - | - | net/socket.c:1508 |
5294 | recvmmsg | 0x14ae | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | struct timespec *timeout | - | net/socket.c:2313 |
5295 | fanotify_init | 0x14af | unsigned int flags | unsigned int event_f_flags | - | - | - | - | fs/notify/fanotify/fanotify_user.c:679 |
5296 | fanotify_mark | 0x14b0 | unsigned int flags __u64 mask | int dfd const char *pathname | - | - | - | - | fs/notify/fanotify/fanotify_user.c:767 |
5297 | prlimit64 | 0x14b1 | pid_t pid | unsigned int resource | const struct rlimit64 *new_rlim | struct rlimit64 *old_rlim | - | - | kernel/sys.c:1599 |
5298 | name_to_handle_at | 0x14b2 | int dfd | const char *name | struct file_handle *handle | int *mnt_id | int flag | - | fs/fhandle.c:92 |
5299 | open_by_handle_at | 0x14b3 | int mountdirfd | struct file_handle *handle | int flags | - | - | - | fs/fhandle.c:257 |
5300 | clock_adjtime | 0x14b4 | const clockid_t which_clock | struct timex *utx | - | - | - | - | kernel/posix-timers.c:983 |
5301 | syncfs | 0x14b5 | int fd | - | - | - | - | - | fs/sync.c:134 |
5302 | sendmmsg | 0x14b6 | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | - | - | net/socket.c:2091 |
5303 | setns | 0x14b7 | int fd | int nstype | - | - | - | - | kernel/nsproxy.c:235 |
5304 | process_vm_readv | 0x14b8 | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags | mm/process_vm_access.c:398 |
5305 | process_vm_writev | 0x14b9 | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags | mm/process_vm_access.c:405 |