]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: Add strace output for timer_settime64() syscall
authorHelge Deller <deller@gmx.de>
Mon, 24 Oct 2022 20:45:44 +0000 (22:45 +0200)
committerLaurent 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

index cd995e5d56db90239cba69c31b056c3ed420c179..3a898e2532d3f0667f441dc38833c42cde5ca15d 100644 (file)
 { 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 },