Re: [Patch v1 07/10] perf tools: add mem access sampling core support

2012-10-31 Thread Stephane Eranian
On Wed, Oct 31, 2012 at 6:51 AM, Namhyung Kim wrote: > On Mon, 29 Oct 2012 16:15:49 +0100, Stephane Eranian wrote: >> This patch adds the sorting and histogram support >> functions to enable profiling of memory accesses. >> >> The following sorting orders are added: >> - symbol_daddr: data addres

Re: [Patch v1 07/10] perf tools: add mem access sampling core support

2012-10-30 Thread Namhyung Kim
On Mon, 29 Oct 2012 16:15:49 +0100, Stephane Eranian wrote: > This patch adds the sorting and histogram support > functions to enable profiling of memory accesses. > > The following sorting orders are added: > - symbol_daddr: data address symbol (or raw address) > - dso_daddr: data address shared

Re: [Patch v1 07/10] perf tools: add mem access sampling core support

2012-10-29 Thread Stephane Eranian
On Mon, Oct 29, 2012 at 5:55 PM, Andi Kleen wrote: > On Mon, Oct 29, 2012 at 04:15:49PM +0100, Stephane Eranian wrote: >> This patch adds the sorting and histogram support >> functions to enable profiling of memory accesses. > > I hope my weight patches get in soon. > > Could you merge your cost w

Re: [Patch v1 07/10] perf tools: add mem access sampling core support

2012-10-29 Thread Andi Kleen
On Mon, Oct 29, 2012 at 04:15:49PM +0100, Stephane Eranian wrote: > This patch adds the sorting and histogram support > functions to enable profiling of memory accesses. I hope my weight patches get in soon. Could you merge your cost with weight then? Otherwise having both cost and weight would

[Patch v1 07/10] perf tools: add mem access sampling core support

2012-10-29 Thread Stephane Eranian
This patch adds the sorting and histogram support functions to enable profiling of memory accesses. The following sorting orders are added: - symbol_daddr: data address symbol (or raw address) - dso_daddr: data address shared object - cost: access cost - locked: access uses locked transaction