projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b16f04
)
linux-user: Add copy_file_range to strace.list
author
Giuseppe Musacchio
<thatlemon@gmail.com>
Mon, 3 May 2021 17:41:58 +0000
(19:41 +0200)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 18 May 2021 05:09:58 +0000
(07:09 +0200)
Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20210503174159
.54302-2-thatlemon@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.list
patch
|
blob
|
history
diff --git
a/linux-user/strace.list
b/linux-user/strace.list
index 18f72172754feff16d0260a92d8556a4151b6e64..278596acd131d327a0f19f308f328bccbc262eb9 100644
(file)
--- a/
linux-user/strace.list
+++ b/
linux-user/strace.list
@@
-1668,3
+1668,6
@@
#ifdef TARGET_NR_statx
{ TARGET_NR_statx, "statx", NULL, print_statx, NULL },
#endif
+#ifdef TARGET_NR_copy_file_range
+{ TARGET_NR_copy_file_range, "copy_file_range", "%s(%d,%p,%d,%p,"TARGET_ABI_FMT_lu",%u)", NULL, NULL },
+#endif