From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Roedel, Joerg" Subject: Re: [PATCH 2/3] perf, x86: Use GO/HO bits in perf-ctr Date: Tue, 10 May 2011 17:04:12 +0200 Message-ID: <20110510150412.GB30996@amd.com> References: <1305038132-5080-1-git-send-email-joerg.roedel@amd.com> <1305038132-5080-3-git-send-email-joerg.roedel@amd.com> <1305038900.2914.97.camel@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" , benh , Anton Blanchard , davem To: Peter Zijlstra Return-path: Content-Disposition: inline In-Reply-To: <1305038900.2914.97.camel@laptop> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, May 10, 2011 at 10:48:20AM -0400, Peter Zijlstra wrote: > On Tue, 2011-05-10 at 16:35 +0200, Joerg Roedel wrote: > > The AMD perf-counters support counting in guest or host-mode > > only. Make use of that feature when user-space specified > > guest/host-mode only counting. > > Subject mentions x86, does Intel have anything similar so you can make > it work for them too? Intel does not support guest or host-only counting in the hardware (at least according to my documentation). If wanted it could be approximated by enabling/disabling the counters in the guest-entry path. So subject should better say "perf, amd", right? > Also, might be nice to ask the power and sparc64 people if their archs > can also differentiate between guest and host thingies. Right, I don't know if their hardware has similar features. I'll try to find this out. Joerg