]> git.karo-electronics.de Git - linux-beck.git/commitdiff
perf tools: Explicitly document that --children is enabled by default
authorYannick Brosseau <scientist@fb.com>
Fri, 2 Dec 2016 16:07:32 +0000 (11:07 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 7 Dec 2016 15:00:35 +0000 (12:00 -0300)
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>
tools/perf/Documentation/perf-report.txt
tools/perf/Documentation/perf-top.txt

index 3a166ae4a4d318d10122acfc3b3499514d3286ca..f2914f03ae7bb83f11a49ab194b224566e676967 100644 (file)
@@ -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
index 91d638df3a6bb9e6e9e8c10bb7ad3d2fc1e9efd0..e71d63843f45d493611cef226a87915427dfa0c2 100644 (file)
@@ -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