2013-05-07 02:46:46 +00:00
# if defined LINUX_MIPSN32
2015-01-11 02:42:56 +00:00
/* For an N32 strace decode the N32 64-bit syscalls. */
2015-07-10 22:24:48 +03:00
[ 6000 ] = { 3 , TD , SEN ( read ) , " read " } , /* start of Linux N32 */
[ 6001 ] = { 3 , TD , SEN ( write ) , " write " } ,
[ 6002 ] = { 3 , TD | TF , SEN ( open ) , " open " } ,
[ 6003 ] = { 1 , TD , SEN ( close ) , " close " } ,
Implement -e trace=%stat option
linux/*/syscallent*.h part is updated automatically by:
sed -i '/statx/! s/TF|TSTA,/TF|TST|TSTA,/' linux/*/syscallent*.h
* sysent.h (TRACE_STAT): New macro.
* syscall.c: Alias LST to TRACE_STAT around syscallent.h inclusion.
* qualify.c (lookup_class): Add TRACE_STAT for "%stat".
* strace.1 (.SS Filtering): Add information about %stat syscall class.
* NEWS: Mention this change.
* linux/aarch64/syscallent.h (stat): Add TST flag.
* linux/ia64/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/arm/syscallent.h (oldstat, stat, stat64): Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/avr32/syscallent.h (stat, stat64): Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h (oldstat, stat): Likewise.
* linux/alpha/syscallent.h (osf_old_stat, osf_stat, stat, stat64): Likewise.
* linux/mips/syscallent-compat.h (bsd43_oldstat, bsd43_stat, posix_stat,
svr4_stat, svr4_xstat, sysv_stat, sysv_xstat): Likewise.
* tests/gen_tests.in (trace_stat): New entry.
* tests/trace_stat.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TST): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-18 03:14:52 +02:00
[ 6004 ] = { 2 , TF | TST | TSTA , SEN ( stat64 ) , " stat " } ,
Implement -e trace=%fstat option
linux/*/syscallent*.h part is updated automatically by:
sed -i -e '/TSTA.*fx\?stat/ s/TSTA,/TFST|&/' \
-e 's/\(TD|TF|TFST|TSTA,\)[[:space:]]/\1/' linux/*/syscallent*.h
* sysent.h (TRACE_FSTAT): New macro.
* syscall.c: Alias TFST to TRACE_FSTAT around syscallent.h inclusion.
* qualify.c (lookup_class): Add TRACE_FSTAT for "%fstat".
* strace.1 (.SS Filtering): Add information about %fstat syscall class.
* NEWS: Mention this change.
* linux/32/syscallent.h (fstat64, fstatat64): Add TFST flag.
* linux/64/syscallent.h (fstat, newfstatat): Likewise.
* linux/aarch64/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/arm/syscallent.h (fstat, fstat64, fstatat64, oldfstat): Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/avr32/syscallent.h (fstat, fstat64, fstatat64): Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/alpha/syscallent.h (fstat, fstat64, fstatat64, osf_fstat,
osf_old_fstat): Likewise.
* linux/powerpc64/syscallent.h (fstat, newfstatat, oldfstat): Likewise.
* linux/mips/syscallent-compat.h (bsd43_fstat, bsd43_oldfstat, posix_fstat,
svr4_fstat, sysv_fstat): Likewise.
* tests/gen_tests.in (trace_fstat): New entry.
* tests/trace_fstat.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TFST): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-18 01:52:58 +02:00
[ 6005 ] = { 2 , TD | TFST | TSTA , SEN ( fstat64 ) , " fstat " } ,
Implement -e trace=%lstat option
linux/*/syscallent*.h part is updated automatically by:
sed -i '/TSTA,.*lx\?stat/ s/TSTA,/TLST|&/' linux/*/syscallent*.h
* sysent.h (TRACE_LSTAT): New macro.
* syscall.c: Alias TLST to TRACE_LSTAT around syscallent.h inclusion.
* qualify.c (lookup_class): Add TRACE_LSTAT for "%lstat".
* strace.1 (.SS Filtering): Add information about %lstat syscall class.
* NEWS: Mention this change.
* linux/aarch64/syscallent.h (lstat): Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/arm/syscallent.h (lstat, lstat64, oldlstat): Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/avr32/syscallent.h (lstat, lstat64): Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/alpha/syscallent.h (lstat, lstat64, osf_lstat, osf_old_lstat): Likewise.
* linux/mips/syscallent-compat.h (bsd43_lstat, posix_lstat, svr4_lstat,
sysv_lstat): Likewise.
* tests/gen_tests.in (trace_lstat): New entry.
* tests/trace_lstat.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TLST): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-18 02:23:05 +02:00
[ 6006 ] = { 2 , TF | TLST | TSTA , SEN ( lstat64 ) , " lstat " } ,
2015-07-10 22:24:48 +03:00
[ 6007 ] = { 3 , TD , SEN ( poll ) , " poll " } ,
[ 6008 ] = { 3 , TD , SEN ( lseek ) , " lseek " } ,
[ 6009 ] = { 6 , TD | TM | SI , SEN ( mmap ) , " mmap " } ,
[ 6010 ] = { 3 , TM | SI , SEN ( mprotect ) , " mprotect " } ,
[ 6011 ] = { 2 , TM | SI , SEN ( munmap ) , " munmap " } ,
[ 6012 ] = { 1 , TM | SI , SEN ( brk ) , " brk " } ,
[ 6013 ] = { 4 , TS , SEN ( rt_sigaction ) , " rt_sigaction " } ,
[ 6014 ] = { 4 , TS , SEN ( rt_sigprocmask ) , " rt_sigprocmask " } ,
[ 6015 ] = { 3 , TD , SEN ( ioctl ) , " ioctl " } ,
[ 6016 ] = { 4 , TD , SEN ( pread ) , " pread64 " } ,
[ 6017 ] = { 4 , TD , SEN ( pwrite ) , " pwrite64 " } ,
[ 6018 ] = { 3 , TD , SEN ( readv ) , " readv " } ,
[ 6019 ] = { 3 , TD , SEN ( writev ) , " writev " } ,
[ 6020 ] = { 2 , TF , SEN ( access ) , " access " } ,
alpha, ia64, mips, sh, sh64: fix the number of pipe syscall arguments
On alpha, ia64, mips, sh, sh64, sparc, and sparc64 architectures
pipe syscall does not take arguments.
* linux/alpha/syscallent.h (pipe): Change nargs to 0.
* linux/ia64/syscallent.h (pipe): Likewise.
* linux/mips/syscallent-n32.h (pipe): Likewise.
* linux/mips/syscallent-n64.h (pipe): Likewise.
* linux/mips/syscallent-o32.h (pipe): Likewise.
* linux/sh/syscallent.h (pipe): Likewise.
* linux/sh64/syscallent.h (pipe): Likewise.
2016-02-12 19:44:29 +00:00
[ 6021 ] = { 0 , TD , SEN ( pipe ) , " pipe " } ,
2015-12-08 17:38:12 +00:00
[ 6022 ] = { 5 , TD , SEN ( select ) , " _newselect " } ,
2017-04-14 15:06:42 +00:00
[ 6023 ] = { 0 , 0 , SEN ( sched_yield ) , " sched_yield " } ,
2015-07-10 22:24:48 +03:00
[ 6024 ] = { 5 , TM | SI , SEN ( mremap ) , " mremap " } ,
[ 6025 ] = { 3 , TM , SEN ( msync ) , " msync " } ,
[ 6026 ] = { 3 , TM , SEN ( mincore ) , " mincore " } ,
[ 6027 ] = { 3 , TM , SEN ( madvise ) , " madvise " } ,
[ 6028 ] = { 3 , TI , SEN ( shmget ) , " shmget " } ,
[ 6029 ] = { 3 , TI | TM | SI , SEN ( shmat ) , " shmat " } ,
[ 6030 ] = { 3 , TI , SEN ( shmctl ) , " shmctl " } ,
[ 6031 ] = { 1 , TD , SEN ( dup ) , " dup " } ,
[ 6032 ] = { 2 , TD , SEN ( dup2 ) , " dup2 " } ,
[ 6033 ] = { 0 , TS , SEN ( pause ) , " pause " } ,
[ 6034 ] = { 2 , 0 , SEN ( nanosleep ) , " nanosleep " } ,
[ 6035 ] = { 2 , 0 , SEN ( getitimer ) , " getitimer " } ,
[ 6036 ] = { 3 , 0 , SEN ( setitimer ) , " setitimer " } ,
[ 6037 ] = { 1 , 0 , SEN ( alarm ) , " alarm " } ,
mips: add missing pure flag to syscall entries
* linux/mips/syscallent-n32.h ([6038], [6100], [6102], [6105], [6106],
[6108], [6109], [6178]): Add pure flag to getpid, getuid, getgid, geteuid,
getegid, getpgid, getpgrp, and gttid syscall descriptors.
* linux/mips/syscallent-n64.h ([5038], [5100], [5102], [5105], [5106],
[5108], [5109], [5178]): Likewise.
* linux/mips/syscallent-o32.h ([4020], [4024], [4047], [4049], [4050],
[4064], [4065], [4222]): Likewise.
Complements: v4.21~29 "Add pure syscall flag"
2018-06-11 07:34:42 +02:00
[ 6038 ] = { 0 , PU | NF , SEN ( getpid ) , " getpid " } ,
2015-07-10 22:24:48 +03:00
[ 6039 ] = { 4 , TD | TN , SEN ( sendfile ) , " sendfile " } ,
[ 6040 ] = { 3 , TN , SEN ( socket ) , " socket " } ,
[ 6041 ] = { 3 , TN , SEN ( connect ) , " connect " } ,
[ 6042 ] = { 3 , TN , SEN ( accept ) , " accept " } ,
[ 6043 ] = { 6 , TN , SEN ( sendto ) , " sendto " } ,
[ 6044 ] = { 6 , TN , SEN ( recvfrom ) , " recvfrom " } ,
[ 6045 ] = { 3 , TN , SEN ( sendmsg ) , " sendmsg " } ,
[ 6046 ] = { 3 , TN , SEN ( recvmsg ) , " recvmsg " } ,
[ 6047 ] = { 2 , TN , SEN ( shutdown ) , " shutdown " } ,
[ 6048 ] = { 3 , TN , SEN ( bind ) , " bind " } ,
[ 6049 ] = { 2 , TN , SEN ( listen ) , " listen " } ,
[ 6050 ] = { 3 , TN , SEN ( getsockname ) , " getsockname " } ,
[ 6051 ] = { 3 , TN , SEN ( getpeername ) , " getpeername " } ,
[ 6052 ] = { 4 , TN , SEN ( socketpair ) , " socketpair " } ,
[ 6053 ] = { 5 , TN , SEN ( setsockopt ) , " setsockopt " } ,
[ 6054 ] = { 5 , TN , SEN ( getsockopt ) , " getsockopt " } ,
[ 6055 ] = { 5 , TP , SEN ( clone ) , " clone " } ,
[ 6056 ] = { 0 , TP , SEN ( fork ) , " fork " } ,
[ 6057 ] = { 3 , TF | TP | SE | SI , SEN ( execve ) , " execve " } ,
[ 6058 ] = { 1 , TP | SE , SEN ( exit ) , " exit " } ,
[ 6059 ] = { 4 , TP , SEN ( wait4 ) , " wait4 " } ,
[ 6060 ] = { 2 , TS , SEN ( kill ) , " kill " } ,
[ 6061 ] = { 1 , 0 , SEN ( uname ) , " uname " } ,
[ 6062 ] = { 3 , TI , SEN ( semget ) , " semget " } ,
2015-07-21 16:04:23 +00:00
[ 6063 ] = { 3 , TI , SEN ( semop ) , " semop " } ,
2015-07-10 22:24:48 +03:00
[ 6064 ] = { 4 , TI , SEN ( semctl ) , " semctl " } ,
[ 6065 ] = { 1 , TI | TM | SI , SEN ( shmdt ) , " shmdt " } ,
[ 6066 ] = { 2 , TI , SEN ( msgget ) , " msgget " } ,
[ 6067 ] = { 4 , TI , SEN ( msgsnd ) , " msgsnd " } ,
[ 6068 ] = { 5 , TI , SEN ( msgrcv ) , " msgrcv " } ,
[ 6069 ] = { 3 , TI , SEN ( msgctl ) , " msgctl " } ,
[ 6070 ] = { 3 , TD , SEN ( fcntl ) , " fcntl " } ,
[ 6071 ] = { 2 , TD , SEN ( flock ) , " flock " } ,
[ 6072 ] = { 1 , TD , SEN ( fsync ) , " fsync " } ,
[ 6073 ] = { 1 , TD , SEN ( fdatasync ) , " fdatasync " } ,
[ 6074 ] = { 2 , TF , SEN ( truncate64 ) , " truncate " } ,
[ 6075 ] = { 2 , TD , SEN ( ftruncate64 ) , " ftruncate " } ,
[ 6076 ] = { 3 , TD , SEN ( getdents ) , " getdents " } ,
[ 6077 ] = { 2 , TF , SEN ( getcwd ) , " getcwd " } ,
[ 6078 ] = { 1 , TF , SEN ( chdir ) , " chdir " } ,
[ 6079 ] = { 1 , TD , SEN ( fchdir ) , " fchdir " } ,
[ 6080 ] = { 2 , TF , SEN ( rename ) , " rename " } ,
[ 6081 ] = { 2 , TF , SEN ( mkdir ) , " mkdir " } ,
[ 6082 ] = { 1 , TF , SEN ( rmdir ) , " rmdir " } ,
[ 6083 ] = { 2 , TD | TF , SEN ( creat ) , " creat " } ,
[ 6084 ] = { 2 , TF , SEN ( link ) , " link " } ,
[ 6085 ] = { 1 , TF , SEN ( unlink ) , " unlink " } ,
[ 6086 ] = { 2 , TF , SEN ( symlink ) , " symlink " } ,
[ 6087 ] = { 3 , TF , SEN ( readlink ) , " readlink " } ,
[ 6088 ] = { 2 , TF , SEN ( chmod ) , " chmod " } ,
[ 6089 ] = { 2 , TD , SEN ( fchmod ) , " fchmod " } ,
[ 6090 ] = { 3 , TF , SEN ( chown ) , " chown " } ,
[ 6091 ] = { 3 , TD , SEN ( fchown ) , " fchown " } ,
[ 6092 ] = { 3 , TF , SEN ( chown ) , " lchown " } ,
2015-12-28 00:44:47 +00:00
[ 6093 ] = { 1 , NF , SEN ( umask ) , " umask " } ,
2015-07-10 22:24:48 +03:00
[ 6094 ] = { 2 , 0 , SEN ( gettimeofday ) , " gettimeofday " } ,
[ 6095 ] = { 2 , 0 , SEN ( getrlimit ) , " getrlimit " } ,
[ 6096 ] = { 2 , 0 , SEN ( getrusage ) , " getrusage " } ,
[ 6097 ] = { 1 , 0 , SEN ( sysinfo ) , " sysinfo " } ,
[ 6098 ] = { 1 , 0 , SEN ( times ) , " times " } ,
[ 6099 ] = { 4 , 0 , SEN ( ptrace ) , " ptrace " } ,
mips: add missing pure flag to syscall entries
* linux/mips/syscallent-n32.h ([6038], [6100], [6102], [6105], [6106],
[6108], [6109], [6178]): Add pure flag to getpid, getuid, getgid, geteuid,
getegid, getpgid, getpgrp, and gttid syscall descriptors.
* linux/mips/syscallent-n64.h ([5038], [5100], [5102], [5105], [5106],
[5108], [5109], [5178]): Likewise.
* linux/mips/syscallent-o32.h ([4020], [4024], [4047], [4049], [4050],
[4064], [4065], [4222]): Likewise.
Complements: v4.21~29 "Add pure syscall flag"
2018-06-11 07:34:42 +02:00
[ 6100 ] = { 0 , PU | NF , SEN ( getuid ) , " getuid " } ,
2015-07-10 22:24:48 +03:00
[ 6101 ] = { 3 , 0 , SEN ( syslog ) , " syslog " } ,
mips: add missing pure flag to syscall entries
* linux/mips/syscallent-n32.h ([6038], [6100], [6102], [6105], [6106],
[6108], [6109], [6178]): Add pure flag to getpid, getuid, getgid, geteuid,
getegid, getpgid, getpgrp, and gttid syscall descriptors.
* linux/mips/syscallent-n64.h ([5038], [5100], [5102], [5105], [5106],
[5108], [5109], [5178]): Likewise.
* linux/mips/syscallent-o32.h ([4020], [4024], [4047], [4049], [4050],
[4064], [4065], [4222]): Likewise.
Complements: v4.21~29 "Add pure syscall flag"
2018-06-11 07:34:42 +02:00
[ 6102 ] = { 0 , PU | NF , SEN ( getgid ) , " getgid " } ,
2015-07-10 22:24:48 +03:00
[ 6103 ] = { 1 , 0 , SEN ( setuid ) , " setuid " } ,
[ 6104 ] = { 1 , 0 , SEN ( setgid ) , " setgid " } ,
mips: add missing pure flag to syscall entries
* linux/mips/syscallent-n32.h ([6038], [6100], [6102], [6105], [6106],
[6108], [6109], [6178]): Add pure flag to getpid, getuid, getgid, geteuid,
getegid, getpgid, getpgrp, and gttid syscall descriptors.
* linux/mips/syscallent-n64.h ([5038], [5100], [5102], [5105], [5106],
[5108], [5109], [5178]): Likewise.
* linux/mips/syscallent-o32.h ([4020], [4024], [4047], [4049], [4050],
[4064], [4065], [4222]): Likewise.
Complements: v4.21~29 "Add pure syscall flag"
2018-06-11 07:34:42 +02:00
[ 6105 ] = { 0 , PU | NF , SEN ( geteuid ) , " geteuid " } ,
[ 6106 ] = { 0 , PU | NF , SEN ( getegid ) , " getegid " } ,
2015-07-10 22:24:48 +03:00
[ 6107 ] = { 2 , 0 , SEN ( setpgid ) , " setpgid " } ,
mips: add missing pure flag to syscall entries
* linux/mips/syscallent-n32.h ([6038], [6100], [6102], [6105], [6106],
[6108], [6109], [6178]): Add pure flag to getpid, getuid, getgid, geteuid,
getegid, getpgid, getpgrp, and gttid syscall descriptors.
* linux/mips/syscallent-n64.h ([5038], [5100], [5102], [5105], [5106],
[5108], [5109], [5178]): Likewise.
* linux/mips/syscallent-o32.h ([4020], [4024], [4047], [4049], [4050],
[4064], [4065], [4222]): Likewise.
Complements: v4.21~29 "Add pure syscall flag"
2018-06-11 07:34:42 +02:00
[ 6108 ] = { 0 , PU | NF , SEN ( getppid ) , " getppid " } ,
[ 6109 ] = { 0 , PU | NF , SEN ( getpgrp ) , " getpgrp " } ,
2015-07-10 22:24:48 +03:00
[ 6110 ] = { 0 , 0 , SEN ( setsid ) , " setsid " } ,
[ 6111 ] = { 2 , 0 , SEN ( setreuid ) , " setreuid " } ,
[ 6112 ] = { 2 , 0 , SEN ( setregid ) , " setregid " } ,
[ 6113 ] = { 2 , 0 , SEN ( getgroups ) , " getgroups " } ,
[ 6114 ] = { 2 , 0 , SEN ( setgroups ) , " setgroups " } ,
[ 6115 ] = { 3 , 0 , SEN ( setresuid ) , " setresuid " } ,
[ 6116 ] = { 3 , 0 , SEN ( getresuid ) , " getresuid " } ,
[ 6117 ] = { 3 , 0 , SEN ( setresgid ) , " setresgid " } ,
[ 6118 ] = { 3 , 0 , SEN ( getresgid ) , " getresgid " } ,
Fix numbers of syscall arguments in syscall tables
This semi-automatic change brings syscall tables in sync with kernel's
include/linux/syscalls.h file.
* linux/aarch64/syscallent.h (recv): Fix nargs.
* linux/alpha/syscallent.h (sigaltstack, init_module,
sched_getscheduler, settimeofday): Likewise.
* linux/arm/syscallent.h (signal, pciconfig_iobase, msgrcv, msgctl,
shmat, shmdt, shmctl, semtimedop, get_mempolicy, set_mempolicy,
timerfd_create): Likewise.
* linux/bfin/syscallent.h (signal, delete_module): Likewise.
* linux/hppa/syscallent.h (init_module, munlockall, sched_getscheduler,
io_cancel, set_tid_address, listxattr, llistxattr, flistxattr,
removexattr, lremovexattr, fremovexattr): Likewise.
* linux/i386/syscallent.h (signal, mmap): Likewise.
* linux/ia64/syscallent.h (init_module, readv, writev,
sched_getscheduler): Likewise.
* linux/m68k/syscallent.h (signal, request_key): Likewise.
* linux/microblaze/syscallent.h (signal, clone, fstatfs64, vmsplice):
Likewise.
* linux/mips/syscallent-n32.h (getpgid, statfs, fstatfs, init_module,
delete_module): Likewise.
* linux/mips/syscallent-n64.h (getpgid, statfs, fstatfs, init_module,
delete_module): Likewise.
* linux/mips/syscallent-o32.h (signal, statfs, fstatfs, ioperm,
fstatfs64): Likewise.
* linux/powerpc/syscallent.h (signal, spu_run, spu_create): Likewise.
* linux/powerpc64/syscallent.h (signal, pread64, pwrite64, readahead,
fadvise64, lookup_dcookie, spu_run, spu_create, sync_file_range2,
fallocate, preadv, pwritev, fanotify_mark): Likewise.
* linux/s390/syscallent.h (signal, mmap, lookup_dcookie, ipc): Likewise.
* linux/s390x/syscallent.h (signal, ipc): Likewise.
* linux/sh/syscallent.h (signal, ipc, munlockall, fstatfs64, vmsplice):
Likewise.
* linux/sh64/syscallent.h (signal, ipc, msgrcv, msgctl, shmat, shmdt,
shmctl, fstatfs64, vmsplice): Likewise.
* linux/sparc/syscallent.h (ptrace, dup, signal, ipc): Likewise.
* linux/sparc64/syscallent.h (ptrace, dup, signal, pread64, pwrite64,
readahead, lookup_dcookie, fadvise64, fadvise64_64, ipc,
sync_file_range, fallocate, preadv, pwritev, fanotify_mark): Likewise.
* linux/x32/syscallent.h (64:recvmsg): Likewise.
* linux/xtensa/syscallent.h (mremap, futex, reboot, init_module,
delete_module, request_key, getcpu, ioprio_set, ioprio_get, utimensat,
futimesat, fchmodat, faccessat): Likewise.
* NEWS: Mention this fix.
2016-02-12 19:50:38 +00:00
[ 6119 ] = { 1 , 0 , SEN ( getpgid ) , " getpgid " } ,
2015-07-10 22:24:48 +03:00
[ 6120 ] = { 1 , NF , SEN ( setfsuid ) , " setfsuid " } ,
[ 6121 ] = { 1 , NF , SEN ( setfsgid ) , " setfsgid " } ,
[ 6122 ] = { 1 , 0 , SEN ( getsid ) , " getsid " } ,
[ 6123 ] = { 2 , 0 , SEN ( capget ) , " capget " } ,
[ 6124 ] = { 2 , 0 , SEN ( capset ) , " capset " } ,
[ 6125 ] = { 2 , TS , SEN ( rt_sigpending ) , " rt_sigpending " } ,
[ 6126 ] = { 4 , TS , SEN ( rt_sigtimedwait ) , " rt_sigtimedwait " } ,
[ 6127 ] = { 3 , TS , SEN ( rt_sigqueueinfo ) , " rt_sigqueueinfo " } ,
[ 6128 ] = { 2 , TS , SEN ( rt_sigsuspend ) , " rt_sigsuspend " } ,
[ 6129 ] = { 2 , TS , SEN ( sigaltstack ) , " sigaltstack " } ,
[ 6130 ] = { 2 , TF , SEN ( utime ) , " utime " } ,
[ 6131 ] = { 3 , TF , SEN ( mknod ) , " mknod " } ,
2015-12-25 00:34:07 +00:00
[ 6132 ] = { 1 , NF , SEN ( personality ) , " personality " } ,
Implement -e trace=%%statfs option
linux/*/syscallent*.h part is updated automatically by:
sed -i 's/\(TSF\),[[:space:]]\?/\1|TSFA,/' linux/*/syscallent*.h
sed -i 's/\(TFSF\),/\1|TSFA,/' linux/*/syscallent*.h
sed -i 's/0\(,.*ustat\)/TSFA\1/' linux/*/syscallent*.h
* sysent.h (TRACE_STATFS_LIKE): New macro.
* syscall.c: Alias TSFA to TRACE_STATFS_LIKE around syscallent.h inclusion.
* qualify.c (lookup_class): Add SCHED_STATFS_LIKE for "%%statfs".
* strace.1 (.SS Filtering): Add information about %%statfs syscall class.
* NEWS: Mention this change.
* linux/32/syscallent.h (statfs64, fstatfs64): Add TSFA flag.
* linux/64/syscallent.h (statfs, fstatfs): Likewise.
* linux/aarch64/syscallent.h (statfs, fstatfs, ustat): Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/arm/syscallent.h (statfs, statfs64, fstatfs, fstatfs64, ustat):
Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/alpha/syscallent.h (osf_statfs, osf_statfs64, statfs,
ofs_fstatfs, osf_fstatfs64, ustat): Likewise.
* linux/mips/syscallent-compat.h (*_statfs, *_statvfs, *_fstatfs): Likewise.
* tests/gen_tests.in (trace_statfs_like): New entry.
* tests/trace_statfs_like.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TSFA): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-16 15:30:29 +02:00
[ 6133 ] = { 2 , TSFA , SEN ( ustat ) , " ustat " } ,
[ 6134 ] = { 2 , TF | TSF | TSFA , SEN ( statfs ) , " statfs " } ,
[ 6135 ] = { 2 , TD | TFSF | TSFA , SEN ( fstatfs ) , " fstatfs " } ,
2015-11-24 02:23:18 +00:00
[ 6136 ] = { 3 , 0 , SEN ( sysfs ) , " sysfs " } ,
2015-07-10 22:24:48 +03:00
[ 6137 ] = { 2 , 0 , SEN ( getpriority ) , " getpriority " } ,
[ 6138 ] = { 3 , 0 , SEN ( setpriority ) , " setpriority " } ,
2017-04-14 15:06:42 +00:00
[ 6139 ] = { 2 , 0 , SEN ( sched_setparam ) , " sched_setparam " } ,
[ 6140 ] = { 2 , 0 , SEN ( sched_getparam ) , " sched_getparam " } ,
[ 6141 ] = { 3 , 0 , SEN ( sched_setscheduler ) , " sched_setscheduler " } ,
[ 6142 ] = { 1 , 0 , SEN ( sched_getscheduler ) , " sched_getscheduler " } ,
[ 6143 ] = { 1 , 0 , SEN ( sched_get_priority_max ) , " sched_get_priority_max " } ,
[ 6144 ] = { 1 , 0 , SEN ( sched_get_priority_min ) , " sched_get_priority_min " } ,
[ 6145 ] = { 2 , 0 , SEN ( sched_rr_get_interval ) , " sched_rr_get_interval " } ,
2015-07-10 22:24:48 +03:00
[ 6146 ] = { 2 , TM , SEN ( mlock ) , " mlock " } ,
[ 6147 ] = { 2 , TM , SEN ( munlock ) , " munlock " } ,
[ 6148 ] = { 1 , TM , SEN ( mlockall ) , " mlockall " } ,
[ 6149 ] = { 0 , TM , SEN ( munlockall ) , " munlockall " } ,
[ 6150 ] = { 0 , 0 , SEN ( vhangup ) , " vhangup " } ,
[ 6151 ] = { 2 , TF , SEN ( pivotroot ) , " pivot_root " } ,
[ 6152 ] = { 1 , 0 , SEN ( sysctl ) , " _sysctl " } ,
[ 6153 ] = { 5 , 0 , SEN ( prctl ) , " prctl " } ,
[ 6154 ] = { 1 , 0 , SEN ( adjtimex ) , " adjtimex " } ,
[ 6155 ] = { 2 , 0 , SEN ( setrlimit ) , " setrlimit " } ,
[ 6156 ] = { 1 , TF , SEN ( chroot ) , " chroot " } ,
[ 6157 ] = { 0 , 0 , SEN ( sync ) , " sync " } ,
[ 6158 ] = { 1 , TF , SEN ( acct ) , " acct " } ,
[ 6159 ] = { 2 , 0 , SEN ( settimeofday ) , " settimeofday " } ,
[ 6160 ] = { 5 , TF , SEN ( mount ) , " mount " } ,
[ 6161 ] = { 2 , TF , SEN ( umount2 ) , " umount2 " } ,
[ 6162 ] = { 2 , TF , SEN ( swapon ) , " swapon " } ,
[ 6163 ] = { 1 , TF , SEN ( swapoff ) , " swapoff " } ,
[ 6164 ] = { 4 , 0 , SEN ( reboot ) , " reboot " } ,
[ 6165 ] = { 2 , 0 , SEN ( sethostname ) , " sethostname " } ,
[ 6166 ] = { 2 , 0 , SEN ( setdomainname ) , " setdomainname " } ,
[ 6167 ] = { 2 , 0 , SEN ( create_module ) , " create_module " } ,
Fix numbers of syscall arguments in syscall tables
This semi-automatic change brings syscall tables in sync with kernel's
include/linux/syscalls.h file.
* linux/aarch64/syscallent.h (recv): Fix nargs.
* linux/alpha/syscallent.h (sigaltstack, init_module,
sched_getscheduler, settimeofday): Likewise.
* linux/arm/syscallent.h (signal, pciconfig_iobase, msgrcv, msgctl,
shmat, shmdt, shmctl, semtimedop, get_mempolicy, set_mempolicy,
timerfd_create): Likewise.
* linux/bfin/syscallent.h (signal, delete_module): Likewise.
* linux/hppa/syscallent.h (init_module, munlockall, sched_getscheduler,
io_cancel, set_tid_address, listxattr, llistxattr, flistxattr,
removexattr, lremovexattr, fremovexattr): Likewise.
* linux/i386/syscallent.h (signal, mmap): Likewise.
* linux/ia64/syscallent.h (init_module, readv, writev,
sched_getscheduler): Likewise.
* linux/m68k/syscallent.h (signal, request_key): Likewise.
* linux/microblaze/syscallent.h (signal, clone, fstatfs64, vmsplice):
Likewise.
* linux/mips/syscallent-n32.h (getpgid, statfs, fstatfs, init_module,
delete_module): Likewise.
* linux/mips/syscallent-n64.h (getpgid, statfs, fstatfs, init_module,
delete_module): Likewise.
* linux/mips/syscallent-o32.h (signal, statfs, fstatfs, ioperm,
fstatfs64): Likewise.
* linux/powerpc/syscallent.h (signal, spu_run, spu_create): Likewise.
* linux/powerpc64/syscallent.h (signal, pread64, pwrite64, readahead,
fadvise64, lookup_dcookie, spu_run, spu_create, sync_file_range2,
fallocate, preadv, pwritev, fanotify_mark): Likewise.
* linux/s390/syscallent.h (signal, mmap, lookup_dcookie, ipc): Likewise.
* linux/s390x/syscallent.h (signal, ipc): Likewise.
* linux/sh/syscallent.h (signal, ipc, munlockall, fstatfs64, vmsplice):
Likewise.
* linux/sh64/syscallent.h (signal, ipc, msgrcv, msgctl, shmat, shmdt,
shmctl, fstatfs64, vmsplice): Likewise.
* linux/sparc/syscallent.h (ptrace, dup, signal, ipc): Likewise.
* linux/sparc64/syscallent.h (ptrace, dup, signal, pread64, pwrite64,
readahead, lookup_dcookie, fadvise64, fadvise64_64, ipc,
sync_file_range, fallocate, preadv, pwritev, fanotify_mark): Likewise.
* linux/x32/syscallent.h (64:recvmsg): Likewise.
* linux/xtensa/syscallent.h (mremap, futex, reboot, init_module,
delete_module, request_key, getcpu, ioprio_set, ioprio_get, utimensat,
futimesat, fchmodat, faccessat): Likewise.
* NEWS: Mention this fix.
2016-02-12 19:50:38 +00:00
[ 6168 ] = { 3 , 0 , SEN ( init_module ) , " init_module " } ,
[ 6169 ] = { 2 , 0 , SEN ( delete_module ) , " delete_module " } ,
2015-07-10 22:24:48 +03:00
[ 6170 ] = { 1 , 0 , SEN ( get_kernel_syms ) , " get_kernel_syms " } ,
[ 6171 ] = { 5 , 0 , SEN ( query_module ) , " query_module " } ,
[ 6172 ] = { 4 , TF , SEN ( quotactl ) , " quotactl " } ,
[ 6173 ] = { 3 , 0 , SEN ( nfsservctl ) , " nfsservctl " } ,
Fix syscall entries of unimplemented getpmsg and putpmsg syscalls
* linux/ia64/syscallent.h (getpmsg): Change SEN(printargs)
to SEN(getpmsg).
(putpmsg): Change SEN(printargs) to SEN(putpmsg).
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/arm/syscallent.h (getpmsg, putpmsg): Set sys_flags to TN.
* linux/bfin/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/hppa/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/i386/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/m68k/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/microblaze/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/powerpc/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/s390/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/s390x/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/x32/syscallent.h (getpmsg, putpmsg): Likewise.
* linux/x86_64/syscallent.h (getpmsg, putpmsg): Likewise.
2015-11-24 02:45:11 +00:00
[ 6174 ] = { 5 , TN , SEN ( getpmsg ) , " getpmsg " } ,
[ 6175 ] = { 5 , TN , SEN ( putpmsg ) , " putpmsg " } ,
2015-07-10 22:24:48 +03:00
[ 6176 ] = { 0 , 0 , SEN ( afs_syscall ) , " afs_syscall " } ,
[ 6177 ] = { 0 , 0 , SEN ( printargs ) , " reserved177 " } ,
mips: add missing pure flag to syscall entries
* linux/mips/syscallent-n32.h ([6038], [6100], [6102], [6105], [6106],
[6108], [6109], [6178]): Add pure flag to getpid, getuid, getgid, geteuid,
getegid, getpgid, getpgrp, and gttid syscall descriptors.
* linux/mips/syscallent-n64.h ([5038], [5100], [5102], [5105], [5106],
[5108], [5109], [5178]): Likewise.
* linux/mips/syscallent-o32.h ([4020], [4024], [4047], [4049], [4050],
[4064], [4065], [4222]): Likewise.
Complements: v4.21~29 "Add pure syscall flag"
2018-06-11 07:34:42 +02:00
[ 6178 ] = { 0 , PU | NF , SEN ( gettid ) , " gettid " } ,
2015-07-10 22:24:48 +03:00
[ 6179 ] = { 3 , TD , SEN ( readahead ) , " readahead " } ,
[ 6180 ] = { 5 , TF , SEN ( setxattr ) , " setxattr " } ,
[ 6181 ] = { 5 , TF , SEN ( setxattr ) , " lsetxattr " } ,
[ 6182 ] = { 5 , TD , SEN ( fsetxattr ) , " fsetxattr " } ,
[ 6183 ] = { 4 , TF , SEN ( getxattr ) , " getxattr " } ,
[ 6184 ] = { 4 , TF , SEN ( getxattr ) , " lgetxattr " } ,
[ 6185 ] = { 4 , TD , SEN ( fgetxattr ) , " fgetxattr " } ,
[ 6186 ] = { 3 , TF , SEN ( listxattr ) , " listxattr " } ,
[ 6187 ] = { 3 , TF , SEN ( listxattr ) , " llistxattr " } ,
[ 6188 ] = { 3 , TD , SEN ( flistxattr ) , " flistxattr " } ,
[ 6189 ] = { 2 , TF , SEN ( removexattr ) , " removexattr " } ,
[ 6190 ] = { 2 , TF , SEN ( removexattr ) , " lremovexattr " } ,
[ 6191 ] = { 2 , TD , SEN ( fremovexattr ) , " fremovexattr " } ,
[ 6192 ] = { 2 , TS , SEN ( kill ) , " tkill " } ,
[ 6193 ] = { 1 , 0 , SEN ( time ) , " time " } ,
[ 6194 ] = { 6 , 0 , SEN ( futex ) , " futex " } ,
2017-04-14 15:06:42 +00:00
[ 6195 ] = { 3 , 0 , SEN ( sched_setaffinity ) , " sched_setaffinity " } ,
[ 6196 ] = { 3 , 0 , SEN ( sched_getaffinity ) , " sched_getaffinity " } ,
2015-07-10 22:24:48 +03:00
[ 6197 ] = { 3 , 0 , SEN ( printargs ) , " cacheflush " } ,
[ 6198 ] = { 3 , 0 , SEN ( printargs ) , " cachectl " } ,
[ 6199 ] = { 4 , 0 , SEN ( sysmips ) , " sysmips " } ,
2016-09-09 02:38:32 +00:00
[ 6200 ] = { 2 , TM , SEN ( io_setup ) , " io_setup " } ,
[ 6201 ] = { 1 , TM , SEN ( io_destroy ) , " io_destroy " } ,
2015-07-10 22:24:48 +03:00
[ 6202 ] = { 5 , 0 , SEN ( io_getevents ) , " io_getevents " } ,
[ 6203 ] = { 3 , 0 , SEN ( io_submit ) , " io_submit " } ,
[ 6204 ] = { 3 , 0 , SEN ( io_cancel ) , " io_cancel " } ,
[ 6205 ] = { 1 , TP | SE , SEN ( exit ) , " exit_group " } ,
[ 6206 ] = { 3 , 0 , SEN ( lookup_dcookie ) , " lookup_dcookie " } ,
[ 6207 ] = { 1 , TD , SEN ( epoll_create ) , " epoll_create " } ,
[ 6208 ] = { 4 , TD , SEN ( epoll_ctl ) , " epoll_ctl " } ,
[ 6209 ] = { 4 , TD , SEN ( epoll_wait ) , " epoll_wait " } ,
[ 6210 ] = { 5 , TM | SI , SEN ( remap_file_pages ) , " remap_file_pages " } ,
[ 6211 ] = { 0 , TS , SEN ( rt_sigreturn ) , " rt_sigreturn " } ,
2015-12-05 00:42:58 +03:00
[ 6212 ] = { 3 , TD , SEN ( fcntl64 ) , " fcntl64 " } ,
2015-07-10 22:24:48 +03:00
[ 6213 ] = { 1 , 0 , SEN ( set_tid_address ) , " set_tid_address " } ,
[ 6214 ] = { 0 , 0 , SEN ( restart_syscall ) , " restart_syscall " } ,
[ 6215 ] = { 4 , TI , SEN ( semtimedop ) , " semtimedop " } ,
2015-12-08 22:32:33 +00:00
[ 6216 ] = { 4 , TD , SEN ( fadvise64_64 ) , " fadvise64 " } ,
Implement -e trace=%%statfs option
linux/*/syscallent*.h part is updated automatically by:
sed -i 's/\(TSF\),[[:space:]]\?/\1|TSFA,/' linux/*/syscallent*.h
sed -i 's/\(TFSF\),/\1|TSFA,/' linux/*/syscallent*.h
sed -i 's/0\(,.*ustat\)/TSFA\1/' linux/*/syscallent*.h
* sysent.h (TRACE_STATFS_LIKE): New macro.
* syscall.c: Alias TSFA to TRACE_STATFS_LIKE around syscallent.h inclusion.
* qualify.c (lookup_class): Add SCHED_STATFS_LIKE for "%%statfs".
* strace.1 (.SS Filtering): Add information about %%statfs syscall class.
* NEWS: Mention this change.
* linux/32/syscallent.h (statfs64, fstatfs64): Add TSFA flag.
* linux/64/syscallent.h (statfs, fstatfs): Likewise.
* linux/aarch64/syscallent.h (statfs, fstatfs, ustat): Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/arm/syscallent.h (statfs, statfs64, fstatfs, fstatfs64, ustat):
Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/alpha/syscallent.h (osf_statfs, osf_statfs64, statfs,
ofs_fstatfs, osf_fstatfs64, ustat): Likewise.
* linux/mips/syscallent-compat.h (*_statfs, *_statvfs, *_fstatfs): Likewise.
* tests/gen_tests.in (trace_statfs_like): New entry.
* tests/trace_statfs_like.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TSFA): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-16 15:30:29 +02:00
[ 6217 ] = { 3 , TF | TSF | TSFA , SEN ( statfs64 ) , " statfs64 " } ,
[ 6218 ] = { 3 , TD | TFSF | TSFA , SEN ( fstatfs64 ) , " fstatfs64 " } ,
2015-07-10 22:24:48 +03:00
[ 6219 ] = { 4 , TD | TN , SEN ( sendfile64 ) , " sendfile64 " } ,
[ 6220 ] = { 3 , 0 , SEN ( timer_create ) , " timer_create " } ,
[ 6221 ] = { 4 , 0 , SEN ( timer_settime ) , " timer_settime " } ,
[ 6222 ] = { 2 , 0 , SEN ( timer_gettime ) , " timer_gettime " } ,
[ 6223 ] = { 1 , 0 , SEN ( timer_getoverrun ) , " timer_getoverrun " } ,
[ 6224 ] = { 1 , 0 , SEN ( timer_delete ) , " timer_delete " } ,
2017-04-14 15:06:42 +00:00
[ 6225 ] = { 2 , 0 , SEN ( clock_settime ) , " clock_settime " } ,
[ 6226 ] = { 2 , 0 , SEN ( clock_gettime ) , " clock_gettime " } ,
[ 6227 ] = { 2 , 0 , SEN ( clock_getres ) , " clock_getres " } ,
[ 6228 ] = { 4 , 0 , SEN ( clock_nanosleep ) , " clock_nanosleep " } ,
2015-07-10 22:24:48 +03:00
[ 6229 ] = { 3 , TS , SEN ( tgkill ) , " tgkill " } ,
[ 6230 ] = { 2 , TF , SEN ( utimes ) , " utimes " } ,
[ 6231 ] = { 6 , TM , SEN ( mbind ) , " mbind " } ,
[ 6232 ] = { 5 , TM , SEN ( get_mempolicy ) , " get_mempolicy " } ,
[ 6233 ] = { 3 , TM , SEN ( set_mempolicy ) , " set_mempolicy " } ,
Enhance decoding of mq_* syscalls
* mq.c (SYS_FUNC(mq_open)): Add RVAL_FD to return value.
(SYS_FUNC(mq_timedsend), SYS_FUNC(mq_timedreceive), SYS_FUNC(mq_notify),
SYS_FUNC(mq_getsetattr)): Print the first argument using printfd.
* NEWS: Mention this change.
* pathtrace.c (pathtrace_match_set) <SEN_mq_getsetattr, SEN_mq_notify,
SEN_mq_open, SEN_mq_timedreceive, SEN_mq_timedsend>: Skip matching.
* linux/32/syscallent.h (mq_getsetattr, mq_notify, mq_open,
mq_timedreceive, mq_timedsend): Add TD flag.
* linux/64/syscallent.h: Likewise.
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
2018-01-15 22:47:38 +00:00
[ 6234 ] = { 4 , TD , SEN ( mq_open ) , " mq_open " } ,
2015-07-10 22:24:48 +03:00
[ 6235 ] = { 1 , 0 , SEN ( mq_unlink ) , " mq_unlink " } ,
Enhance decoding of mq_* syscalls
* mq.c (SYS_FUNC(mq_open)): Add RVAL_FD to return value.
(SYS_FUNC(mq_timedsend), SYS_FUNC(mq_timedreceive), SYS_FUNC(mq_notify),
SYS_FUNC(mq_getsetattr)): Print the first argument using printfd.
* NEWS: Mention this change.
* pathtrace.c (pathtrace_match_set) <SEN_mq_getsetattr, SEN_mq_notify,
SEN_mq_open, SEN_mq_timedreceive, SEN_mq_timedsend>: Skip matching.
* linux/32/syscallent.h (mq_getsetattr, mq_notify, mq_open,
mq_timedreceive, mq_timedsend): Add TD flag.
* linux/64/syscallent.h: Likewise.
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
2018-01-15 22:47:38 +00:00
[ 6236 ] = { 5 , TD , SEN ( mq_timedsend ) , " mq_timedsend " } ,
[ 6237 ] = { 5 , TD , SEN ( mq_timedreceive ) , " mq_timedreceive " } ,
[ 6238 ] = { 2 , TD , SEN ( mq_notify ) , " mq_notify " } ,
[ 6239 ] = { 3 , TD , SEN ( mq_getsetattr ) , " mq_getsetattr " } ,
2015-07-10 22:24:48 +03:00
[ 6240 ] = { 5 , 0 , SEN ( vserver ) , " vserver " } ,
[ 6241 ] = { 5 , TP , SEN ( waitid ) , " waitid " } ,
2015-01-11 02:42:56 +00:00
[ 6242 ] = { } ,
2015-07-10 22:24:48 +03:00
[ 6243 ] = { 5 , 0 , SEN ( add_key ) , " add_key " } ,
[ 6244 ] = { 4 , 0 , SEN ( request_key ) , " request_key " } ,
[ 6245 ] = { 5 , 0 , SEN ( keyctl ) , " keyctl " } ,
[ 6246 ] = { 1 , 0 , SEN ( set_thread_area ) , " set_thread_area " } ,
[ 6247 ] = { 0 , TD , SEN ( inotify_init ) , " inotify_init " } ,
2017-08-11 12:43:58 +07:00
[ 6248 ] = { 3 , TD | TF , SEN ( inotify_add_watch ) , " inotify_add_watch " } ,
2015-07-10 22:24:48 +03:00
[ 6249 ] = { 2 , TD , SEN ( inotify_rm_watch ) , " inotify_rm_watch " } ,
[ 6250 ] = { 4 , TM , SEN ( migrate_pages ) , " migrate_pages " } ,
[ 6251 ] = { 4 , TD | TF , SEN ( openat ) , " openat " } ,
[ 6252 ] = { 3 , TD | TF , SEN ( mkdirat ) , " mkdirat " } ,
[ 6253 ] = { 4 , TD | TF , SEN ( mknodat ) , " mknodat " } ,
[ 6254 ] = { 5 , TD | TF , SEN ( fchownat ) , " fchownat " } ,
[ 6255 ] = { 3 , TD | TF , SEN ( futimesat ) , " futimesat " } ,
Implement -e trace=%fstat option
linux/*/syscallent*.h part is updated automatically by:
sed -i -e '/TSTA.*fx\?stat/ s/TSTA,/TFST|&/' \
-e 's/\(TD|TF|TFST|TSTA,\)[[:space:]]/\1/' linux/*/syscallent*.h
* sysent.h (TRACE_FSTAT): New macro.
* syscall.c: Alias TFST to TRACE_FSTAT around syscallent.h inclusion.
* qualify.c (lookup_class): Add TRACE_FSTAT for "%fstat".
* strace.1 (.SS Filtering): Add information about %fstat syscall class.
* NEWS: Mention this change.
* linux/32/syscallent.h (fstat64, fstatat64): Add TFST flag.
* linux/64/syscallent.h (fstat, newfstatat): Likewise.
* linux/aarch64/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/arm/syscallent.h (fstat, fstat64, fstatat64, oldfstat): Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/avr32/syscallent.h (fstat, fstat64, fstatat64): Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/alpha/syscallent.h (fstat, fstat64, fstatat64, osf_fstat,
osf_old_fstat): Likewise.
* linux/powerpc64/syscallent.h (fstat, newfstatat, oldfstat): Likewise.
* linux/mips/syscallent-compat.h (bsd43_fstat, bsd43_oldfstat, posix_fstat,
svr4_fstat, sysv_fstat): Likewise.
* tests/gen_tests.in (trace_fstat): New entry.
* tests/trace_fstat.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TFST): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-18 01:52:58 +02:00
[ 6256 ] = { 4 , TD | TF | TFST | TSTA , SEN ( newfstatat ) , " newfstatat " } ,
2015-07-10 22:24:48 +03:00
[ 6257 ] = { 3 , TD | TF , SEN ( unlinkat ) , " unlinkat " } ,
[ 6258 ] = { 4 , TD | TF , SEN ( renameat ) , " renameat " } ,
[ 6259 ] = { 5 , TD | TF , SEN ( linkat ) , " linkat " } ,
[ 6260 ] = { 3 , TD | TF , SEN ( symlinkat ) , " symlinkat " } ,
[ 6261 ] = { 4 , TD | TF , SEN ( readlinkat ) , " readlinkat " } ,
[ 6262 ] = { 3 , TD | TF , SEN ( fchmodat ) , " fchmodat " } ,
[ 6263 ] = { 3 , TD | TF , SEN ( faccessat ) , " faccessat " } ,
[ 6264 ] = { 6 , TD , SEN ( pselect6 ) , " pselect6 " } ,
[ 6265 ] = { 5 , TD , SEN ( ppoll ) , " ppoll " } ,
[ 6266 ] = { 1 , TP , SEN ( unshare ) , " unshare " } ,
[ 6267 ] = { 6 , TD , SEN ( splice ) , " splice " } ,
[ 6268 ] = { 4 , TD , SEN ( sync_file_range ) , " sync_file_range " } ,
[ 6269 ] = { 4 , TD , SEN ( tee ) , " tee " } ,
[ 6270 ] = { 4 , TD , SEN ( vmsplice ) , " vmsplice " } ,
[ 6271 ] = { 6 , TM , SEN ( move_pages ) , " move_pages " } ,
[ 6272 ] = { 2 , 0 , SEN ( set_robust_list ) , " set_robust_list " } ,
[ 6273 ] = { 3 , 0 , SEN ( get_robust_list ) , " get_robust_list " } ,
[ 6274 ] = { 4 , 0 , SEN ( kexec_load ) , " kexec_load " } ,
[ 6275 ] = { 3 , 0 , SEN ( getcpu ) , " getcpu " } ,
[ 6276 ] = { 6 , TD , SEN ( epoll_pwait ) , " epoll_pwait " } ,
[ 6277 ] = { 3 , 0 , SEN ( ioprio_set ) , " ioprio_set " } ,
[ 6278 ] = { 2 , 0 , SEN ( ioprio_get ) , " ioprio_get " } ,
[ 6279 ] = { 4 , TD | TF , SEN ( utimensat ) , " utimensat " } ,
[ 6280 ] = { 3 , TD | TS , SEN ( signalfd ) , " signalfd " } ,
[ 6281 ] = { 4 , TD , SEN ( timerfd ) , " timerfd " } ,
[ 6282 ] = { 1 , TD , SEN ( eventfd ) , " eventfd " } ,
[ 6283 ] = { 4 , TD , SEN ( fallocate ) , " fallocate " } ,
[ 6284 ] = { 2 , TD , SEN ( timerfd_create ) , " timerfd_create " } ,
[ 6285 ] = { 2 , TD , SEN ( timerfd_gettime ) , " timerfd_gettime " } ,
[ 6286 ] = { 4 , TD , SEN ( timerfd_settime ) , " timerfd_settime " } ,
[ 6287 ] = { 4 , TD | TS , SEN ( signalfd4 ) , " signalfd4 " } ,
[ 6288 ] = { 2 , TD , SEN ( eventfd2 ) , " eventfd2 " } ,
[ 6289 ] = { 1 , TD , SEN ( epoll_create1 ) , " epoll_create1 " } ,
[ 6290 ] = { 3 , TD , SEN ( dup3 ) , " dup3 " } ,
[ 6291 ] = { 2 , TD , SEN ( pipe2 ) , " pipe2 " } ,
[ 6292 ] = { 1 , TD , SEN ( inotify_init1 ) , " inotify_init1 " } ,
[ 6293 ] = { 4 , TD , SEN ( preadv ) , " preadv " } ,
[ 6294 ] = { 4 , TD , SEN ( pwritev ) , " pwritev " } ,
[ 6295 ] = { 4 , TP | TS , SEN ( rt_tgsigqueueinfo ) , " rt_tgsigqueueinfo " } ,
[ 6296 ] = { 5 , TD , SEN ( perf_event_open ) , " perf_event_open " } ,
[ 6297 ] = { 4 , TN , SEN ( accept4 ) , " accept4 " } ,
[ 6298 ] = { 5 , TN , SEN ( recvmmsg ) , " recvmmsg " } ,
[ 6299 ] = { 3 , TD , SEN ( getdents64 ) , " getdents64 " } ,
[ 6300 ] = { 2 , TD , SEN ( fanotify_init ) , " fanotify_init " } ,
[ 6301 ] = { 5 , TD | TF , SEN ( fanotify_mark ) , " fanotify_mark " } ,
[ 6302 ] = { 4 , 0 , SEN ( prlimit64 ) , " prlimit64 " } ,
[ 6303 ] = { 5 , TD | TF , SEN ( name_to_handle_at ) , " name_to_handle_at " } ,
[ 6304 ] = { 3 , TD , SEN ( open_by_handle_at ) , " open_by_handle_at " } ,
2017-04-14 15:06:42 +00:00
[ 6305 ] = { 2 , 0 , SEN ( clock_adjtime ) , " clock_adjtime " } ,
2015-07-10 22:24:48 +03:00
[ 6306 ] = { 1 , TD , SEN ( syncfs ) , " syncfs " } ,
[ 6307 ] = { 4 , TN , SEN ( sendmmsg ) , " sendmmsg " } ,
[ 6308 ] = { 2 , TD , SEN ( setns ) , " setns " } ,
[ 6309 ] = { 6 , 0 , SEN ( process_vm_readv ) , " process_vm_readv " } ,
[ 6310 ] = { 6 , 0 , SEN ( process_vm_writev ) , " process_vm_writev " } ,
[ 6311 ] = { 5 , 0 , SEN ( kcmp ) , " kcmp " } ,
[ 6312 ] = { 3 , TD , SEN ( finit_module ) , " finit_module " } ,
2017-04-14 15:06:42 +00:00
[ 6313 ] = { 3 , 0 , SEN ( sched_setattr ) , " sched_setattr " } ,
[ 6314 ] = { 4 , 0 , SEN ( sched_getattr ) , " sched_getattr " } ,
2015-07-10 22:24:48 +03:00
[ 6315 ] = { 5 , TD | TF , SEN ( renameat2 ) , " renameat2 " } ,
2017-01-11 23:48:41 +00:00
[ 6316 ] = { 3 , 0 , SEN ( seccomp ) , " seccomp " } ,
[ 6317 ] = { 3 , 0 , SEN ( getrandom ) , " getrandom " } ,
[ 6318 ] = { 2 , TD , SEN ( memfd_create ) , " memfd_create " } ,
[ 6319 ] = { 3 , TD , SEN ( bpf ) , " bpf " } ,
[ 6320 ] = { 5 , TD | TF | TP | SE | SI , SEN ( execveat ) , " execveat " } ,
[ 6321 ] = { 1 , TD , SEN ( userfaultfd ) , " userfaultfd " } ,
[ 6322 ] = { 2 , 0 , SEN ( membarrier ) , " membarrier " } ,
Wire up userfaultfd, membarrier, and mlock2 syscalls
* linux/dummy.h (membarrier, mlock2, userfaultfd): New stub aliases.
* linux/32/syscallent.h (userfaultfd, membarrier, mlock2): New entries.
* linux/64/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/arm/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/hppa/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/i386/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/ia64/syscallent.h (userfaultfd, membarrier): Likewise.
* linux/m68k/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/microblaze/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/mips/syscallent-n32.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/mips/syscallent-n64.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/mips/syscallent-o32.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/powerpc/syscallent.h (userfaultfd, membarrier): Likewise.
* linux/s390/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/s390x/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/sparc/syscallent.h (membarrier, userfaultfd, mlock2): Likewise.
* linux/x32/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
* linux/x86_64/syscallent.h (userfaultfd, membarrier, mlock2): Likewise.
2015-11-15 02:37:51 +00:00
[ 6323 ] = { 3 , TM , SEN ( mlock2 ) , " mlock2 " } ,
2016-02-20 00:37:01 +00:00
[ 6324 ] = { 6 , TD , SEN ( copy_file_range ) , " copy_file_range " } ,
2016-05-11 00:42:10 +00:00
[ 6325 ] = { 6 , TD , SEN ( preadv2 ) , " preadv2 " } ,
[ 6326 ] = { 6 , TD , SEN ( pwritev2 ) , " pwritev2 " } ,
2016-11-12 20:54:56 +03:00
[ 6327 ] = { 4 , TM | SI , SEN ( pkey_mprotect ) , " pkey_mprotect " } ,
[ 6328 ] = { 2 , 0 , SEN ( pkey_alloc ) , " pkey_alloc " } ,
[ 6329 ] = { 1 , 0 , SEN ( pkey_free ) , " pkey_free " } ,
Implement -e trace=%%stat option
linux/*/syscallent*.h part is updated automatically by:
sed -i '/TSFA\|stat[iu]s/! s/,[[:space:]]\?\([[:space:]]*SEN(.*stat\)/|TSTA,\1/' \
linux/*/syscallent*.h
* sysent.h (TRACE_STAT_LIKE): New macro.
* syscall.c: Alias TSTA to TRACE_STAT_LIKE around syscallent.h inclusion.
* qualify.c (lookup_class): Add TRACE_STAT_LIKE for "%%stat".
* strace.1 (.SS Filtering): Add information about %%stat syscall class.
* NEWS: Mention this change.
* linux/32/syscallent.h (fstat64, fstatat64, statx): Add TSTA flag.
* linux/64/syscallent.h (fstat, newfstatat, statx): Likewise.
* linux/aarch64/syscallent.h (fstat, lstat, newfstatat, stat): Likewise.
* linux/alpha/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
osf_fstat, osf_lstat, osf_old_fstat, osf_old_lstat, osf_old_stat, osf_stat,
stat, stat64): Likewise.
* linux/arm/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, oldfstat,
oldlstat, oldstat, stat, stat64, statx): Likewise.
* linux/avr32/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, stat,
stat64): Likewise.
* linux/bfin/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldfstat, oldlstat, oldstat, stat, stat64): Likewise.
* linux/crisv10/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldfstat, oldlstat, oldstat, stat, stat64): Likewise.
* linux/hppa/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, stat,
stat64): Likewise.
* linux/i386/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, oldfstat,
oldlstat, oldstat, stat, stat64, statx): Likewise.
* linux/ia64/syscallent.h (fstat, lstat, newfstatat, stat): Likewise.
* linux/m68k/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, oldfstat,
oldlstat, oldstat, stat, stat64, statx): Likewise.
* linux/microblaze/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldfstat, oldlstat, oldstat, stat, stat64): Likewise.
* linux/mips/syscallent-compat.h (bsd43_fstat, bsd43_lstat, bsd43_oldfstat,
bsd43_oldstat, bsd43_stat, posix_fstat, posix_lstat, posix_stat, svr4_fstat,
svr4_fxstat, svr4_lstat, svr4_lxstat, svr4_stat, svr4_xstat, sysv_fstat,
sysv_fxstat, sysv_lstat, sysv_lxstat, sysv_stat, sysv_xstat): Likewise.
* linux/mips/syscallent-n32.h (fstat, lstat, newfstatat, stat, statx): Likewise.
* linux/mips/syscallent-n64.h (fstat, lstat, newfstatat, stat, statx): Likewise.
* linux/mips/syscallent-o32.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldfstat, oldlstat, oldstat, stat, stat64, statx): Likewise.
* linux/powerpc64/syscallent.h (fstat, lstat, newfstatat, oldfstat, oldlstat,
oldstat, stat): Likewise.
* linux/powerpc/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldfstat, oldlstat, oldstat, stat, stat64, statx): Likewise.
* linux/s390/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, stat,
stat64, statx): Likewise.
* linux/s390x/syscallent.h (fstat, lstat, newfstatat, stat, statx): Likewise.
* linux/sh64/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, oldfstat,
oldlstat, oldstat, stat, stat64): Likewise.
* linux/sh/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, oldfstat,
oldlstat, oldstat, stat, stat64): Likewise.
* linux/sparc64/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldlstat, stat, stat64): Likewise.
* linux/sparc/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64,
oldlstat, stat, stat64): Likewise.
* linux/x32/syscallent.h (fstat, lstat, newfstatat, stat, statx): Likewise.
* linux/x86_64/syscallent.h (fstat, lstat, newfstatat, stat, statx): Likewise.
* linux/xtensa/syscallent.h (fstat, fstat64, fstatat64, lstat, lstat64, stat,
stat64, statx): Likewise.
* tests/gen_tests.in (trace_stat_like): New entry.
* tests/trace_stat_like.in: New file.
* tests/Makefile.am (EXTRA_DIST): Add it.
* tests/ksysent.c (TSTA): New macro, defined to 0.
* tests/nsyscalls.c: Likewise.
2017-04-18 01:14:58 +02:00
[ 6330 ] = { 5 , TD | TF | TSTA , SEN ( statx ) , " statx " } ,
Wire up io_pgetevents and rseq on hppa, microblaze, mips, powerpc, and s390
* linux/hppa/syscallent.h ([350]): Wire up io_pgetevents syscall
introduced by Linux commit v4.18-rc3~7^2~2.
* linux/microblaze/syscallent.h ([399], [400]): Wire up io_pgetevents
and rseq syscalls introduced by Linux commit v4.18-rc3~33^2~2.
* linux/mips/syscallent-n32.h ([6331], [6332]): Wire up rseq and
io_pgetevents syscalls introduced by Linux commits v4.18-rc2~11^2~2
and v4.18-rc2~11^2, respectively.
* linux/mips/syscallent-n64.h ([5327], [5328]): Likewise.
* linux/mips/syscallent-o32.h ([4367], [4368]): Likewise.
* linux/powerpc/syscallent.h ([388]): Wire up io_pgetevents syscall
introduced by Linux commit v4.18-rc3~14^2~2.
* linux/powerpc64/syscallent.h ([388]): Likewise.
* linux/s390/syscallent.h ([382], [383]): Wire up io_pgetevents
and rseq syscalls introduced by Linux commits v4.18-rc4~18^2~1
and v4.18-rc4~18^2, respectively.
* linux/s390x/syscallent.h([382], [383]): Likewise.
Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
2018-06-25 03:06:23 +02:00
[ 6331 ] = { 4 , 0 , SEN ( rseq ) , " rseq " } ,
[ 6332 ] = { 6 , 0 , SEN ( io_pgetevents ) , " io_pgetevents " } ,
2015-01-13 18:46:43 +03:00
# define SYS_socket_subcall 6400
# include "subcall.h"
2015-01-11 02:42:56 +00:00
2013-05-07 02:46:46 +00:00
# else
2015-01-11 02:42:56 +00:00
2015-01-13 18:46:43 +03:00
# include "syscallent-n32-stub.h"
2015-01-11 02:42:56 +00:00
2013-05-07 02:46:46 +00:00
# endif