summaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perf-config.txt
diff options
context:
space:
mode:
authorTaeung Song <treeze.taeung@gmail.com>2016-02-04 18:25:11 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-02-04 11:47:25 -0300
commitab2e08e8ba683f3e923a56b1e81b5c5e115bad0b (patch)
tree5fabdfe5fe9a6f4f9654d4e05be8558bbacb9361 /tools/perf/Documentation/perf-config.txt
parent08b75b409e3799553a3536e628f1dba4c87d7c14 (diff)
perf config: Document 'pager.<subcommand>' variables in man page
Explain 'pager.<subcommand>' variables. 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-7-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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
index fd3f048c9644..99aa72e5e9cf 100644
--- a/tools/perf/Documentation/perf-config.txt
+++ b/tools/perf/Documentation/perf-config.txt
@@ -421,6 +421,11 @@ man.*::
New man viewer tool can be also added using 'man.<tool>.cmd'
or use different path using 'man.<tool>.path' config option.
+pager.*::
+ pager.<subcommand>::
+ When the subcommand is run on stdio, determine whether it uses
+ pager or not based on this value. Default is 'unspecified'.
+
SEE ALSO
--------
linkperf:perf[1]