From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [RFC][PATCH 0/3] perf support for amd guest/host-only bits Date: Tue, 10 May 2011 17:21:32 +0200 Message-ID: <20110510152132.GA25705@elte.hu> References: <1305038132-5080-1-git-send-email-joerg.roedel@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Peter Zijlstra , Paul Mackerras , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Joerg Roedel , yanmin_zhang@linux.intel.com Return-path: Content-Disposition: inline In-Reply-To: <1305038132-5080-1-git-send-email-joerg.roedel@amd.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org * Joerg Roedel wrote: > So any feedback is greatly appreciated :-) it's nice to see this hw feature utilized :) > Diffstat: > > arch/x86/include/asm/perf_event.h | 3 +++ > arch/x86/kernel/cpu/perf_event_amd.c | 6 ++++++ > include/linux/perf_event.h | 5 ++++- > kernel/perf_event.c | 4 ++++ > tools/perf/util/parse-events.c | 10 +++++++++- > 5 files changed, 26 insertions(+), 2 deletions(-) I see you have not touched tools/perf/builtin-kvm.c - how does this feature integrate with the features of 'perf kvm'? (are you using perf kvm by any chance?) Thanks, Ingo