[PATCH 7/8] perf config: Document 'kmem.default' variable in man page

From: Taeung Song
Date: Thu Feb 04 2016 - 04:26:50 EST


Explain 'kmem.default' variable.

Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Signed-off-by: Taeung Song <treeze.taeung@xxxxxxxxx>
---
tools/perf/Documentation/perf-config.txt | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt
index fb1be76..1d24d94 100644
--- a/tools/perf/Documentation/perf-config.txt
+++ b/tools/perf/Documentation/perf-config.txt
@@ -424,6 +424,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]
--
2.5.0