projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b75b4
)
perf config: Document 'pager.<subcommand>' variables in man page
author
Taeung Song
<
[email protected]
>
Thu, 4 Feb 2016 09:25:11 +0000
(18:25 +0900)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Thu, 4 Feb 2016 14:47:25 +0000
(11:47 -0300)
Explain 'pager.<subcommand>' variables.
Signed-off-by: Taeung Song <
[email protected]
>
Cc: Jiri Olsa <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/Documentation/perf-config.txt
patch
|
blob
|
history
diff --git
a/tools/perf/Documentation/perf-config.txt
b/tools/perf/Documentation/perf-config.txt
index fd3f048c964482b62d67853d34c37e33b8fcace4..99aa72e5e9cfadcc2fbfa5aef472a52bb9f41259 100644
(file)
--- 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]