Re: [PATCH/RFC 1/4] perf annotate: Add --source-only option

2017-06-30 Thread Taeung Song
Thank you for detailed review. On 06/30/2017 12:18 AM, Namhyung Kim wrote: Resend with a proper mail address.. On Fri, Jun 30, 2017 at 12:14 AM, Namhyung Kim wrote: Hi Taeung, Thanks for doing this work! On Wed, Jun 28, 2017 at 12:14 PM, Taeung Song wrote: The option can show the result o

Re: [PATCH/RFC 1/4] perf annotate: Add --source-only option

2017-06-29 Thread Namhyung Kim
Resend with a proper mail address.. On Fri, Jun 30, 2017 at 12:14 AM, Namhyung Kim wrote: > Hi Taeung, > > Thanks for doing this work! > > On Wed, Jun 28, 2017 at 12:14 PM, Taeung Song wrote: >> The option can show the result of performance analysis >> based on full source code per symbol(functi

[PATCH/RFC 1/4] perf annotate: Add --source-only option

2017-06-27 Thread Taeung Song
The option can show the result of performance analysis based on full source code per symbol(function). This view can be a precheck before assembly code level and be the additional useful view point. For example, if target symbol is 'hex2u64' of util/util.c, the output is like below. $ perf an