Re: [PATCH 03/10] perf sort: Add 'addr' sort key

2013-04-03 Thread Namhyung Kim
Hi Arnaldo, On Wed, 3 Apr 2013 14:06:10 -0300, Arnaldo Carvalho de Melo wrote: > What I expected was that the result was this: > > perf report --sort addr | grep -v ^# | sort -k2 -n | less > > And in hexadecimal, can you fix this? Oops, it was a mistake in the last minute change, sorry. :( > >

Re: [PATCH 03/10] perf sort: Add 'addr' sort key

2013-04-03 Thread Arnaldo Carvalho de Melo
What I expected was that the result was this: perf report --sort addr | grep -v ^# | sort -k2 -n | less And in hexadecimal, can you fix this? - Arnaldo Em Wed, Apr 03, 2013 at 09:26:12PM +0900, Namhyung Kim escreveu: > static void hists__set_unres_dso_col_len(struct hists *hists, int dso) >

[PATCH 03/10] perf sort: Add 'addr' sort key

2013-04-03 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 03/10] perf sort: Add 'addr' sort key

2013-04-03 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 03/10] perf sort: Add 'addr' sort key

2013-04-03 Thread Arnaldo Carvalho de Melo
What I expected was that the result was this: perf report --sort addr | grep -v ^# | sort -k2 -n | less And in hexadecimal, can you fix this? - Arnaldo Em Wed, Apr 03, 2013 at 09:26:12PM +0900, Namhyung Kim escreveu: static void hists__set_unres_dso_col_len(struct hists *hists, int dso)

Re: [PATCH 03/10] perf sort: Add 'addr' sort key

2013-04-03 Thread Namhyung Kim
Hi Arnaldo, On Wed, 3 Apr 2013 14:06:10 -0300, Arnaldo Carvalho de Melo wrote: What I expected was that the result was this: perf report --sort addr | grep -v ^# | sort -k2 -n | less And in hexadecimal, can you fix this? Oops, it was a mistake in the last minute change, sorry. :( Em Wed,