Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1330145
| From | tip-bot for Taeung Song <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:perf/core] perf config: Document 'record.build-id' variable in man page |
| Date | 2016-02-09 13:20 +0100 |
| Message-ID | <r0fqW-3Sj-17@gated-at.bofh.it> (permalink) |
| References | <qYooG-6GV-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit-ID: a9edec3ce211d776736b35b14b9bd2c0b5ed860b Gitweb: http://git.kernel.org/tip/a9edec3ce211d776736b35b14b9bd2c0b5ed860b Author: Taeung Song <treeze.taeung@gmail.com> AuthorDate: Thu, 4 Feb 2016 18:25:13 +0900 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Thu, 4 Feb 2016 11:49:16 -0300 perf config: Document 'record.build-id' variable in man page Explain 'record.build-id' variable. Signed-off-by: Taeung Song <treeze.taeung@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1454577913-16401-9-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/Documentation/perf-config.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index fb1f4a9..c7158bf 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -431,6 +431,14 @@ kmem.*:: This option decides which allocator is to be analyzed if neither '--slab' nor '--page' option is used. Default is 'slab'. +record.*:: + record.build-id:: + This option can be 'cache', 'no-cache' or 'skip'. + 'cache' is to post-process data and save/update the binaries into + the build-id cache (in ~/.debug). This is the default. + But if this option is 'no-cache', it will not update the build-id cache. + 'skip' skips post-processing and does not update the cache. + SEE ALSO -------- linkperf:perf[1]
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/8] perf config: Document config variables in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[PATCH 1/8] perf config: Document 'ui.show-headers' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document 'ui.show-headers' variable in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 4/8] perf config: Document 'top.children' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document 'top.children' variable in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 8/8] perf config: Document 'record.build-id' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document 'record.build-id' variable in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 7/8] perf config: Document 'kmem.default' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document 'kmem.default' variable in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 5/8] perf config: Document 'man.viewer' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document 'man.viewer' variable in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 2/8] perf config: Document variables for 'call-graph' section in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document variables for 'call-graph' section in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 3/8] perf config: Document variables for 'report' section in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document variables for 'report' section in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
[PATCH 6/8] perf config: Document 'pager.<subcommand>' variables in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +0100
[tip:perf/core] perf config: Document 'pager.<subcommand>' variables in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-09 13:20 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-02-04 16:00 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-05 11:50 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-05 12:10 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Namhyung Kim <namhyung@kernel.org> - 2016-02-05 14:10 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com> - 2016-02-05 14:40 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Namhyung Kim <namhyung@kernel.org> - 2016-02-05 14:50 +0100
Re: [PATCH 0/8] perf config: Document config variables in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-05 14:50 +0100
csiph-web