[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151023090359.GA22437@gmail.com>
Date: Fri, 23 Oct 2015 11:03:59 +0200
From: Ingo Molnar <mingo@...nel.org>
To: tglx@...utronix.de, bp@...e.de, wangnan0@...wei.com,
dsahern@...il.com, hpa@...or.com, namhyung@...nel.org,
linux-kernel@...r.kernel.org, acme@...hat.com, jolsa@...hat.com,
chandlerc@...il.com, adrian.hunter@...el.com,
a.p.zijlstra@...llo.nl, eranian@...gle.com,
brendan.d.gregg@...il.com, fweisbec@...il.com
Cc: linux-tip-commits@...r.kernel.org
Subject: Re: [tip:perf/core] perf tools: Improve call graph documents and
help messages
* tip-bot for Namhyung Kim <tipbot@...or.com> wrote:
> Commit-ID: 76a26549eb367f683fbb394b7246bef5dc665f8c
> Gitweb: http://git.kernel.org/tip/76a26549eb367f683fbb394b7246bef5dc665f8c
> Author: Namhyung Kim <namhyung@...nel.org>
> AuthorDate: Thu, 22 Oct 2015 23:28:32 +0900
> Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
> CommitDate: Thu, 22 Oct 2015 16:23:19 -0300
>
> perf tools: Improve call graph documents and help messages
>
> The --call-graph option is complex so we should provide better guide for
> users. Also change help message to be consistent with config option
> names. Now perf top will show help like below:
>
> $ perf top --call-graph
> Error: option `call-graph' requires a value
>
> Usage: perf top [<options>]
>
> --call-graph <record_mode[,record_size],print_type,threshold[,print_limit],order,sort_key[,branch]>
> setup and enables call-graph (stack chain/backtrace):
>
> record_mode: call graph recording mode (fp|dwarf|lbr)
> record_size: if record_mode is 'dwarf', max size of stack recording (<bytes>)
> default: 8192 (bytes)
> print_type: call graph printing style (graph|flat|fractal|none)
> threshold: minimum call graph inclusion threshold (<percent>)
> print_limit: maximum number of call graph entry (<number>)
> order: call graph order (caller|callee)
> sort_key: call graph sort key (function|address)
> branch: include last branch info to call graph (branch)
Btw., how is the last line to be interpreted? Is the 'branch' value 0/1? If yes
then the text should probably say so? Or does the string 'branch' have to be used?
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists