Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1326507
| From | Taeung Song <treeze.taeung@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/8] perf config: Document 'ui.show-headers' variable in man page |
| Date | 2016-02-04 10:30 +0100 |
| Message-ID | <qYooG-6GV-7@gated-at.bofh.it> (permalink) |
| References | <qYooF-6GV-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Explain 'ui.show-headers' variable. Cc: Namhyung Kim <namhyung@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Signed-off-by: Taeung Song <treeze.taeung@gmail.com> --- tools/perf/Documentation/perf-config.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 74589c6..4278722 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -296,6 +296,12 @@ hist.*:: and 'baz' to 50.00% for each, while 'absolute' would show their current overhead (33.33%). +ui.*:: + ui.show-headers:: + This option controls display of column headers (like 'Overhead' and 'Symbol') + in 'report' and 'top'. If this option is false, they are hidden. + This option is only applied to TUI. + SEE ALSO -------- linkperf:perf[1] -- 2.5.0
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
[PATCH 4/8] perf config: Document 'top.children' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +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
[PATCH 7/8] perf config: Document 'kmem.default' variable in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +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
[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
[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
[PATCH 6/8] perf config: Document 'pager.<subcommand>' variables in man page Taeung Song <treeze.taeung@gmail.com> - 2016-02-04 10:30 +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