From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761367Ab3LISIO (ORCPT ); Mon, 9 Dec 2013 13:08:14 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:44166 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760255Ab3LISIN (ORCPT ); Mon, 9 Dec 2013 13:08:13 -0500 Message-ID: <52A60705.5030303@gmail.com> Date: Mon, 09 Dec 2013 11:08:05 -0700 From: David Ahern User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Arnaldo Carvalho de Melo CC: Dongsheng Yang , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf tools: Fix bug for perf kvm report without guestmount. References: <1386365588-13046-1-git-send-email-yangds.fnst@cn.fujitsu.com> <20131206115627.GA2279@ghostprotocols.net> <52A4AED8.3000506@gmail.com> <20131209180705.GB8098@ghostprotocols.net> In-Reply-To: <20131209180705.GB8098@ghostprotocols.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/9/13, 11:07 AM, Arnaldo Carvalho de Melo wrote: > Em Sun, Dec 08, 2013 at 10:39:36AM -0700, David Ahern escreveu: >> On 12/6/13, 4:56 AM, Arnaldo Carvalho de Melo wrote: >>> You get correct results because the modules/kallsyms info you provided >>> matches the VM you're testing, i.e. the pid test is not needed. >>> >>> I think we need to specify for which PID the --guestmodules and >>> --guestkallsyms is provided, so that it can refuse to use it for pids >>> where it is invalid. >> >> Those are arguments are shortcut defaults for guests. If the VMs are >> not running the same kernel use guestmount and pid specific >> directories. e.g., >> >> /tmp/guestmount//proc/kallsyms > > Does this already works like that? /me tries to figure that out... yes.