Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932933AbcLGS1j (ORCPT ); Wed, 7 Dec 2016 13:27:39 -0500 Received: from terminus.zytor.com ([198.137.202.10]:53820 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932226AbcLGS1f (ORCPT ); Wed, 7 Dec 2016 13:27:35 -0500 Date: Wed, 7 Dec 2016 10:26:37 -0800 From: tip-bot for Yannick Brosseau Message-ID: Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, namhyung@kernel.org, mingo@kernel.org, peterz@infradead.org, tglx@linutronix.de, acme@redhat.com, scientist@fb.com Reply-To: scientist@fb.com, acme@redhat.com, peterz@infradead.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, namhyung@kernel.org, hpa@zytor.com, mingo@kernel.org In-Reply-To: <20161202160732.29058-1-scientist@fb.com> References: <20161202160732.29058-1-scientist@fb.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Explicitly document that --children is enabled by default Git-Commit-ID: 108a7c103b761309ccbd997002e8428808cf1e04 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 Content-Length: 2397 Lines: 51 Commit-ID: 108a7c103b761309ccbd997002e8428808cf1e04 Gitweb: http://git.kernel.org/tip/108a7c103b761309ccbd997002e8428808cf1e04 Author: Yannick Brosseau AuthorDate: Fri, 2 Dec 2016 11:07:32 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 7 Dec 2016 12:00:35 -0300 perf tools: Explicitly document that --children is enabled by default The fact that the --children option is enabled by default is buried deep at the end of the help page, in the overhead calculation section. This make it explicit right where the option is listed, following the same way other default options are described Signed-off-by: Yannick Brosseau Cc: Namhyung Kim Cc: Peter Zijlstra Cc: kernel-team@fb.com Link: http://lkml.kernel.org/r/20161202160732.29058-1-scientist@fb.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-report.txt | 3 ++- tools/perf/Documentation/perf-top.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 3a166ae..f2914f0 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -239,7 +239,8 @@ OPTIONS Accumulate callchain of children to parent entry so that then can show up in the output. The output will have a new "Children" column and will be sorted on the data. It requires callchains are recorded. - See the `overhead calculation' section for more details. + See the `overhead calculation' section for more details. Enabled by + default, disable with --no-children. --max-stack:: Set the stack depth limit when parsing the callchain, anything diff --git a/tools/perf/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt index 91d638d..e71d638 100644 --- a/tools/perf/Documentation/perf-top.txt +++ b/tools/perf/Documentation/perf-top.txt @@ -170,6 +170,7 @@ Default is to monitor all CPUS. show up in the output. The output will have a new "Children" column and will be sorted on the data. It requires -g/--call-graph option enabled. See the `overhead calculation' section for more details. + Enabled by default, disable with --no-children. --max-stack:: Set the stack depth limit when parsing the callchain, anything