Re: [PATCH] perf report: fix event name reporting

2012-06-12 Thread Arnaldo Carvalho de Melo
Em Tue, Jun 12, 2012 at 03:34:22PM +0900, Namhyung Kim escreveu: > On Mon, 11 Jun 2012 11:14:16 -0300, Arnaldo Carvalho de Melo wrote: > > Em Fri, Jun 08, 2012 at 04:23:27PM +0400, Dmitry Antipov escreveu: > >> Use trace_find_event to find event name before looking through > >> /sys files. This hel

Re: [PATCH] perf report: fix event name reporting

2012-06-11 Thread Namhyung Kim
Hi, On Mon, 11 Jun 2012 11:14:16 -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Jun 08, 2012 at 04:23:27PM +0400, Dmitry Antipov escreveu: >> Use trace_find_event to find event name before looking through >> /sys files. This helps 'perf report' to show real event names >> instead of 'unknown:unk

Re: [PATCH] perf report: fix event name reporting

2012-06-11 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 08, 2012 at 04:23:27PM +0400, Dmitry Antipov escreveu: > Use trace_find_event to find event name before looking through > /sys files. This helps 'perf report' to show real event names > instead of 'unknown:unknown' when processing perf.data recorded > on another machine. We have to som

Re: [PATCH] perf report: fix event name reporting

2012-06-10 Thread Namhyung Kim
Hi, On Fri, 8 Jun 2012 16:23:27 +0400, Dmitry Antipov wrote: > Use trace_find_event to find event name before looking through > /sys files. This helps 'perf report' to show real event names > instead of 'unknown:unknown' when processing perf.data recorded > on another machine. > Right, it should