From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756679AbcBIMMy (ORCPT ); Tue, 9 Feb 2016 07:12:54 -0500 Received: from terminus.zytor.com ([198.137.202.10]:35743 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754474AbcBIMMw (ORCPT ); Tue, 9 Feb 2016 07:12:52 -0500 Date: Tue, 9 Feb 2016 04:12:42 -0800 From: tip-bot for Taeung Song Message-ID: Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, jolsa@kernel.org, mingo@kernel.org, tglx@linutronix.de, acme@redhat.com, namhyung@kernel.org, treeze.taeung@gmail.com Reply-To: tglx@linutronix.de, namhyung@kernel.org, acme@redhat.com, treeze.taeung@gmail.com, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@kernel.org, jolsa@kernel.org In-Reply-To: <1454577913-16401-8-git-send-email-treeze.taeung@gmail.com> References: <1454577913-16401-8-git-send-email-treeze.taeung@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf config: Document 'kmem.default' variable in man page Git-Commit-ID: 57f0dafe6a41de6c9d81bc6c403349a261e10fc4 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 57f0dafe6a41de6c9d81bc6c403349a261e10fc4 Gitweb: http://git.kernel.org/tip/57f0dafe6a41de6c9d81bc6c403349a261e10fc4 Author: Taeung Song AuthorDate: Thu, 4 Feb 2016 18:25:12 +0900 Committer: Arnaldo Carvalho de Melo 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 Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1454577913-16401-8-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- 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]