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:
ab2e08e
)
perf config: Document 'kmem.default' variable in man page
author
Taeung Song
<
[email protected]
>
Thu, 4 Feb 2016 09:25:12 +0000
(18:25 +0900)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Thu, 4 Feb 2016 14:47:39 +0000
(11:47 -0300)
Explain 'kmem.default' variable.
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 99aa72e5e9cfadcc2fbfa5aef472a52bb9f41259..fb1f4a984e632d36a0f7cbe5eec00c400cd8ee4f 100644
(file)
--- a/
tools/perf/Documentation/perf-config.txt
+++ b/
tools/perf/Documentation/perf-config.txt
@@
-426,6
+426,11
@@
pager.*::
When the subcommand is run on stdio, determine whether it uses
pager or not based on this value. Default is 'unspecified'.
+kmem.*::
+ kmem.default::
+ This option decides which allocator is to be analyzed if neither
+ '--slab' nor '--page' option is used. Default is 'slab'.
+
SEE ALSO
--------
linkperf:perf[1]