projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af804f3
)
linux-user: Add strace output for timer_settime64() syscall
author
Helge Deller
<deller@gmx.de>
Mon, 24 Oct 2022 20:45:44 +0000
(22:45 +0200)
committer
Laurent Vivier
<laurent@vivier.eu>
Wed, 2 Nov 2022 16:21:06 +0000
(17:21 +0100)
Add missing timer_settime64() strace output and specify format for
timer_settime().
Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <Y1b5eIXFoMRDcDL9@p100>
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 cd995e5d56db90239cba69c31b056c3ed420c179..3a898e2532d3f0667f441dc38833c42cde5ca15d 100644
(file)
--- a/
linux-user/strace.list
+++ b/
linux-user/strace.list
@@
-1534,7
+1534,10
@@
{ TARGET_NR_timer_gettime, "timer_gettime" , NULL, NULL, NULL },
#endif
#ifdef TARGET_NR_timer_settime
-{ TARGET_NR_timer_settime, "timer_settime" , NULL, NULL, NULL },
+{ TARGET_NR_timer_settime, "timer_settime" , "%s(%d,%d,%p,%p)", NULL, NULL },
+#endif
+#ifdef TARGET_NR_timer_settime64
+{ TARGET_NR_timer_settime64, "timer_settime64" , "%s(%d,%d,%p,%p)", NULL, NULL },
#endif
#ifdef TARGET_NR_timerfd
{ TARGET_NR_timerfd, "timerfd" , NULL, NULL, NULL },