Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-03 Thread Namhyung Kim
Hi Jiri, On Tue, 2 Apr 2013 10:40:14 +0200, Jiri Olsa wrote: > On Tue, Apr 02, 2013 at 11:15:23AM +0900, Namhyung Kim wrote: >> On Mon, 1 Apr 2013 22:40:23 +0200, Jiri Olsa wrote: >> > On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: >> >> From: Namhyung Kim >> >> >> >> New addr

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-03 Thread Namhyung Kim
Hi Jiri, On Tue, 2 Apr 2013 10:40:14 +0200, Jiri Olsa wrote: On Tue, Apr 02, 2013 at 11:15:23AM +0900, Namhyung Kim wrote: On Mon, 1 Apr 2013 22:40:23 +0200, Jiri Olsa wrote: On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com New addr

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-02 Thread Jiri Olsa
On Tue, Apr 02, 2013 at 11:15:23AM +0900, Namhyung Kim wrote: > On Mon, 1 Apr 2013 22:40:23 +0200, Jiri Olsa wrote: > > On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: > >> From: Namhyung Kim > >> > >> New addr sort key provides a way to sort the entries by the symbol > >>

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-02 Thread Jiri Olsa
On Tue, Apr 02, 2013 at 11:15:23AM +0900, Namhyung Kim wrote: On Mon, 1 Apr 2013 22:40:23 +0200, Jiri Olsa wrote: On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com New addr sort key provides a way to sort the entries by the symbol

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-01 Thread Namhyung Kim
On Mon, 1 Apr 2013 22:40:23 +0200, Jiri Olsa wrote: > On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> New addr sort key provides a way to sort the entries by the symbol >> addresses. It can be helpful to figure out symbol resolution problem >> when a

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-01 Thread Jiri Olsa
On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > New addr sort key provides a way to sort the entries by the symbol > addresses. It can be helpful to figure out symbol resolution problem > when a dso cannot do it properly as well as finding hotpath in a dso

[PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-01 Thread Namhyung Kim
From: Namhyung Kim New addr sort key provides a way to sort the entries by the symbol addresses. It can be helpful to figure out symbol resolution problem when a dso cannot do it properly as well as finding hotpath in a dso and/or a function. Suggested-by: Arnaldo Carvalho de Melo Buglink:

[PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-01 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com New addr sort key provides a way to sort the entries by the symbol addresses. It can be helpful to figure out symbol resolution problem when a dso cannot do it properly as well as finding hotpath in a dso and/or a function. Suggested-by: Arnaldo Carvalho

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-01 Thread Jiri Olsa
On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com New addr sort key provides a way to sort the entries by the symbol addresses. It can be helpful to figure out symbol resolution problem when a dso cannot do it properly as well as finding

Re: [PATCH 6/9] perf sort: Add 'addr' sort key

2013-04-01 Thread Namhyung Kim
On Mon, 1 Apr 2013 22:40:23 +0200, Jiri Olsa wrote: On Mon, Apr 01, 2013 at 08:35:22PM +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com New addr sort key provides a way to sort the entries by the symbol addresses. It can be helpful to figure out symbol resolution problem