From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: Perf for only one VM? Date: Wed, 05 Oct 2011 16:03:13 -0600 Message-ID: <4E8CD421.60102@gmail.com> References: <20111005195447.GK3023@stodi.digitalkingdom.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Robin Lee Powell Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:62909 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935355Ab1JEWDR (ORCPT ); Wed, 5 Oct 2011 18:03:17 -0400 Received: by yxl31 with SMTP id 31so2029438yxl.19 for ; Wed, 05 Oct 2011 15:03:16 -0700 (PDT) In-Reply-To: <20111005195447.GK3023@stodi.digitalkingdom.org> Sender: kvm-owner@vger.kernel.org List-ID: On 10/05/2011 01:54 PM, Robin Lee Powell wrote: > Is it possible to get perf kvm record to record only what's going on > on a single VM? The options seem to be --host (all host data) and > --guest (all VM data). -p argument after the record. David