aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorYannick Brosseau <scientist@fb.com>2016-12-02 11:07:32 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-12-07 10:00:35 -0500
commit108a7c103b761309ccbd997002e8428808cf1e04 (patch)
tree347ecc9037c323e9578207f2cde67191381fe3f6 /tools
parentb336352b417edd8c058c9e09d136728b6e2ff56d (diff)
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 <scientist@fb.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: kernel-team@fb.com Link: http://lkml.kernel.org/r/20161202160732.29058-1-scientist@fb.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/Documentation/perf-report.txt3
-rw-r--r--tools/perf/Documentation/perf-top.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index 3a166ae4a4d3..f2914f03ae7b 100644
--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -239,7 +239,8 @@ OPTIONS
239 Accumulate callchain of children to parent entry so that then can 239 Accumulate callchain of children to parent entry so that then can
240 show up in the output. The output will have a new "Children" column 240 show up in the output. The output will have a new "Children" column
241 and will be sorted on the data. It requires callchains are recorded. 241 and will be sorted on the data. It requires callchains are recorded.
242 See the `overhead calculation' section for more details. 242 See the `overhead calculation' section for more details. Enabled by
243 default, disable with --no-children.
243 244
244--max-stack:: 245--max-stack::
245 Set the stack depth limit when parsing the callchain, anything 246 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 91d638df3a6b..e71d63843f45 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.
170 show up in the output. The output will have a new "Children" column 170 show up in the output. The output will have a new "Children" column
171 and will be sorted on the data. It requires -g/--call-graph option 171 and will be sorted on the data. It requires -g/--call-graph option
172 enabled. See the `overhead calculation' section for more details. 172 enabled. See the `overhead calculation' section for more details.
173 Enabled by default, disable with --no-children.
173 174
174--max-stack:: 175--max-stack::
175 Set the stack depth limit when parsing the callchain, anything 176 Set the stack depth limit when parsing the callchain, anything