From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 60A2CC04A95 for ; Wed, 28 Sep 2022 09:49:39 +0000 (UTC) Received: from localhost ([::1]:53140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1odThC-000693-EB for qemu-devel@archiver.kernel.org; Wed, 28 Sep 2022 05:49:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odSE3-00085Z-Lz for qemu-devel@nongnu.org; Wed, 28 Sep 2022 04:15:28 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:58873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odSDz-000896-IQ for qemu-devel@nongnu.org; Wed, 28 Sep 2022 04:15:26 -0400 Received: from quad ([82.142.8.70]) by mrelayeu.kundenserver.de (mreue108 [212.227.15.183]) with ESMTPSA (Nemesis) id 1N8GEY-1pHJEn073Q-014EbX; Wed, 28 Sep 2022 10:15:21 +0200 From: Laurent Vivier To: qemu-devel@nongnu.org Cc: Helge Deller , Laurent Vivier Subject: [PULL 04/38] linux-user: Add missing clock_gettime64() syscall strace Date: Wed, 28 Sep 2022 10:14:43 +0200 Message-Id: <20220928081517.734954-5-laurent@vivier.eu> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220928081517.734954-1-laurent@vivier.eu> References: <20220928081517.734954-1-laurent@vivier.eu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K1:IqbgRMHNNF80mZqvlCiw/z50h1nvgJDbFtYTzgvXNw1avV1dA3D 9sGtDbAL1GRsxiEsY0HmuwJjWkeilrz8x+QWQfmUpinbigeytUzGIRzIsajQKNsmFJZKy0D DktW4YQVI42VF7B1fGfhMSIgypb+VoUtVfoFNxGTDTisQr5vK4fRsezgfh6DsLxIE/9BPzS hL83EUR2B2M+bThX1gknw== X-UI-Out-Filterresults: notjunk:1;V03:K0:9w71wlwQ+kU=:pAGHC6l08XctY4yH8JBWzy 4EqY8TCYym2dx3tfl5vbxxsqkgzYNtPxBaGxkTrbULKtri5J43Svdn8r/H6md4qC30Sp0AJPL Uk1myjaRvqlfMPg4GcI+VFMXDvGaqJwD8W7gvWhB2IFWMctEC1OSaAA8748svMIWPmJWVUUqb OtuUmE5MmkQ0VRU7XswBzqRVakDOBhYnGs6J02RzGP+nmAbEft4/VrgxtPpu/8fFbJFTSMbgq N7cJZwrXmIuA1dUAfilOsAvbaoenP/9KhMpBRuX+mvH/s29VHb0/GcEPYT5SjfqDANj2JeEMJ sfCSH7VdP3PLwmuIzVhztAZaiOPgzBs1lK49gjy705p3TZt4L5UyWLk+ha9xlX2y4kgz6yTxl vktZkE5SP2elcyzgdUEQ0liFcpGLfJt0ZWII7HiOywUzqsELprae/fXgLtb5++UcfUoG42688 4J1ctnRbF0pVjI/ti1Uq0TC+r+UOyfog34gsREaleukBde9RRVCxJir4Wcn8E9i4OMzVVrq9h CRBCnzhUWI/TODzBMHg+RguVOBWRzj+WTFEZWGDzjkUybwGShdJePeb+gV/rcwoH2baNcSsvS dHAX2l+xGJE5t3S7oSTTRMGixUWKkVA0sJzyRsCmNZMrEkwLX9e44/XyRXxcPcUsuAVPT+RrH LwoeD9BVvY7igkAyWd/WDbvkhL284cEFwiid6CIVULtVqzE9bpRrhhPrUBEjFrHz2zezNET3l Kg+ynxPncYWgPZp/JcVucKyy0n9o1M9hkR9cW6ux1mKVo0jWn8id1K9D9N8Sz0fVxxik11vLr nzddzZD Received-SPF: none client-ip=212.227.17.13; envelope-from=laurent@vivier.eu; helo=mout.kundenserver.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" From: Helge Deller Allow linux-user to strace the clock_gettime64() syscall. This syscall is used a lot on 32-bit guest architectures which use newer glibc versions. Signed-off-by: Helge Deller Reviewed-by: Laurent Vivier Message-Id: <20220918194555.83535-3-deller@gmx.de> Signed-off-by: Laurent Vivier --- linux-user/strace.c | 53 ++++++++++++++++++++++++++++++++++++++++++ linux-user/strace.list | 4 ++++ 2 files changed, 57 insertions(+) diff --git a/linux-user/strace.c b/linux-user/strace.c index a4eeef7ae1ca..816e67999539 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -82,6 +82,7 @@ UNUSED static void print_buf(abi_long addr, abi_long len, int last); UNUSED static void print_raw_param(const char *, abi_long, int); UNUSED static void print_timeval(abi_ulong, int); UNUSED static void print_timespec(abi_ulong, int); +UNUSED static void print_timespec64(abi_ulong, int); UNUSED static void print_timezone(abi_ulong, int); UNUSED static void print_itimerval(abi_ulong, int); UNUSED static void print_number(abi_long, int); @@ -795,6 +796,24 @@ print_syscall_ret_clock_gettime(CPUArchState *cpu_env, const struct syscallname #define print_syscall_ret_clock_getres print_syscall_ret_clock_gettime #endif +#if defined(TARGET_NR_clock_gettime64) +static void +print_syscall_ret_clock_gettime64(CPUArchState *cpu_env, const struct syscallname *name, + abi_long ret, abi_long arg0, abi_long arg1, + abi_long arg2, abi_long arg3, abi_long arg4, + abi_long arg5) +{ + if (!print_syscall_err(ret)) { + qemu_log(TARGET_ABI_FMT_ld, ret); + qemu_log(" ("); + print_timespec64(arg1, 1); + qemu_log(")"); + } + + qemu_log("\n"); +} +#endif + #ifdef TARGET_NR_gettimeofday static void print_syscall_ret_gettimeofday(CPUArchState *cpu_env, const struct syscallname *name, @@ -1652,6 +1671,27 @@ print_timespec(abi_ulong ts_addr, int last) } } +static void +print_timespec64(abi_ulong ts_addr, int last) +{ + if (ts_addr) { + struct target__kernel_timespec *ts; + + ts = lock_user(VERIFY_READ, ts_addr, sizeof(*ts), 1); + if (!ts) { + print_pointer(ts_addr, last); + return; + } + qemu_log("{tv_sec = %lld" + ",tv_nsec = %lld}%s", + (long long)tswap64(ts->tv_sec), (long long)tswap64(ts->tv_nsec), + get_comma(last)); + unlock_user(ts, ts_addr, 0); + } else { + qemu_log("NULL%s", get_comma(last)); + } +} + static void print_timezone(abi_ulong tz_addr, int last) { @@ -2267,6 +2307,19 @@ print_clock_gettime(CPUArchState *cpu_env, const struct syscallname *name, #define print_clock_getres print_clock_gettime #endif +#if defined(TARGET_NR_clock_gettime64) +static void +print_clock_gettime64(CPUArchState *cpu_env, const struct syscallname *name, + abi_long arg0, abi_long arg1, abi_long arg2, + abi_long arg3, abi_long arg4, abi_long arg5) +{ + print_syscall_prologue(name); + print_enums(clockids, arg0, 0); + print_pointer(arg1, 1); + print_syscall_epilogue(name); +} +#endif + #ifdef TARGET_NR_clock_settime static void print_clock_settime(CPUArchState *cpu_env, const struct syscallname *name, diff --git a/linux-user/strace.list b/linux-user/strace.list index 72e17b1acf00..a78cdf3cdfef 100644 --- a/linux-user/strace.list +++ b/linux-user/strace.list @@ -1676,3 +1676,7 @@ #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 +#ifdef TARGET_NR_clock_gettime64 +{ TARGET_NR_clock_gettime64, "clock_gettime64" , NULL, print_clock_gettime64, + print_syscall_ret_clock_gettime64 }, +#endif -- 2.37.3