From patchwork Fri Aug 9 03:41:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoffer Dall X-Patchwork-Id: 2841651 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 9CF0C9F295 for ; Fri, 9 Aug 2013 03:42:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 91F5620499 for ; Fri, 9 Aug 2013 03:42:16 +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 7D21720490 for ; Fri, 9 Aug 2013 03:42:15 +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 1V7daX-0003PD-5q; Fri, 09 Aug 2013 03:42:05 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7daU-0001RM-Tn; Fri, 09 Aug 2013 03:42:02 +0000 Received: from mail-pd0-f169.google.com ([209.85.192.169]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V7daR-0001Qv-TY for linux-arm-kernel@lists.infradead.org; Fri, 09 Aug 2013 03:42:00 +0000 Received: by mail-pd0-f169.google.com with SMTP id r10so61789pdi.28 for ; Thu, 08 Aug 2013 20:41:37 -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=xjnHLkODsz8XbLnYbaTUuKRzDMpPa9vosdia5+PwpVM=; b=AwqSAWF/9zWq3z1bTglKm7WYdyUDUPeim+oiy5wN51V4a3NQiRcyUqkznt/+a0uhFu aaj5AyTC9+f3nITkbGKlSTJAEVa+JE0f27QEdKKSeG/3Esj43PPPeb+DrTvhtaFcFyug 1sYQj8M/trzTBnfXQaDAc3x57qmxzadu1e277HlAw/uQbhxY3d/SDr8dPCfkGuHeZCsm 6fsResRCUOh6apK7Q+SwMenO7D8qPqhryZKddvk+zjgnmAdGuX4F5Y8WK1rx99X7UkN5 aakMH66Afl9M2B/hmggVWOe1Sw7JSuwYUZQKjmh2rMbmk7jT3O/B3K+T9Ty6dMDeFmRF kFEA== X-Gm-Message-State: ALoCoQm1yJwwt6987928uXBskFYrN+SXku/UL8P/RpnL64RpzKGf13Gi169RILIBohNt2FOc/9mR X-Received: by 10.68.242.105 with SMTP id wp9mr9237084pbc.153.1376019697511; Thu, 08 Aug 2013 20:41:37 -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 r7sm19768531pao.18.2013.08.08.20.41.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 Aug 2013 20:41:36 -0700 (PDT) From: Christoffer Dall To: kvmarm@lists.cs.columbia.edu Subject: [PATCH] ARM: KVM: Simplify tracepoint text Date: Thu, 8 Aug 2013 20:41:26 -0700 Message-Id: <1376019686-19301-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-20130808_234200_044167_5F6CB36D X-CRM114-Status: UNSURE ( 7.98 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.6 (/) Cc: Christoffer Dall , linaro-kernel@lists.linaro.org, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, patches@linaro.org 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=-1.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, SUSPICIOUS_RECIPS, UNPARSEABLE_RELAY autolearn=no 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. Signed-off-by: Christoffer Dall --- 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..8cbaea2 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 0x%llx, hsr 0x%#08lx, hxfar 0x%#08lx, pc 0x%#08lx", + __entry->ipa, __entry->hsr, + __entry->hxfar, __entry->vcpu_pc) ); TRACE_EVENT(kvm_irq_line,