summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-config.txt
diff options
context:
space:
mode:
authorTaeung Song2016-02-04 10:25:06 +0100
committerArnaldo Carvalho de Melo2016-02-04 15:36:13 +0100
commit67f43c009778ddaae812aae29731bb04c256165e (patch)
tree338dac1bc75ad9952380a249981ddc7e7e53bdbb /tools/perf/Documentation/perf-config.txt
parentperf build tests: Move the feature related vars to the front of the make cmdline (diff)
downloadkernel-qcow2-linux-67f43c009778ddaae812aae29731bb04c256165e.tar.gz
kernel-qcow2-linux-67f43c009778ddaae812aae29731bb04c256165e.tar.xz
kernel-qcow2-linux-67f43c009778ddaae812aae29731bb04c256165e.zip
perf config: Document 'ui.show-headers' variable in man page
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. 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-2-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-config.txt')
-rw-r--r--tools/perf/Documentation/perf-config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
index 74589c68558a..42787222ad15 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]