* Re: [PATCH] perf report: Clarify in help that --children is default
[not found] <20200103183643.149150-1-andi@firstfloor.org>
@ 2020-01-06 22:16 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2020-01-06 22:16 UTC (permalink / raw)
To: Andi Kleen
Cc: jolsa, linux-perf-users, Andi Kleen, Namhyung Kim,
Linux Kernel Mailing List
Em Fri, Jan 03, 2020 at 10:36:43AM -0800, Andi Kleen escreveu:
> From: Andi Kleen <ak@linux.intel.com>
>
> Refer to --no-children, which is what most people probably
> want.
Thanks, applied.
- Arnaldo
> Signed-off-by: Andi Kleen <ak@linux.intel.com>
> ---
> tools/perf/builtin-report.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
> index 387311c67264..059639f437e5 100644
> --- a/tools/perf/builtin-report.c
> +++ b/tools/perf/builtin-report.c
> @@ -1163,7 +1163,8 @@ int cmd_report(int argc, const char **argv)
> report_callchain_help, &report_parse_callchain_opt,
> callchain_default_opt),
> OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
> - "Accumulate callchains of children and show total overhead as well"),
> + "Accumulate callchains of children and show total overhead as well. "
> + "Enabled by default, use --no-children to disable."),
> OPT_INTEGER(0, "max-stack", &report.max_stack,
> "Set the maximum stack depth when parsing the callchain, "
> "anything beyond the specified depth will be ignored. "
> --
> 2.23.0
--
- Arnaldo
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-06 22:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200103183643.149150-1-andi@firstfloor.org>
2020-01-06 22:16 ` [PATCH] perf report: Clarify in help that --children is default Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).