perf config: Document 'ui.show-headers' variable in man page
authorTaeung Song <treeze.taeung@gmail.com>
Thu, 4 Feb 2016 09:25:06 +0000 (18:25 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 4 Feb 2016 14:36:13 +0000 (11:36 -0300)
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>
tools/perf/Documentation/perf-config.txt

index 74589c6..4278722 100644 (file)
@@ -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]