From patchwork Mon Jun 21 11:04:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Vivier X-Patchwork-Id: 464503 Delivered-To: patch@linaro.org Received: by 2002:a05:6638:102:0:0:0:0 with SMTP id x2csp2457142jao; Mon, 21 Jun 2021 04:08:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybw9divs98ak0JcP8mBrjzb4+kX4mNeLTvxR0PwD3WglV/kgcL3gnDdXfPQei+99EAv0CC X-Received: by 2002:a67:b346:: with SMTP id b6mr1434314vsm.22.1624273715084; Mon, 21 Jun 2021 04:08:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624273715; cv=none; d=google.com; s=arc-20160816; b=FwwvcVpPyzDQrmSyXrzM9njefYZHH4bB8vufM3kwBz0h1GYaKa1x3hX1018rQQl2O7 UGZNfgimBnunykw2bIVatweJvDSzNEttGl+VdofekqbhvckAv9BkIQ4QeVI3l4+ipCMx TsgL7GQ+FSp5sa1SU/s8N0w3mUST2asDfsmd5S9liKDj2ENaCESM1UvEF0lavFvga/Wu AE9I+oYY48TkH+iQxT5VKY29KBPLywYmSZ762TkM5bvZvDG78ZSnQr32kWnl7L659FnQ SuP9RuO+M9a9gXc39c08JZePWOsAAYXQwOyXGGeSqPuaxtyEcOHwMgBmVsIkT6JuBWZ1 GRCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:cc:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:content-transfer-encoding :mime-version:references:in-reply-to:message-id:date:subject:to:from; bh=8igCAoIO3wYvtx45LYJMbO3QbNNTcoZMq+JNPdYRubQ=; b=qJL1t1aWqQtFxC4C9ODrcXyGTC8oZDu/SAqFZiwZ2zyelarRssm5h86dmU2xKKknK8 x0FdIQ/vU6QIUFQKh/5TolLIBk1SnyAHq57P3fL5/dlNuASprSEg8dSjU57tsX0mC5dQ fC8AeO9WQFo5ncLmHEBhAX5sbC+N98icHkor3+lxYFtVYs7Mmd2/sopZE+yWZfNeOVLt +3pp69FIkyRTLxoC2u/LLbvDI58BYRxkQTBVKr+Tvl+SCTmGHLSQQM9oEgojNwuaEkjZ pfxJwVnxDLMV/SN3EoSdHjGTVLmOXBWQ7b2NrA3TOZ9GOduqLsMEO2BNspc6MyjI4i5m RabQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+patch=linaro.org@nongnu.org" Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id m24si7697397uah.204.2021.06.21.04.08.35 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jun 2021 04:08:35 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+patch=linaro.org@nongnu.org" Received: from localhost ([::1]:47500 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvHn8-0000Pi-6V for patch@linaro.org; Mon, 21 Jun 2021 07:08:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvHjg-0003Bf-PW for qemu-devel@nongnu.org; Mon, 21 Jun 2021 07:05:00 -0400 Received: from mout.kundenserver.de ([212.227.126.134]:39929) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvHjf-000420-1F for qemu-devel@nongnu.org; Mon, 21 Jun 2021 07:05:00 -0400 Received: from quad ([82.142.1.74]) by mrelayeu.kundenserver.de (mreue011 [212.227.15.167]) with ESMTPSA (Nemesis) id 1M6DrU-1lt4oJ3zc8-006g1l; Mon, 21 Jun 2021 13:04:48 +0200 From: Laurent Vivier To: qemu-devel@nongnu.org Subject: [PULL 3/9] linux-user/trace-events: fix minor typo in format string Date: Mon, 21 Jun 2021 13:04:39 +0200 Message-Id: <20210621110445.231771-4-laurent@vivier.eu> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210621110445.231771-1-laurent@vivier.eu> References: <20210621110445.231771-1-laurent@vivier.eu> MIME-Version: 1.0 X-Provags-ID: V03:K1:4uUQ4qhAiTUM6regz/BsQz/5xgUPwQRDtRX38l9aJh15JYp7eNA BMCVdFFmdE6MJ/tR4sPpZMxW7jmVqwxs9TKoJxQKZUwgBD4kpGv6dc6MaVjSRlpO6W6ZgXL cnl+Agu8nb+7U3/DcXnxQxNexnY4Z/gfMwPICL0PXg1HsF8zvu0yHZscpwX8d1gnrSxyA10 D2qPpfsijv9qTnRL3tvvQ== X-UI-Out-Filterresults: notjunk:1; V03:K0:pfjbblathOc=:KFDgspoNb/g+n7B+UCV/MZ Yoy0aE5cDSUJYYMeq0sxQfViRyqArHXldX7HrQzfqtxWnZXLg0aYI/NMhn+H/JNCURDveESLT anlyy/xduB4UrKHF06YN4MzcfQ+Wlr2vRxWwYE5qxbJuWJ8g65UGo4KZR1w19AhSGYiuLTrtk kvA+yF0uyaELmXm5goI/FWDMI0jRbaOugXLyCcDyeBTJwzd1Q5LaRhwyYTlBmfdGrTiIbx+9S hUfl6rbQ88G4SMh94nNNcV70e3Kt8VhLa5iLgRR7UXA8w7PvpdiXaC7Tm8hK90UERCurEJIhw oyVd9TdxUHrlzg6Ev70UQF4A9WOVMzvxCvd1nhnGTGYvrgh+YupeFz/JOedvfc53eILE8gpEP xnRMVFyhti5zImijxyR3/CYV45TPdsvhdv372vL1poFjYKlE5gnRlp/wtdl5YZluB5LEZlV2M 1Yua8xE5MKAD7mxTE0Gd9U/vPGwUZlmN4KR/oVugzlL7e9rtbIHBpewyHdak+pdE+MPiqoSTX Uw1bgOYXire0WYIteCIFA8= Received-SPF: none client-ip=212.227.126.134; 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_DNSWL_NONE=-0.0001, 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.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Alex_Benn=C3=A9e?= , Laurent Vivier , =?utf-8?q?Philippe_Mathieu-Daud?= =?utf-8?b?w6k=?= Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" From: Alex Bennée Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Laurent Vivier Message-Id: <20210614144245.17660-1-alex.bennee@linaro.org> Signed-off-by: Laurent Vivier --- linux-user/trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.31.1 diff --git a/linux-user/trace-events b/linux-user/trace-events index 1ec0d11ee3a9..e7d2f54e9401 100644 --- a/linux-user/trace-events +++ b/linux-user/trace-events @@ -11,7 +11,7 @@ user_do_rt_sigreturn(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx user_do_sigreturn(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx64 user_force_sig(void *env, int target_sig, int host_sig) "env=%p signal %d (host %d)" user_handle_signal(void *env, int target_sig) "env=%p signal %d" -user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d(" +user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d)" user_queue_signal(void *env, int target_sig) "env=%p signal %d" user_s390x_restore_sigregs(void *env, uint64_t sc_psw_addr, uint64_t env_psw_addr) "env=%p frame psw.addr 0x%"PRIx64 " current psw.addr 0x%"PRIx64