From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753118AbcEPCu4 (ORCPT ); Sun, 15 May 2016 22:50:56 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:36862 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbcEPCuy (ORCPT ); Sun, 15 May 2016 22:50:54 -0400 Subject: Re: [PATCH v3 3/7 UPDATE] perf tools: Add option for the path of buildid dsos under symfs To: Hekuang , peterz@infradead.org, mingo@redhat.com, acme@kernel.org, alexander.shishkin@linux.intel.com, jolsa@redhat.com, wangnan0@huawei.com, jpoimboe@redhat.com, ak@linux.intel.com, eranian@google.com, namhyung@kernel.org, adrian.hunter@intel.com, sukadev@linux.vnet.ibm.com, masami.hiramatsu.pt@hitachi.com, tumanova@linux.vnet.ibm.com, kan.liang@intel.com, penberg@kernel.org References: <20160513180104.GL11346@kernel.org> <1463213965-35230-1-git-send-email-hekuang@huawei.com> <4572f136-796d-059f-6b81-613e8f63be24@gmail.com> <573922AE.5030002@huawei.com> Cc: linux-kernel@vger.kernel.org From: David Ahern Message-ID: Date: Sun, 15 May 2016 20:50:52 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <573922AE.5030002@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/15/16 7:30 PM, Hekuang wrote: > In previous patch, I use 'perf buildid-cache -a' to add vdso > binary into the HOST buildid dir. So 'perf buildid-cache' needs the symfs option?