summaryrefslogtreecommitdiff
path: root/pkg/strace/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/strace/gen.lua')
-rw-r--r--pkg/strace/gen.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua
index 7d7d5320..6f4a9f46 100644
--- a/pkg/strace/gen.lua
+++ b/pkg/strace/gen.lua
@@ -83,6 +83,7 @@ local libsrcs = {
'fstatfs64.c',
'getpagesize.c',
'ipc.c',
+ 'mmap_cache.c',
'sigreturn.c',
'socketcall.c',
'statfs.c',
@@ -138,6 +139,7 @@ local srcs = {
'fetch_struct_stat.c',
'fetch_struct_stat64.c',
'fetch_struct_statfs.c',
+ 'fetch_struct_xfs_quotastat.c',
'file_handle.c',
'file_ioctl.c',
'filter_qualify.c',
@@ -151,6 +153,7 @@ local srcs = {
'hdio.c',
'hostname.c',
'inotify.c',
+ 'inotify_ioctl.c',
'io.c',
'ioctl.c',
'ioperm.c',
@@ -175,7 +178,7 @@ local srcs = {
'membarrier.c',
'memfd_create.c',
'mknod.c',
- 'mmap_cache.c',
+ 'mmap_notify.c',
'mmsghdr.c',
'mount.c',
'mq.c',
@@ -184,6 +187,7 @@ local srcs = {
'net.c',
'netlink.c',
'netlink_crypto.c',
+ 'netlink_kobject_uevent.c',
'netlink_inet_diag.c',
'netlink_netfilter.c',
'netlink_netlink_diag.c',
@@ -202,13 +206,16 @@ local srcs = {
'or1k_atomic.c',
'pathtrace.c',
'perf.c',
+ 'perf_ioctl.c',
'personality.c',
'pkeys.c',
'poll.c',
'prctl.c',
+ 'print_aio_sigset.c',
'print_dev_t.c',
'print_group_req.c',
'print_ifindex.c',
+ 'print_mac.c',
'print_mq_attr.c',
'print_msgbuf.c',
'print_sg_req_info.c',