[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-57f0dafe6a41de6c9d81bc6c403349a261e10fc4@git.kernel.org>
Date: Tue, 9 Feb 2016 04:12:42 -0800
From: tip-bot for Taeung Song <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, linux-kernel@...r.kernel.org, jolsa@...nel.org,
mingo@...nel.org, tglx@...utronix.de, acme@...hat.com,
namhyung@...nel.org, treeze.taeung@...il.com
Subject: [tip:perf/core] perf config: Document 'kmem.default'
variable in man page
Commit-ID: 57f0dafe6a41de6c9d81bc6c403349a261e10fc4
Gitweb: http://git.kernel.org/tip/57f0dafe6a41de6c9d81bc6c403349a261e10fc4
Author: Taeung Song <treeze.taeung@...il.com>
AuthorDate: Thu, 4 Feb 2016 18:25:12 +0900
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Thu, 4 Feb 2016 11:47:39 -0300
perf config: Document 'kmem.default' variable in man page
Explain 'kmem.default' variable.
Signed-off-by: Taeung Song <treeze.taeung@...il.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Link: http://lkml.kernel.org/r/1454577913-16401-8-git-send-email-treeze.taeung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
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 99aa72e..fb1f4a9 100644
--- 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]
Powered by blists - more mailing lists