All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-user: Add strace output for timer_settime64() syscall
@ 2022-10-24 20:45 Helge Deller
  2022-11-02 16:21 ` Laurent Vivier
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2022-10-24 20:45 UTC (permalink / raw)
  To: Laurent Vivier, qemu-devel; +Cc: Helge Deller

Add missing timer_settime64() strace output and specify format for
timer_settime().

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/linux-user/strace.list b/linux-user/strace.list
index cd995e5d56..3a898e2532 100644
--- 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 },


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] linux-user: Add strace output for timer_settime64() syscall
  2022-10-24 20:45 [PATCH] linux-user: Add strace output for timer_settime64() syscall Helge Deller
@ 2022-11-02 16:21 ` Laurent Vivier
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Vivier @ 2022-11-02 16:21 UTC (permalink / raw)
  To: Helge Deller, qemu-devel

Le 24/10/2022 à 22:45, Helge Deller a écrit :
> Add missing timer_settime64() strace output and specify format for
> timer_settime().
> 
> Signed-off-by: Helge Deller <deller@gmx.de>
> 
> diff --git a/linux-user/strace.list b/linux-user/strace.list
> index cd995e5d56..3a898e2532 100644
> --- 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 },
> 

Applied to my linux-user-for-7.2 branch.

Thanks,
Laurent



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-02 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24 20:45 [PATCH] linux-user: Add strace output for timer_settime64() syscall Helge Deller
2022-11-02 16:21 ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.