Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1325120 > unrolled thread
| Started by | tip-bot for Taeung Song <tipbot@zytor.com> |
|---|---|
| First post | 2016-02-03 11:10 +0100 |
| Last post | 2016-02-03 11:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[tip:perf/core] perf config: Document variables for 'tui' and ' gtk' sections in man page tip-bot for Taeung Song <tipbot@zytor.com> - 2016-02-03 11:10 +0100
| From | tip-bot for Taeung Song <tipbot@zytor.com> |
|---|---|
| Date | 2016-02-03 11:10 +0100 |
| Subject | [tip:perf/core] perf config: Document variables for 'tui' and ' gtk' sections in man page |
| Message-ID | <qY2xQ-A6-23@gated-at.bofh.it> |
Commit-ID: 3fa9f40718a33d27eb2f4bd36c13318a2d58839d Gitweb: http://git.kernel.org/tip/3fa9f40718a33d27eb2f4bd36c13318a2d58839d Author: Taeung Song <treeze.taeung@gmail.com> AuthorDate: Fri, 8 Jan 2016 20:39:32 +0900 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Tue, 26 Jan 2016 11:52:47 -0300 perf config: Document variables for 'tui' and 'gtk' sections in man page Explain 'tui' and 'gtk' sections and these variables. 'top', 'report' and 'annotate' 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/1452253193-30502-3-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/Documentation/perf-config.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 8051782..ccbdb64 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -144,6 +144,16 @@ colors.*:: Colors for headers in the output of a sub-commands (top, report). Default values are 'white', 'blue'. +tui.*, gtk.*:: + Subcommands that can be configured here are 'top', 'report' and 'annotate'. + These values are booleans, for example: + + [tui] + top = true + + will make the TUI be the default for the 'top' subcommand. Those will be + available if the required libs were detected at tool build time. + SEE ALSO -------- linkperf:perf[1]
Back to top | Article view | linux.kernel
csiph-web