From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v8 11/11] KVM: arm64: add trace points for guest_debug debug Date: Wed, 8 Jul 2015 12:03:02 +0200 Message-ID: <20150708100302.GE13530@cbox> References: <1436286603-15192-1-git-send-email-alex.bennee@linaro.org> <1436286603-15192-12-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id E8DCD58075 for ; Wed, 8 Jul 2015 05:51:27 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8VmStSfqPW3l for ; Wed, 8 Jul 2015 05:51:26 -0400 (EDT) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 250EF58073 for ; Wed, 8 Jul 2015 05:51:25 -0400 (EDT) Received: by lagx9 with SMTP id x9so221746307lag.1 for ; Wed, 08 Jul 2015 03:02:57 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1436286603-15192-12-git-send-email-alex.bennee@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: Catalin Marinas , kvm@vger.kernel.org, marc.zyngier@arm.com, jan.kiszka@siemens.com, Will Deacon , open list , dahi@linux.vnet.ibm.com, zhichao.huang@linaro.org, r65777@freescale.com, pbonzini@redhat.com, bp@suse.de, Gleb Natapov , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Tue, Jul 07, 2015 at 05:30:03PM +0100, Alex Benn=E9e wrote: > This includes trace points for: > kvm_arch_setup_guest_debug > kvm_arch_clear_guest_debug > = > I've also added some generic register setting trace events and also a > trace point to dump the array of hardware registers. > = > Signed-off-by: Alex Benn=E9e Seems like a lot of traces, but I guess that doesn't hurt anything: Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Wed, 8 Jul 2015 12:03:02 +0200 Subject: [PATCH v8 11/11] KVM: arm64: add trace points for guest_debug debug In-Reply-To: <1436286603-15192-12-git-send-email-alex.bennee@linaro.org> References: <1436286603-15192-1-git-send-email-alex.bennee@linaro.org> <1436286603-15192-12-git-send-email-alex.bennee@linaro.org> Message-ID: <20150708100302.GE13530@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 07, 2015 at 05:30:03PM +0100, Alex Benn?e wrote: > This includes trace points for: > kvm_arch_setup_guest_debug > kvm_arch_clear_guest_debug > > I've also added some generic register setting trace events and also a > trace point to dump the array of hardware registers. > > Signed-off-by: Alex Benn?e Seems like a lot of traces, but I guess that doesn't hurt anything: Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758280AbbGHKDV (ORCPT ); Wed, 8 Jul 2015 06:03:21 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:36042 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933383AbbGHKC6 (ORCPT ); Wed, 8 Jul 2015 06:02:58 -0400 Date: Wed, 8 Jul 2015 12:03:02 +0200 From: Christoffer Dall To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, marc.zyngier@arm.com, peter.maydell@linaro.org, agraf@suse.de, drjones@redhat.com, pbonzini@redhat.com, zhichao.huang@linaro.org, jan.kiszka@siemens.com, dahi@linux.vnet.ibm.com, r65777@freescale.com, bp@suse.de, Gleb Natapov , Catalin Marinas , Will Deacon , open list Subject: Re: [PATCH v8 11/11] KVM: arm64: add trace points for guest_debug debug Message-ID: <20150708100302.GE13530@cbox> References: <1436286603-15192-1-git-send-email-alex.bennee@linaro.org> <1436286603-15192-12-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1436286603-15192-12-git-send-email-alex.bennee@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 07, 2015 at 05:30:03PM +0100, Alex Bennée wrote: > This includes trace points for: > kvm_arch_setup_guest_debug > kvm_arch_clear_guest_debug > > I've also added some generic register setting trace events and also a > trace point to dump the array of hardware registers. > > Signed-off-by: Alex Bennée Seems like a lot of traces, but I guess that doesn't hurt anything: Acked-by: Christoffer Dall