From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751161AbdBONMM (ORCPT ); Wed, 15 Feb 2017 08:12:12 -0500 Received: from mail.kernel.org ([198.145.29.136]:49254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbdBONML (ORCPT ); Wed, 15 Feb 2017 08:12:11 -0500 Date: Wed, 15 Feb 2017 10:12:05 -0300 From: Arnaldo Carvalho de Melo To: Alexander Shishkin Cc: Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, vince@deater.net, eranian@google.com, Arnaldo Carvalho de Melo , Borislav Petkov , Thomas Gleixner Subject: Re: [PATCH 2/2] perf/x86/intel/pt: Fail event creation if VMX operation is on Message-ID: <20170215131205.GD4020@kernel.org> References: <20170214132416.26400-1-alexander.shishkin@linux.intel.com> <20170214132416.26400-3-alexander.shishkin@linux.intel.com> <20170214174734.GC4458@kernel.org> <87poijkg25.fsf@ashishki-desk.ger.corp.intel.com> <20170215085621.GQ25813@worktop.programming.kicks-ass.net> <87d1ejk3jt.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d1ejk3jt.fsf@ashishki-desk.ger.corp.intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Feb 15, 2017 at 03:05:10PM +0200, Alexander Shishkin escreveu: > Peter Zijlstra writes: > > > On Wed, Feb 15, 2017 at 10:34:58AM +0200, Alexander Shishkin wrote: > > > >> Well, we can't make the limitation go away. You'll still have to stop > >> kvms to get any 'meaningful' PT data. > > > > Why would you need to stop all VMs in order to get your !VM data? Sure, > > you get black holes where the VM runs, but we should be able to see > > everything else. > > No, what I mean is that if you run kvm prior to starting perf record, > which I assume is the case for acme, your entire session is a black Exactly. > hole. The VMXON happens pretty early on, you can open /dev/kvm, > ioctl(KVM_CREATE_VM) on it and that will do a VMXON already. > > The problem is that PT (on BDW) doesn't trace inside VM root mode, not > just between VM entry/VM exit. Which is just unfortunate, destroys PT for a rather common use case :-\ Guess I need a Which is? :-) - Arnaldo