aboutsummaryrefslogtreecommitdiff
path: root/linux/mips
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-12-19 15:13:36 -0800
committerElliott Hughes <enh@google.com>2018-12-19 15:21:00 -0800
commitc18737608ced60bee17a83c903d61dd5e80f7bef (patch)
tree01242584b2c178a4029bad3070419885b9a5de35 /linux/mips
parent37c5c783b1103f213e98406255c34ea914d91b67 (diff)
downloadstrace-c18737608ced60bee17a83c903d61dd5e80f7bef.tar.gz
Update strace to 4.25.
Bug: N/A Test: adb shell strace date Change-Id: I8c5e68b5fc174b267be9c47ce49bca07a0e5707b
Diffstat (limited to 'linux/mips')
-rw-r--r--linux/mips/syscallent-n32.h2
-rw-r--r--linux/mips/syscallent-n64.h2
-rw-r--r--linux/mips/syscallent-o32.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 6cc86df8..faa91839 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -331,6 +331,8 @@
[6328] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
[6329] = { 1, 0, SEN(pkey_free), "pkey_free" },
[6330] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
+[6331] = { 4, 0, SEN(rseq), "rseq" },
+[6332] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },
# define SYS_socket_subcall 6400
# include "subcall.h"
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 892e92ee..2a7beb6d 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -327,6 +327,8 @@
[5324] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
[5325] = { 1, 0, SEN(pkey_free), "pkey_free" },
[5326] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
+[5327] = { 4, 0, SEN(rseq), "rseq" },
+[5328] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },
# define SYS_socket_subcall 5400
# include "subcall.h"
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 66cf0cd4..491c0ba6 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -368,6 +368,8 @@
[4364] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
[4365] = { 1, 0, SEN(pkey_free), "pkey_free" },
[4366] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
+[4367] = { 4, 0, SEN(rseq), "rseq" },
+[4368] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },
# define SYS_socket_subcall 4400
# include "subcall.h"