Skip to content

Commit aa9d1f8

Browse files
Andi Kleenacmel
authored andcommitted
perf report: Clarify in help that --children is default
Refer to --no-children, which is what most people probably want. Signed-off-by: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> LPU-Reference: [email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent d800777 commit aa9d1f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/perf/builtin-report.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,8 @@ int cmd_report(int argc, const char **argv)
11641164
report_callchain_help, &report_parse_callchain_opt,
11651165
callchain_default_opt),
11661166
OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
1167-
"Accumulate callchains of children and show total overhead as well"),
1167+
"Accumulate callchains of children and show total overhead as well. "
1168+
"Enabled by default, use --no-children to disable."),
11681169
OPT_INTEGER(0, "max-stack", &report.max_stack,
11691170
"Set the maximum stack depth when parsing the callchain, "
11701171
"anything beyond the specified depth will be ignored. "

0 commit comments

Comments
 (0)