Re: [Patch v1 08/10] perf report: add support for mem access profiling

2012-10-30 Thread Namhyung Kim
On Mon, 29 Oct 2012 16:15:50 +0100, Stephane Eranian wrote: > This patch adds the --mem-mode option to perf report. > > This mode requires a perf.data file created with memory > access samples. > > Signed-off-by: Stephane Eranian > --- [snip] > + cost = mi->cost; > + if (!cost) > +

[Patch v1 08/10] perf report: add support for mem access profiling

2012-10-29 Thread Stephane Eranian
This patch adds the --mem-mode option to perf report. This mode requires a perf.data file created with memory access samples. Signed-off-by: Stephane Eranian --- tools/perf/builtin-report.c | 131 +-- 1 file changed, 127 insertions(+), 4 deletions(-) di