From: "Jin, Yao" <yao.jin@linux.intel.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: acme@kernel.org, jolsa@kernel.org, peterz@infradead.org,
mingo@redhat.com, alexander.shishkin@linux.intel.com,
Linux-kernel@vger.kernel.org, ak@linux.intel.com,
kan.liang@intel.com, yao.jin@intel.com
Subject: Re: [PATCH v4 4/4] perf report: Documentation average IPC and IPC coverage
Date: Fri, 30 Nov 2018 08:22:53 +0800 [thread overview]
Message-ID: <b14938e3-f318-baea-8159-5af5424d7bcf@linux.intel.com> (raw)
In-Reply-To: <20181129132746.GA8748@gmail.com>
On 11/29/2018 9:27 PM, Ingo Molnar wrote:
>
> * Jin Yao <yao.jin@linux.intel.com> wrote:
>
>> Add explanations for new columns "IPC" and "IPC coverage" in perf
>> documentation.
>>
>> Signed-off-by: Jin Yao <yao.jin@linux.intel.com>
>> ---
>> tools/perf/Documentation/perf-report.txt | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
>> index 474a494..e5a32f3 100644
>> --- a/tools/perf/Documentation/perf-report.txt
>> +++ b/tools/perf/Documentation/perf-report.txt
>> @@ -126,6 +126,14 @@ OPTIONS
>> And default sort keys are changed to comm, dso_from, symbol_from, dso_to
>> and symbol_to, see '--branch-stack'.
>>
>> + When the sort key symbol is specified, columns "IPC" and "IPC Coverage"
>> + are enabled automatically. Column "IPC" reports the average IPC per function
>> + and column "IPC coverage" reports the percentage of instructions with
>> + sampled IPC in this function. IPC means Instruction Per Cycle. If it's low,
>> + it indicates there may be performance bottleneck when the function is
>> + executed, such as, memory access bottleneck. If a function has high overhead
>> + and low IPC, it's worth further analysis for performance optimization.
>
> Thank you for adding this!
>
> Just a few small nits:
>
> s/may be performance bottleneck
> /may be a performance bottleneck
>
> s/such as, memory access bottleneck
> /such as a memory access bottleneck
>
> s/it's worth further analysis for performance optimization.
> /it's worth further analyzing it to optimize its performance.
>
> ?
>
> Other than that:
>
> Reviewed-by: Ingo Molnar <mingo@kernel.org>
>
> Ingo
>
Thanks Ingo!
I will add these fixes in v5.
Thanks
Jin Yao
prev parent reply other threads:[~2018-11-30 0:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-29 15:39 [PATCH v4 0/4] perf report/annotate: Support average IPC and IPC coverage for function Jin Yao
2018-11-29 11:33 ` Jiri Olsa
2018-11-30 0:26 ` Jin, Yao
2018-11-29 15:39 ` [PATCH v4 1/4] perf annotate: Compute average IPC and IPC coverage per symbol Jin Yao
2018-11-29 15:39 ` [PATCH v4 2/4] perf annotate: Create a annotate2 flag in struct symbol Jin Yao
2018-11-29 15:39 ` [PATCH v4 3/4] perf report: Display average IPC and IPC coverage per symbol Jin Yao
2018-11-29 15:39 ` [PATCH v4 4/4] perf report: Documentation average IPC and IPC coverage Jin Yao
2018-11-29 13:27 ` Ingo Molnar
2018-11-30 0:22 ` Jin, Yao [this message]
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=b14938e3-f318-baea-8159-5af5424d7bcf@linux.intel.com \
--to=yao.jin@linux.intel.com \
--cc=Linux-kernel@vger.kernel.org \
--cc=acme@kernel.org \
--cc=ak@linux.intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=jolsa@kernel.org \
--cc=kan.liang@intel.com \
--cc=mingo@kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=yao.jin@intel.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
Powered by JetHome