Re: [PATCH/RFC 2/4] perf annotate: Add new source code view to the annotate TUI browser

2017-06-28 Thread Taeung Song
Hi, Milian :) Thank you for your comment. On 06/28/2017 06:44 PM, Milian Wolff wrote: On Wednesday, June 28, 2017 5:14:12 AM CEST Taeung Song wrote: Unlike asm code level, the new source code view provides a additional viewpoint based on source code level for performance analysis. Of course,

Re: [PATCH/RFC 2/4] perf annotate: Add new source code view to the annotate TUI browser

2017-06-28 Thread Milian Wolff
On Wednesday, June 28, 2017 5:14:12 AM CEST Taeung Song wrote: > Unlike asm code level, the new source code view > provides a additional viewpoint based on source code level > for performance analysis. > > Of course, current disassembly view can show itself with pieces of source > code but some us

[PATCH/RFC 2/4] perf annotate: Add new source code view to the annotate TUI browser

2017-06-27 Thread Taeung Song
Unlike asm code level, the new source code view provides a additional viewpoint based on source code level for performance analysis. Of course, current disassembly view can show itself with pieces of source code but some users want to check the result of performance analysis based on full source c