Re: [PATCH 0/9] perf tools: Enhance and correct srcline behavior

2013-08-06 Thread Jiri Olsa
On Thu, Aug 01, 2013 at 11:55:35AM +0900, Namhyung Kim wrote: > Hello, > > This patchset tries to fix and enhance current srcline behavior. > > Firstly it doesn't actually sort by srcline info but by ip. I suspect > it was because of a performance reason to run external addr2line > utility. It

Re: [PATCH 0/9] perf tools: Enhance and correct srcline behavior

2013-08-01 Thread Peter Zijlstra
On Thu, Aug 01, 2013 at 11:55:35AM +0900, Namhyung Kim wrote: > Hello, > > This patchset tries to fix and enhance current srcline behavior. > > Firstly it doesn't actually sort by srcline info but by ip. I suspect > it was because of a performance reason to run external addr2line > utility. It

[PATCH 0/9] perf tools: Enhance and correct srcline behavior

2013-07-31 Thread Namhyung Kim
Hello, This patchset tries to fix and enhance current srcline behavior. Firstly it doesn't actually sort by srcline info but by ip. I suspect it was because of a performance reason to run external addr2line utility. It showed the srcline info after hist entries were collapsed. Thanks to Robert