Re: [PATCH 2/3] perf tools: Record sampling time for each entry

2013-12-02 Thread Namhyung Kim
Hi Arnaldo, On Mon, 2 Dec 2013 15:49:05 -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Dec 02, 2013 at 11:57:44PM +0900, Namhyung Kim escreveu: >> 2013-12-02 (월), 09:39 -0300, Arnaldo Carvalho de Melo: >> > Em Mon, Dec 02, 2013 at 03:53:18PM +0900, Namhyung Kim escreveu: >> > > From: Namhyung Ki

Re: [PATCH 2/3] perf tools: Record sampling time for each entry

2013-12-02 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 02, 2013 at 11:57:44PM +0900, Namhyung Kim escreveu: > 2013-12-02 (월), 09:39 -0300, Arnaldo Carvalho de Melo: > > Em Mon, Dec 02, 2013 at 03:53:18PM +0900, Namhyung Kim escreveu: > > > From: Namhyung Kim > > > > > > Calculate elapsed time for each sample and record it. The elapsed >

Re: [PATCH 2/3] perf tools: Record sampling time for each entry

2013-12-02 Thread Namhyung Kim
2013-12-02 (월), 09:39 -0300, Arnaldo Carvalho de Melo: > Em Mon, Dec 02, 2013 at 03:53:18PM +0900, Namhyung Kim escreveu: > > From: Namhyung Kim > > > > Calculate elapsed time for each sample and record it. The elapsed > > time is a diff between current sample->time and previous sample->time > >

Re: [PATCH 2/3] perf tools: Record sampling time for each entry

2013-12-02 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 02, 2013 at 03:53:18PM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > Calculate elapsed time for each sample and record it. The elapsed > time is a diff between current sample->time and previous sample->time > which was saved for each evsel and cpu. Can you elaborate on why