From: Namhyung Kim <namhyung@kernel.org>
To: Taeung Song <treeze.taeung@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>,
linux-kernel@vger.kernel.org, jolsa@redhat.com,
Ingo Molnar <mingo@redhat.com>
Subject: Re: [PATCH v9 1/9] perf tools: Add 'perf-config' command
Date: Tue, 3 Nov 2015 20:36:53 +0900 [thread overview]
Message-ID: <20151103113653.GD5733@danjae.kornet> (raw)
In-Reply-To: <1446515420-22681-2-git-send-email-treeze.taeung@gmail.com>
Hi Taeung,
On Tue, Nov 03, 2015 at 10:50:12AM +0900, Taeung Song wrote:
> The perf configuration file contains many variables which can make
> the perf command's action more effective.
> But looking through state of configuration is difficult and there's no knowing
> what kind of other variables except variables in perfconfig.example exist.
> So This patch adds 'perf-config' command with '--list' option and a document for it.
>
> perf config [options]
>
> display current perf config variables.
> # perf config
> or
> # perf config -l | --list
>
> Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
One nitpick below..
[SNIP]
> + call-graph.order::
> + This option controls print order of callchains. The default is
> + 'callee' which means callee is printed at top and then followed by its
> + caller and so on. The 'caller' prints it in reverse order.
The default value of this option is little complex. I think we need
to add following paragraph:
If this option is not set and report.children or top.children is
set to true (or the equivalent command line option is given),
the default value of this option is changed to 'caller' for the
execution of 'perf report' or 'perf top'. Other commands will
still default to 'callee'.
Thanks,
Namhyung
next prev parent reply other threads:[~2015-11-03 11:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-03 1:50 [PATCH v9 0/9] perf tools: Add 'perf-config' command Taeung Song
2015-11-03 1:50 ` [PATCH v9 1/9] " Taeung Song
2015-11-03 11:36 ` Namhyung Kim [this message]
2015-11-03 15:40 ` Arnaldo Carvalho de Melo
2015-11-05 10:19 ` Taeung Song
2015-11-03 1:50 ` [PATCH v9 2/9] perf config: Add '--system' and '--user' options to select which config file is used Taeung Song
2015-11-03 11:49 ` Namhyung Kim
2015-11-03 1:50 ` [PATCH v9 3/9] perf config: Collect configs to handle config variables Taeung Song
2015-11-03 12:10 ` Namhyung Kim
2015-11-03 1:50 ` [PATCH v9 4/9] perf config: Add comparing name treating '_' and '-' as being the same thing Taeung Song
2015-11-03 12:15 ` Namhyung Kim
2015-11-03 1:50 ` [PATCH v9 5/9] perf config: Add a option 'list-all' to perf-config Taeung Song
2015-11-03 12:29 ` Namhyung Kim
2015-11-03 1:50 ` [PATCH v9 6/9] perf config: Add 'get' functionaliy Taeung Song
2015-11-03 1:50 ` [PATCH v9 7/9] perf config: Add 'set' feature Taeung Song
2015-11-03 1:50 ` [PATCH v9 8/9] perf config: normalize a value depending on default type of it Taeung Song
2015-11-03 1:50 ` [PATCH v9 9/9] perf config: Add a option 'remove' to perf-config Taeung Song
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151103113653.GD5733@danjae.kornet \
--to=namhyung@kernel.org \
--cc=acme@kernel.org \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=treeze.taeung@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox