aboutsummaryrefslogtreecommitdiff
path: root/gdb/syscalls/ppc-linux.xml
diff options
context:
space:
mode:
authorPedro Alves <pedro@palves.net>2023-02-24 18:58:31 +0000
committerPedro Alves <pedro@palves.net>2023-02-27 15:01:13 +0000
commitd11280feed53fa1faa2c543fb04344ae312143b2 (patch)
treee3c0b84cecd72705c28c38eb68543b4278c4f3c4 /gdb/syscalls/ppc-linux.xml
parent08c815c2bffb3b76a84c0a14acdd71cc302ed609 (diff)
downloadgdb-d11280feed53fa1faa2c543fb04344ae312143b2.zip
gdb-d11280feed53fa1faa2c543fb04344ae312143b2.tar.gz
gdb-d11280feed53fa1faa2c543fb04344ae312143b2.tar.bz2
Regenerate Linux syscall group info
This commit makes use of the new script to regenerate the Linux syscall group info against strace git hash e88e5e9ae6da68f22d15f9be3193b1412ac9aa02. Like so: $ cd gdb/syscalls/ $ ./update-linux-defaults.sh ~/strace.git/ Generating linux-defaults.xml.in $ make for f in aarch64-linux.xml amd64-linux.xml arm-linux.xml bfin-linux.xml \ i386-linux.xml mips-n32-linux.xml mips-n64-linux.xml \ mips-o32-linux.xml ppc64-linux.xml ppc-linux.xml s390-linux.xml \ s390x-linux.xml sparc64-linux.xml sparc-linux.xml; do \ xsltproc --output $f apply-defaults.xsl $f.in; \ done The result is that a lot more syscalls end up assigned to groups. Some lose their group info, but that just mirrors what strace does. The gdb/syscalls/linux-defaults.xml.in file shows a large diff because the new version is ASCII sorted, while the current version was somewhat (but not consistently) sorted by "family" of syscalls. If I sort the old file and diff against the new, the difference is like this: <syscall name="accept4" groups="network"/> <syscall name="accept" groups="network"/> <syscall name="access" groups="file"/> <syscall name="acct" groups="file"/> - <syscall name="arch_prctl" groups="process"/> <syscall name="bind" groups="network"/> + <syscall name="bpf" groups="descriptor"/> <syscall name="break" groups="memory"/> <syscall name="brk" groups="memory"/> + <syscall name="bsd43_fstatfs" groups="descriptor"/> + <syscall name="bsd43_fstat" groups="descriptor"/> + <syscall name="bsd43_killpg" groups="process"/> + <syscall name="bsd43_kill" groups="process"/> + <syscall name="bsd43_lstat" groups="file"/> + <syscall name="bsd43_madvise" groups="memory"/> + <syscall name="bsd43_mincore" groups="memory"/> + <syscall name="bsd43_mmap" groups="descriptor,memory"/> + <syscall name="bsd43_mprotect" groups="memory"/> + <syscall name="bsd43_mremap" groups="memory"/> + <syscall name="bsd43_munmap" groups="memory"/> + <syscall name="bsd43_oldfstat" groups="descriptor"/> + <syscall name="bsd43_oldstat" groups="file"/> + <syscall name="bsd43_quotactl" groups="file"/> + <syscall name="bsd43_sbreak" groups="memory"/> + <syscall name="bsd43_sbrk" groups="memory"/> + <syscall name="bsd43_statfs" groups="file"/> + <syscall name="bsd43_stat" groups="file"/> + <syscall name="cacheflush" groups="memory"/> <syscall name="chdir" groups="file"/> <syscall name="chmod" groups="file"/> <syscall name="chown32" groups="file"/> <syscall name="chown" groups="file"/> <syscall name="chroot" groups="file"/> + <syscall name="clone2" groups="process"/> + <syscall name="clone3" groups="process"/> <syscall name="clone" groups="process"/> <syscall name="close" groups="descriptor"/> <syscall name="connect" groups="network"/> + <syscall name="copy_file_range" groups="descriptor"/> <syscall name="creat" groups="descriptor,file"/> <syscall name="dup2" groups="descriptor"/> <syscall name="dup3" groups="descriptor"/> @@ -28,14 +52,17 @@ <syscall name="epoll_create1" groups="descriptor"/> <syscall name="epoll_create" groups="descriptor"/> <syscall name="epoll_ctl" groups="descriptor"/> + <syscall name="epoll_pwait2" groups="descriptor"/> <syscall name="epoll_pwait" groups="descriptor"/> <syscall name="epoll_wait" groups="descriptor"/> <syscall name="eventfd2" groups="descriptor"/> <syscall name="eventfd" groups="descriptor"/> + <syscall name="execveat" groups="descriptor,file,process"/> <syscall name="execve" groups="file,process"/> <syscall name="execv" groups="file,process"/> <syscall name="exit_group" groups="process"/> <syscall name="exit" groups="process"/> + <syscall name="faccessat2" groups="descriptor,file"/> <syscall name="faccessat" groups="descriptor,file"/> <syscall name="fadvise64_64" groups="descriptor"/> <syscall name="fadvise64" groups="descriptor"/> @@ -57,7 +84,11 @@ <syscall name="flock" groups="descriptor"/> <syscall name="fork" groups="process"/> <syscall name="fremovexattr" groups="descriptor"/> + <syscall name="fsconfig" groups="descriptor,file"/> <syscall name="fsetxattr" groups="descriptor"/> + <syscall name="fsmount" groups="descriptor"/> + <syscall name="fsopen" groups="descriptor"/> + <syscall name="fspick" groups="descriptor,file"/> <syscall name="fstat64" groups="descriptor"/> <syscall name="fstatat64" groups="descriptor,file"/> <syscall name="fstatfs64" groups="descriptor"/> @@ -72,16 +103,26 @@ <syscall name="getdents" groups="descriptor"/> <syscall name="get_mempolicy" groups="memory"/> <syscall name="getpeername" groups="network"/> + <syscall name="getpmsg" groups="network"/> <syscall name="getsockname" groups="network"/> <syscall name="getsockopt" groups="network"/> <syscall name="getxattr" groups="file"/> - <syscall name="inotify_add_watch" groups="descriptor"/> + <syscall name="inotify_add_watch" groups="descriptor,file"/> <syscall name="inotify_init1" groups="descriptor"/> <syscall name="inotify_init" groups="descriptor"/> <syscall name="inotify_rm_watch" groups="descriptor"/> <syscall name="ioctl" groups="descriptor"/> + <syscall name="io_destroy" groups="memory"/> + <syscall name="io_setup" groups="memory"/> + <syscall name="io_uring_enter" groups="descriptor,signal"/> + <syscall name="io_uring_register" groups="descriptor,memory"/> + <syscall name="io_uring_setup" groups="descriptor"/> <syscall name="ipc" groups="ipc"/> - <syscall name="kill" groups="signal"/> + <syscall name="kexec_file_load" groups="descriptor"/> + <syscall name="kill" groups="signal,process"/> + <syscall name="landlock_add_rule" groups="descriptor"/> + <syscall name="landlock_create_ruleset" groups="descriptor"/> + <syscall name="landlock_restrict_self" groups="descriptor"/> <syscall name="lchown32" groups="file"/> <syscall name="lchown" groups="file"/> <syscall name="lgetxattr" groups="file"/> @@ -98,19 +139,31 @@ <syscall name="lstat" groups="file"/> <syscall name="madvise" groups="memory"/> <syscall name="mbind" groups="memory"/> + <syscall name="memfd_create" groups="descriptor"/> + <syscall name="memfd_secret" groups="descriptor"/> <syscall name="migrate_pages" groups="memory"/> <syscall name="mincore" groups="memory"/> <syscall name="mkdirat" groups="descriptor,file"/> <syscall name="mkdir" groups="file"/> <syscall name="mknodat" groups="descriptor,file"/> <syscall name="mknod" groups="file"/> + <syscall name="mlock2" groups="memory"/> <syscall name="mlockall" groups="memory"/> <syscall name="mlock" groups="memory"/> <syscall name="mmap2" groups="descriptor,memory"/> <syscall name="mmap" groups="descriptor,memory"/> + <syscall name="mount_setattr" groups="descriptor,file"/> <syscall name="mount" groups="file"/> + <syscall name="move_mount" groups="descriptor,file"/> <syscall name="move_pages" groups="memory"/> <syscall name="mprotect" groups="memory"/> + <syscall name="mq_getsetattr" groups="descriptor"/> + <syscall name="mq_notify" groups="descriptor"/> + <syscall name="mq_open" groups="descriptor"/> + <syscall name="mq_timedreceive" groups="descriptor"/> + <syscall name="mq_timedreceive_time64" groups="descriptor"/> + <syscall name="mq_timedsend" groups="descriptor"/> + <syscall name="mq_timedsend_time64" groups="descriptor"/> <syscall name="mremap" groups="memory"/> <syscall name="msgctl" groups="ipc"/> <syscall name="msgget" groups="ipc"/> @@ -126,45 +179,98 @@ <syscall name="oldfstat" groups="descriptor"/> <syscall name="oldlstat" groups="file"/> <syscall name="oldstat" groups="file"/> + <syscall name="oldumount" groups="file"/> + <syscall name="openat2" groups="descriptor,file"/> <syscall name="openat" groups="descriptor,file"/> <syscall name="open_by_handle_at" groups="descriptor"/> <syscall name="open" groups="descriptor,file"/> + <syscall name="open_tree" groups="descriptor,file"/> + <syscall name="osf_fstatfs64" groups="descriptor"/> + <syscall name="osf_fstatfs" groups="descriptor"/> + <syscall name="osf_fstat" groups="descriptor"/> + <syscall name="osf_lstat" groups="file"/> + <syscall name="osf_mincore" groups="memory"/> + <syscall name="osf_mremap" groups="memory"/> + <syscall name="osf_old_fstat" groups="descriptor"/> + <syscall name="osf_old_killpg" groups="process"/> + <syscall name="osf_old_lstat" groups="file"/> + <syscall name="osf_old_stat" groups="file"/> + <syscall name="osf_sbrk" groups="memory"/> + <syscall name="osf_select" groups="descriptor"/> + <syscall name="osf_shmat" groups="ipc,memory"/> + <syscall name="osf_sigprocmask" groups="signal"/> + <syscall name="osf_statfs64" groups="file"/> + <syscall name="osf_statfs" groups="file"/> + <syscall name="osf_stat" groups="file"/> + <syscall name="osf_utimes" groups="file"/> + <syscall name="osf_wait4" groups="process"/> <syscall name="pause" groups="signal"/> <syscall name="perf_event_open" groups="descriptor"/> + <syscall name="pidfd_getfd" groups="descriptor"/> + <syscall name="pidfd_open" groups="descriptor"/> + <syscall name="pidfd_send_signal" groups="descriptor,signal,process"/> <syscall name="pipe2" groups="descriptor"/> <syscall name="pipe" groups="descriptor"/> <syscall name="pivot_root" groups="file"/> + <syscall name="pkey_mprotect" groups="memory"/> <syscall name="poll" groups="descriptor"/> + <syscall name="posix_fstatfs" groups="descriptor"/> + <syscall name="posix_fstat" groups="descriptor"/> + <syscall name="posix_kill" groups="process"/> + <syscall name="posix_lstat" groups="file"/> + <syscall name="posix_madvise" groups="memory"/> + <syscall name="posix_mmap" groups="descriptor,memory"/> + <syscall name="posix_munmap" groups="memory"/> + <syscall name="posix_sbreak" groups="memory"/> + <syscall name="posix_SGI_madvise" groups="memory"/> + <syscall name="posix_SGI_mmap" groups="descriptor,memory"/> + <syscall name="posix_SGI_mprotect" groups="memory"/> + <syscall name="posix_SGI_msync" groups="memory"/> + <syscall name="posix_SGI_munmap" groups="memory"/> + <syscall name="posix_statfs" groups="file"/> + <syscall name="posix_stat" groups="file"/> <syscall name="ppoll" groups="descriptor"/> + <syscall name="ppoll_time64" groups="descriptor"/> <syscall name="pread64" groups="descriptor"/> <syscall name="pread" groups="descriptor"/> + <syscall name="preadv2" groups="descriptor"/> <syscall name="preadv" groups="descriptor"/> + <syscall name="process_madvise" groups="descriptor"/> + <syscall name="process_mrelease" groups="descriptor"/> <syscall name="pselect6" groups="descriptor"/> + <syscall name="pselect6_time64" groups="descriptor"/> + <syscall name="putpmsg" groups="network"/> <syscall name="pwrite64" groups="descriptor"/> <syscall name="pwrite" groups="descriptor"/> + <syscall name="pwritev2" groups="descriptor"/> <syscall name="pwritev" groups="descriptor"/> + <syscall name="quotactl_fd" groups="descriptor"/> <syscall name="quotactl" groups="file"/> <syscall name="readahead" groups="descriptor"/> <syscall name="readdir" groups="descriptor"/> - <syscall name="read" groups="descriptor"/> <syscall name="readlinkat" groups="descriptor,file"/> <syscall name="readlink" groups="file"/> + <syscall name="read" groups="descriptor"/> <syscall name="readv" groups="descriptor"/> <syscall name="recvfrom" groups="network"/> - <syscall name="recv" groups="network"/> + <syscall name="recvmmsg_time64" groups="network"/> <syscall name="recvmmsg" groups="network"/> <syscall name="recvmsg" groups="network"/> + <syscall name="recv" groups="network"/> <syscall name="remap_file_pages" groups="memory"/> <syscall name="removexattr" groups="file"/> + <syscall name="renameat2" groups="descriptor,file"/> <syscall name="renameat" groups="descriptor,file"/> <syscall name="rename" groups="file"/> + <syscall name="riscv_flush_icache" groups="memory"/> <syscall name="rmdir" groups="file"/> <syscall name="rt_sigaction" groups="signal"/> <syscall name="rt_sigpending" groups="signal"/> <syscall name="rt_sigprocmask" groups="signal"/> - <syscall name="rt_sigqueueinfo" groups="signal"/> + <syscall name="rt_sigqueueinfo" groups="signal,process"/> <syscall name="rt_sigreturn" groups="signal"/> <syscall name="rt_sigsuspend" groups="signal"/> + <syscall name="rt_sigtimedwait_time64" groups="signal"/> <syscall name="rt_sigtimedwait" groups="signal"/> <syscall name="rt_tgsigqueueinfo" groups="process,signal"/> <syscall name="select" groups="descriptor"/> @@ -172,12 +278,14 @@ <syscall name="semget" groups="ipc"/> <syscall name="semop" groups="ipc"/> <syscall name="semtimedop" groups="ipc"/> + <syscall name="semtimedop_time64" groups="ipc"/> <syscall name="sendfile64" groups="descriptor,network"/> <syscall name="sendfile" groups="descriptor,network"/> - <syscall name="send" groups="network"/> <syscall name="sendmmsg" groups="network"/> <syscall name="sendmsg" groups="network"/> + <syscall name="send" groups="network"/> <syscall name="sendto" groups="network"/> + <syscall name="set_mempolicy_home_node" groups="memory"/> <syscall name="set_mempolicy" groups="memory"/> <syscall name="setns" groups="descriptor"/> <syscall name="setsockopt" groups="network"/> @@ -198,38 +306,78 @@ <syscall name="sigreturn" groups="signal"/> <syscall name="sigsuspend" groups="signal"/> <syscall name="socketcall" groups="descriptor"/> - <syscall name="socket" groups="network"/> <syscall name="socketpair" groups="network"/> + <syscall name="socket" groups="network"/> <syscall name="splice" groups="descriptor"/> <syscall name="ssetmask" groups="signal"/> <syscall name="stat64" groups="file"/> <syscall name="statfs64" groups="file"/> <syscall name="statfs" groups="file"/> <syscall name="stat" groups="file"/> + <syscall name="statx" groups="descriptor,file"/> + <syscall name="svr4_fstatfs" groups="descriptor"/> + <syscall name="svr4_fstat" groups="descriptor"/> + <syscall name="svr4_fstatvfs" groups="descriptor"/> + <syscall name="svr4_fxstat" groups="descriptor"/> + <syscall name="svr4_kill" groups="process"/> + <syscall name="svr4_lstat" groups="file"/> + <syscall name="svr4_lxstat" groups="file"/> + <syscall name="svr4_mincore" groups="memory"/> + <syscall name="svr4_mmap" groups="descriptor,memory"/> + <syscall name="svr4_mprotect" groups="memory"/> + <syscall name="svr4_munmap" groups="memory"/> + <syscall name="svr4_sbreak" groups="memory"/> + <syscall name="svr4_statfs" groups="file"/> + <syscall name="svr4_stat" groups="file"/> + <syscall name="svr4_statvfs" groups="file"/> + <syscall name="svr4_xstat" groups="file"/> <syscall name="swapoff" groups="file"/> <syscall name="swapon" groups="file"/> <syscall name="symlinkat" groups="descriptor,file"/> <syscall name="symlink" groups="file"/> + <syscall name="sync_file_range2" groups="descriptor"/> <syscall name="sync_file_range" groups="descriptor"/> <syscall name="syncfs" groups="descriptor"/> + <syscall name="sysv_brk" groups="memory"/> + <syscall name="sysv_fstatfs" groups="descriptor"/> + <syscall name="sysv_fstat" groups="descriptor"/> + <syscall name="sysv_fstatvfs" groups="descriptor"/> + <syscall name="sysv_fxstat" groups="descriptor"/> + <syscall name="sysv_kill" groups="process"/> + <syscall name="sysv_lstat" groups="file"/> + <syscall name="sysv_lxstat" groups="file"/> + <syscall name="sysv_madvise" groups="memory"/> + <syscall name="sysv_mmap64" groups="descriptor,memory"/> + <syscall name="sysv_mmap" groups="descriptor,memory"/> + <syscall name="sysv_mprotect" groups="memory"/> + <syscall name="sysv_msync" groups="memory"/> + <syscall name="sysv_munmap" groups="memory"/> + <syscall name="sysv_quotactl" groups="file"/> + <syscall name="sysv_statfs" groups="file"/> + <syscall name="sysv_stat" groups="file"/> + <syscall name="sysv_statvfs" groups="file"/> + <syscall name="sysv_xstat" groups="file"/> <syscall name="tee" groups="descriptor"/> - <syscall name="tgkill" groups="signal"/> + <syscall name="tgkill" groups="signal,process"/> <syscall name="timerfd_create" groups="descriptor"/> + <syscall name="timerfd_gettime64" groups="descriptor"/> <syscall name="timerfd_gettime" groups="descriptor"/> - <syscall name="timerfd" groups="descriptor"/> + <syscall name="timerfd_settime64" groups="descriptor"/> <syscall name="timerfd_settime" groups="descriptor"/> - <syscall name="tkill" groups="signal"/> + <syscall name="timerfd" groups="descriptor"/> + <syscall name="tkill" groups="signal,process"/> <syscall name="truncate64" groups="file"/> <syscall name="truncate" groups="file"/> <syscall name="umount2" groups="file"/> <syscall name="umount" groups="file"/> <syscall name="unlinkat" groups="descriptor,file"/> <syscall name="unlink" groups="file"/> - <syscall name="unshare" groups="process"/> <syscall name="uselib" groups="file"/> - <syscall name="utime" groups="file"/> + <syscall name="userfaultfd" groups="descriptor"/> <syscall name="utimensat" groups="descriptor,file"/> + <syscall name="utimensat_time64" groups="descriptor,file"/> <syscall name="utimes" groups="file"/> + <syscall name="utime" groups="file"/> <syscall name="vfork" groups="process"/> <syscall name="vmsplice" groups="descriptor"/> <syscall name="wait4" groups="process"/> Change-Id: I679d59d42fb2a914bf7a99e4c558e9696e5adff1
Diffstat (limited to 'gdb/syscalls/ppc-linux.xml')
-rw-r--r--gdb/syscalls/ppc-linux.xml124
1 files changed, 62 insertions, 62 deletions
diff --git a/gdb/syscalls/ppc-linux.xml b/gdb/syscalls/ppc-linux.xml
index c4a79e8..c3607e6 100644
--- a/gdb/syscalls/ppc-linux.xml
+++ b/gdb/syscalls/ppc-linux.xml
@@ -48,7 +48,7 @@
<syscall name="nice" number="34"/>
<syscall name="ftime" number="35"/>
<syscall name="sync" number="36"/>
- <syscall name="kill" number="37" groups="signal"/>
+ <syscall name="kill" number="37" groups="signal,process"/>
<syscall name="rename" number="38" groups="file"/>
<syscall name="mkdir" number="39" groups="file"/>
<syscall name="rmdir" number="40" groups="file"/>
@@ -188,7 +188,7 @@
<syscall name="rt_sigprocmask" number="174" groups="signal"/>
<syscall name="rt_sigpending" number="175" groups="signal"/>
<syscall name="rt_sigtimedwait" number="176" groups="signal"/>
- <syscall name="rt_sigqueueinfo" number="177" groups="signal"/>
+ <syscall name="rt_sigqueueinfo" number="177" groups="signal,process"/>
<syscall name="rt_sigsuspend" number="178" groups="signal"/>
<syscall name="pread64" number="179" groups="descriptor"/>
<syscall name="pwrite64" number="180" groups="descriptor"/>
@@ -198,8 +198,8 @@
<syscall name="capset" number="184"/>
<syscall name="sigaltstack" number="185" groups="signal"/>
<syscall name="sendfile" number="186" groups="descriptor,network"/>
- <syscall name="getpmsg" number="187"/>
- <syscall name="putpmsg" number="188"/>
+ <syscall name="getpmsg" number="187" groups="network"/>
+ <syscall name="putpmsg" number="188" groups="network"/>
<syscall name="vfork" number="189" groups="process"/>
<syscall name="ugetrlimit" number="190"/>
<syscall name="readahead" number="191" groups="descriptor"/>
@@ -219,7 +219,7 @@
<syscall name="madvise" number="205" groups="memory"/>
<syscall name="mincore" number="206" groups="memory"/>
<syscall name="gettid" number="207"/>
- <syscall name="tkill" number="208" groups="signal"/>
+ <syscall name="tkill" number="208" groups="signal,process"/>
<syscall name="setxattr" number="209" groups="file"/>
<syscall name="lsetxattr" number="210" groups="file"/>
<syscall name="fsetxattr" number="211" groups="descriptor"/>
@@ -237,8 +237,8 @@
<syscall name="sched_getaffinity" number="223"/>
<syscall name="tuxcall" number="225"/>
<syscall name="sendfile64" number="226" groups="descriptor,network"/>
- <syscall name="io_setup" number="227"/>
- <syscall name="io_destroy" number="228"/>
+ <syscall name="io_setup" number="227" groups="memory"/>
+ <syscall name="io_destroy" number="228" groups="memory"/>
<syscall name="io_getevents" number="229"/>
<syscall name="io_submit" number="230"/>
<syscall name="io_cancel" number="231"/>
@@ -260,7 +260,7 @@
<syscall name="clock_getres" number="247"/>
<syscall name="clock_nanosleep" number="248"/>
<syscall name="swapcontext" number="249"/>
- <syscall name="tgkill" number="250" groups="signal"/>
+ <syscall name="tgkill" number="250" groups="signal,process"/>
<syscall name="utimes" number="251" groups="file"/>
<syscall name="statfs64" number="252" groups="file"/>
<syscall name="fstatfs64" number="253" groups="descriptor"/>
@@ -271,12 +271,12 @@
<syscall name="mbind" number="259" groups="memory"/>
<syscall name="get_mempolicy" number="260" groups="memory"/>
<syscall name="set_mempolicy" number="261" groups="memory"/>
- <syscall name="mq_open" number="262"/>
+ <syscall name="mq_open" number="262" groups="descriptor"/>
<syscall name="mq_unlink" number="263"/>
- <syscall name="mq_timedsend" number="264"/>
- <syscall name="mq_timedreceive" number="265"/>
- <syscall name="mq_notify" number="266"/>
- <syscall name="mq_getsetattr" number="267"/>
+ <syscall name="mq_timedsend" number="264" groups="descriptor"/>
+ <syscall name="mq_timedreceive" number="265" groups="descriptor"/>
+ <syscall name="mq_notify" number="266" groups="descriptor"/>
+ <syscall name="mq_getsetattr" number="267" groups="descriptor"/>
<syscall name="kexec_load" number="268"/>
<syscall name="add_key" number="269"/>
<syscall name="request_key" number="270"/>
@@ -285,13 +285,13 @@
<syscall name="ioprio_set" number="273"/>
<syscall name="ioprio_get" number="274"/>
<syscall name="inotify_init" number="275" groups="descriptor"/>
- <syscall name="inotify_add_watch" number="276" groups="descriptor"/>
+ <syscall name="inotify_add_watch" number="276" groups="descriptor,file"/>
<syscall name="inotify_rm_watch" number="277" groups="descriptor"/>
<syscall name="spu_run" number="278"/>
<syscall name="spu_create" number="279"/>
<syscall name="pselect6" number="280" groups="descriptor"/>
<syscall name="ppoll" number="281" groups="descriptor"/>
- <syscall name="unshare" number="282" groups="process"/>
+ <syscall name="unshare" number="282"/>
<syscall name="splice" number="283" groups="descriptor"/>
<syscall name="tee" number="284" groups="descriptor"/>
<syscall name="vmsplice" number="285" groups="descriptor"/>
@@ -317,7 +317,7 @@
<syscall name="signalfd" number="305" groups="descriptor,signal"/>
<syscall name="timerfd_create" number="306" groups="descriptor"/>
<syscall name="eventfd" number="307" groups="descriptor"/>
- <syscall name="sync_file_range2" number="308"/>
+ <syscall name="sync_file_range2" number="308" groups="descriptor"/>
<syscall name="fallocate" number="309" groups="descriptor"/>
<syscall name="subpage_prot" number="310"/>
<syscall name="timerfd_settime" number="311" groups="descriptor"/>
@@ -366,24 +366,24 @@
<syscall name="kcmp" number="354"/>
<syscall name="sched_setattr" number="355"/>
<syscall name="sched_getattr" number="356"/>
- <syscall name="renameat2" number="357"/>
+ <syscall name="renameat2" number="357" groups="descriptor,file"/>
<syscall name="seccomp" number="358"/>
<syscall name="getrandom" number="359"/>
- <syscall name="memfd_create" number="360"/>
- <syscall name="bpf" number="361"/>
- <syscall name="execveat" number="362"/>
+ <syscall name="memfd_create" number="360" groups="descriptor"/>
+ <syscall name="bpf" number="361" groups="descriptor"/>
+ <syscall name="execveat" number="362" groups="descriptor,file,process"/>
<syscall name="switch_endian" number="363"/>
- <syscall name="userfaultfd" number="364"/>
+ <syscall name="userfaultfd" number="364" groups="descriptor"/>
<syscall name="membarrier" number="365"/>
- <syscall name="mlock2" number="378"/>
- <syscall name="copy_file_range" number="379"/>
- <syscall name="preadv2" number="380"/>
- <syscall name="pwritev2" number="381"/>
- <syscall name="kexec_file_load" number="382"/>
- <syscall name="statx" number="383"/>
+ <syscall name="mlock2" number="378" groups="memory"/>
+ <syscall name="copy_file_range" number="379" groups="descriptor"/>
+ <syscall name="preadv2" number="380" groups="descriptor"/>
+ <syscall name="pwritev2" number="381" groups="descriptor"/>
+ <syscall name="kexec_file_load" number="382" groups="descriptor"/>
+ <syscall name="statx" number="383" groups="descriptor,file"/>
<syscall name="pkey_alloc" number="384"/>
<syscall name="pkey_free" number="385"/>
- <syscall name="pkey_mprotect" number="386"/>
+ <syscall name="pkey_mprotect" number="386" groups="memory"/>
<syscall name="rseq" number="387"/>
<syscall name="io_pgetevents" number="388"/>
<syscall name="semget" number="393" groups="ipc"/>
@@ -403,43 +403,43 @@
<syscall name="clock_nanosleep_time64" number="407"/>
<syscall name="timer_gettime64" number="408"/>
<syscall name="timer_settime64" number="409"/>
- <syscall name="timerfd_gettime64" number="410"/>
- <syscall name="timerfd_settime64" number="411"/>
- <syscall name="utimensat_time64" number="412"/>
- <syscall name="pselect6_time64" number="413"/>
- <syscall name="ppoll_time64" number="414"/>
+ <syscall name="timerfd_gettime64" number="410" groups="descriptor"/>
+ <syscall name="timerfd_settime64" number="411" groups="descriptor"/>
+ <syscall name="utimensat_time64" number="412" groups="descriptor,file"/>
+ <syscall name="pselect6_time64" number="413" groups="descriptor"/>
+ <syscall name="ppoll_time64" number="414" groups="descriptor"/>
<syscall name="io_pgetevents_time64" number="416"/>
- <syscall name="recvmmsg_time64" number="417"/>
- <syscall name="mq_timedsend_time64" number="418"/>
- <syscall name="mq_timedreceive_time64" number="419"/>
- <syscall name="semtimedop_time64" number="420"/>
- <syscall name="rt_sigtimedwait_time64" number="421"/>
+ <syscall name="recvmmsg_time64" number="417" groups="network"/>
+ <syscall name="mq_timedsend_time64" number="418" groups="descriptor"/>
+ <syscall name="mq_timedreceive_time64" number="419" groups="descriptor"/>
+ <syscall name="semtimedop_time64" number="420" groups="ipc"/>
+ <syscall name="rt_sigtimedwait_time64" number="421" groups="signal"/>
<syscall name="futex_time64" number="422"/>
<syscall name="sched_rr_get_interval_time64" number="423"/>
- <syscall name="pidfd_send_signal" number="424"/>
- <syscall name="io_uring_setup" number="425"/>
- <syscall name="io_uring_enter" number="426"/>
- <syscall name="io_uring_register" number="427"/>
- <syscall name="open_tree" number="428"/>
- <syscall name="move_mount" number="429"/>
- <syscall name="fsopen" number="430"/>
- <syscall name="fsconfig" number="431"/>
- <syscall name="fsmount" number="432"/>
- <syscall name="fspick" number="433"/>
- <syscall name="pidfd_open" number="434"/>
- <syscall name="clone3" number="435"/>
+ <syscall name="pidfd_send_signal" number="424" groups="descriptor,signal,process"/>
+ <syscall name="io_uring_setup" number="425" groups="descriptor"/>
+ <syscall name="io_uring_enter" number="426" groups="descriptor,signal"/>
+ <syscall name="io_uring_register" number="427" groups="descriptor,memory"/>
+ <syscall name="open_tree" number="428" groups="descriptor,file"/>
+ <syscall name="move_mount" number="429" groups="descriptor,file"/>
+ <syscall name="fsopen" number="430" groups="descriptor"/>
+ <syscall name="fsconfig" number="431" groups="descriptor,file"/>
+ <syscall name="fsmount" number="432" groups="descriptor"/>
+ <syscall name="fspick" number="433" groups="descriptor,file"/>
+ <syscall name="pidfd_open" number="434" groups="descriptor"/>
+ <syscall name="clone3" number="435" groups="process"/>
<syscall name="close_range" number="436"/>
- <syscall name="openat2" number="437"/>
- <syscall name="pidfd_getfd" number="438"/>
- <syscall name="faccessat2" number="439"/>
- <syscall name="process_madvise" number="440"/>
- <syscall name="epoll_pwait2" number="441"/>
- <syscall name="mount_setattr" number="442"/>
- <syscall name="quotactl_fd" number="443"/>
- <syscall name="landlock_create_ruleset" number="444"/>
- <syscall name="landlock_add_rule" number="445"/>
- <syscall name="landlock_restrict_self" number="446"/>
- <syscall name="process_mrelease" number="448"/>
+ <syscall name="openat2" number="437" groups="descriptor,file"/>
+ <syscall name="pidfd_getfd" number="438" groups="descriptor"/>
+ <syscall name="faccessat2" number="439" groups="descriptor,file"/>
+ <syscall name="process_madvise" number="440" groups="descriptor"/>
+ <syscall name="epoll_pwait2" number="441" groups="descriptor"/>
+ <syscall name="mount_setattr" number="442" groups="descriptor,file"/>
+ <syscall name="quotactl_fd" number="443" groups="descriptor"/>
+ <syscall name="landlock_create_ruleset" number="444" groups="descriptor"/>
+ <syscall name="landlock_add_rule" number="445" groups="descriptor"/>
+ <syscall name="landlock_restrict_self" number="446" groups="descriptor"/>
+ <syscall name="process_mrelease" number="448" groups="descriptor"/>
<syscall name="futex_waitv" number="449"/>
- <syscall name="set_mempolicy_home_node" number="450"/>
+ <syscall name="set_mempolicy_home_node" number="450" groups="memory"/>
</syscalls_info>