From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davidlohr Bueso Subject: Re: [PATCH] KVM: VMX: add tracepoint for vpids Date: Mon, 12 Mar 2012 12:29:41 +0100 Message-ID: <1331551781.1334.3.camel@offworld> References: <1331481472.17316.1.camel@offbook> <4F5DB245.9060205@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7BIT Cc: Marcelo Tosatti , lkml , KVM To: Avi Kivity Return-path: Received: from damascus.uab.es ([158.109.168.135]:34856 "EHLO damascus.uab.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293Ab2CLK3O (ORCPT ); Mon, 12 Mar 2012 06:29:14 -0400 In-reply-to: <4F5DB245.9060205@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 2012-03-12 at 10:22 +0200, Avi Kivity wrote: > On 03/11/2012 05:57 PM, Davidlohr Bueso wrote: > > From: Davidlohr Bueso > > > > Add a new tracepoint for vpid allocation and freeing associated to all vCPUs. > > > > Why? > We have been using this tracepoint for some time now to help debug vpids and simulating tagged TLB behavior and performance. This gets to be non trivial when working with large amounts of guests and vCPUs. Thanks, Davidlohr