From patchwork Mon Aug 12 17:08:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 2843134 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DF8479F271 for ; Mon, 12 Aug 2013 17:10:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CA36120517 for ; Mon, 12 Aug 2013 17:10:01 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 486DF20527 for ; Mon, 12 Aug 2013 17:09:59 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8vcn-00049h-4N; Mon, 12 Aug 2013 17:09:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8vch-0007ax-HF; Mon, 12 Aug 2013 17:09:39 +0000 Received: from mail-pa0-f45.google.com ([209.85.220.45]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V8vcU-0007Z6-3E for linux-arm-kernel@lists.infradead.org; Mon, 12 Aug 2013 17:09:27 +0000 Received: by mail-pa0-f45.google.com with SMTP id bg4so7741189pad.18 for ; Mon, 12 Aug 2013 10:09:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3jSH4xH3FU0umbQ1OJ9qBjj/lovMFRS78lrIF5K5HwQ=; b=Q/z0k77puCKtWSZ3aNOfJCB3S9adxDBxUm74jfKabZxA3Omnd6XmxLTm16cQqDl1dz XBI7J9InDfWRz5xjhtdDehU9WZemF9KspwbAHMUWBM1dAc+ReV4QLQrvrqvOhNiYiewE iaJD5hSdDqA0cCv12OdR0UPu/5I0gQSAP0rRvwEZ83C9aV9I4eORUnp6oBvDVcPAws5O ArzLHzKrZmVZh5eCDCNS9R1kaachoN6f7FtSrMt6IyAjvSWvcwlRMzoa1Lkovb2gq/cZ 8egGTO9J5YKuPR9sheVu+W8D3tzJ/ciuqOXHGYJtVtGnlQDgsiUZV2eNMGTqRf5h7sYo 1GoA== X-Gm-Message-State: ALoCoQkvQy4Ml2Ip4+A9TrRCp2TqItVI4Rud07JuaKMUKgI072ylmv+DQDMT8Vewcf0s9QJp76O6 X-Received: by 10.68.183.131 with SMTP id em3mr83628pbc.56.1376327342679; Mon, 12 Aug 2013 10:09:02 -0700 (PDT) Received: from localhost.localdomain (c-67-169-183-77.hsd1.ca.comcast.net. [67.169.183.77]) by mx.google.com with ESMTPSA id lm2sm41207736pab.2.2013.08.12.10.09.00 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 10:09:01 -0700 (PDT) From: Christoffer Dall To: kvmarm@lists.cs.columbia.edu Subject: [PATCH v2] ARM: KVM: Simplify tracepoint text Date: Mon, 12 Aug 2013 10:08:47 -0700 Message-Id: <1376327327-29381-1-git-send-email-christoffer.dall@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130812_130926_241449_060C0AE8 X-CRM114-Status: UNSURE ( 8.03 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: linaro-kernel@lists.linaro.org, kvm@vger.kernel.org, Sergei Shtylyov , patches@linaro.org, linux-arm-kernel@lists.infradead.org, Christoffer Dall X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The tracepoint for kvm_guest_fault was extremely long, make it a slightly bit shorter. Cc: Sergei Shtylyov Signed-off-by: Christoffer Dall --- Changelog[v1 -> v2]: - Remove redundant 0x prefixes arch/arm/kvm/trace.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/arm/kvm/trace.h b/arch/arm/kvm/trace.h index a8e73ed..b1d640f 100644 --- a/arch/arm/kvm/trace.h +++ b/arch/arm/kvm/trace.h @@ -59,10 +59,9 @@ TRACE_EVENT(kvm_guest_fault, __entry->ipa = ipa; ), - TP_printk("guest fault at PC %#08lx (hxfar %#08lx, " - "ipa %#16llx, hsr %#08lx", - __entry->vcpu_pc, __entry->hxfar, - __entry->ipa, __entry->hsr) + TP_printk("ipa %#llx, hsr %#08lx, hxfar %#08lx, pc %#08lx", + __entry->ipa, __entry->hsr, + __entry->hxfar, __entry->vcpu_pc) ); TRACE_EVENT(kvm_irq_line,