Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932729AbbKRADN (ORCPT ); Tue, 17 Nov 2015 19:03:13 -0500 Received: from LGEAMRELO12.lge.com ([156.147.23.52]:39711 "EHLO lgeamrelo12.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932070AbbKRADL (ORCPT ); Tue, 17 Nov 2015 19:03:11 -0500 X-Original-SENDERIP: 156.147.1.126 X-Original-MAILFROM: namhyung@kernel.org X-Original-SENDERIP: 165.244.98.76 X-Original-MAILFROM: namhyung@kernel.org X-Original-SENDERIP: 10.177.227.17 X-Original-MAILFROM: namhyung@kernel.org Date: Wed, 18 Nov 2015 09:03:06 +0900 From: Namhyung Kim To: Taeung Song CC: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Ingo Molnar , Jiri Olsa Subject: Re: [PATCH v11 05/24] perf config: Document 'buildid.dir' variable in man page Message-ID: <20151118000306.GD7062@sejong> References: <1447768424-17327-1-git-send-email-treeze.taeung@gmail.com> <1447768424-17327-5-git-send-email-treeze.taeung@gmail.com> MIME-Version: 1.0 In-Reply-To: <1447768424-17327-5-git-send-email-treeze.taeung@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB03/LGE/LG Group(Release 8.5.3FP3HF583 | August 9, 2013) at 2015/11/18 09:03:08, Serialize by Router on LGEKRMHUB03/LGE/LG Group(Release 8.5.3FP3HF583 | August 9, 2013) at 2015/11/18 09:03:08, Serialize complete at 2015/11/18 09:03:08 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1814 Lines: 50 On Tue, Nov 17, 2015 at 10:53:25PM +0900, Taeung Song wrote: > Explain 'buildid.dir' variable. > > Cc: Jiri Olsa > Signed-off-by: Taeung Song Acked-by: Namhyung Kim Thanks, Namhyung > --- > tools/perf/Documentation/perf-config.txt | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt > index ec30229..b4ee205 100644 > --- a/tools/perf/Documentation/perf-config.txt > +++ b/tools/perf/Documentation/perf-config.txt > @@ -151,6 +151,21 @@ tui.*, gtk.*:: > By setting value, TUI or GTK can be enabled or not. But it is needed > that perf detects the required library for them during build. > > +buildid.*:: > + buildid.dir:: > + Each executable and shared library in modern distributions comes with a > + content based identifier that, if available, will be inserted in a > + 'perf.data' file header to, at analysis time find what is needed to do > + symbol resolution, code annotation, etc. > + > + The recording tools also stores a hard link or copy in a per-user > + directory, $HOME/.debug/, of binaries, shared libraries, /proc/kallsyms > + and /proc/kcore files to be used at analysis time. > + > + The buildid.dir variable can be used to either change this directory > + cache location, or to disable it altogether. If you want to disable it, > + set buildid.dir to /dev/null. The default is $HOME/.debug > + > SEE ALSO > -------- > linkperf:perf[1] > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/