summaryrefslogtreecommitdiff
path: root/pkg/strace/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-17 09:44:35 -0700
committerMichael Forney <mforney@mforney.org>2019-07-17 09:44:35 -0700
commit78337029a69b25a388adb39781ba35eb399c93ab (patch)
treee18ef378c5599a30618327813ae412fbbcc197af /pkg/strace/gen.lua
parent650a6bdd3b0f8e5b1db7505dde784b238679d2c2 (diff)
strace: Update to 5.2
Diffstat (limited to 'pkg/strace/gen.lua')
-rw-r--r--pkg/strace/gen.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua
index f016398e..b48aecae 100644
--- a/pkg/strace/gen.lua
+++ b/pkg/strace/gen.lua
@@ -69,6 +69,7 @@ local syscalls = expand{'$srcdir/linux/', {
'sparc/syscallent.h',
'sparc64/syscallent.h',
'subcall.h',
+ 'syscallent-common.h',
'x86_64/syscallent.h',
}}
build('awk', '$outdir/sen.h', {syscalls, '|', '$dir/sen.awk'}, {
@@ -143,6 +144,10 @@ local srcs = {
'filter_qualify.c',
'flock.c',
'fs_x_ioctl.c',
+ 'fsconfig.c',
+ 'fsmount.c',
+ 'fsopen.c',
+ 'fspick.c',
'futex.c',
'get_personality.c',
'get_robust_list.c',
@@ -181,6 +186,7 @@ local srcs = {
'mmap_notify.c',
'mmsghdr.c',
'mount.c',
+ 'move_mount.c',
'mq.c',
'msghdr.c',
'mtd.c',
@@ -204,6 +210,7 @@ local srcs = {
'number_set.c',
'oldstat.c',
'open.c',
+ 'open_tree.c',
'or1k_atomic.c',
'pathtrace.c',
'perf.c',
@@ -280,6 +287,7 @@ local srcs = {
'socketutils.c',
'sparc.c',
'sram_alloc.c',
+ 'stage_output.c',
'stat.c',
'stat64.c',
'statx.c',