Re: [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-10 Thread Namhyung Kim
Hi Arnaldo, On Fri, Mar 06, 2015 at 09:48:05AM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Mar 06, 2015 at 01:38:06PM +0900, Namhyung Kim escreveu: > > On Thu, Mar 05, 2015 at 05:08:56PM +0100, Frederic Weisbecker wrote: > > > On Wed, Mar 04, 2015 at 09:02:55AM +0900, Namhyung Kim wrote: > >

Re: [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-06 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 06, 2015 at 01:38:06PM +0900, Namhyung Kim escreveu: > On Thu, Mar 05, 2015 at 05:08:56PM +0100, Frederic Weisbecker wrote: > > On Wed, Mar 04, 2015 at 09:02:55AM +0900, Namhyung Kim wrote: > > > On Tue, Mar 03, 2015 at 05:28:40PM +0100, Frederic Weisbecker wrote: > > > > On Tue, Mar 03

Re: [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-05 Thread Namhyung Kim
Hi Frederic and Arnaldo, On Thu, Mar 05, 2015 at 05:08:56PM +0100, Frederic Weisbecker wrote: > On Wed, Mar 04, 2015 at 09:02:55AM +0900, Namhyung Kim wrote: > > Hi Frederic, > > > > On Tue, Mar 03, 2015 at 05:28:40PM +0100, Frederic Weisbecker wrote: > > > On Tue, Mar 03, 2015 at 12:07:24PM +090

Re: [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-05 Thread Frederic Weisbecker
On Wed, Mar 04, 2015 at 09:02:55AM +0900, Namhyung Kim wrote: > Hi Frederic, > > On Tue, Mar 03, 2015 at 05:28:40PM +0100, Frederic Weisbecker wrote: > > On Tue, Mar 03, 2015 at 12:07:24PM +0900, Namhyung Kim wrote: > > > When data file indexing is enabled, it processes all task, comm and mmap > >

Re: [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-03 Thread Namhyung Kim
Hi Frederic, On Tue, Mar 03, 2015 at 05:28:40PM +0100, Frederic Weisbecker wrote: > On Tue, Mar 03, 2015 at 12:07:24PM +0900, Namhyung Kim wrote: > > When data file indexing is enabled, it processes all task, comm and mmap > > events first and then goes to the sample events. So all it sees is the

Re: [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-03 Thread Frederic Weisbecker
On Tue, Mar 03, 2015 at 12:07:24PM +0900, Namhyung Kim wrote: > When data file indexing is enabled, it processes all task, comm and mmap > events first and then goes to the sample events. So all it sees is the > last comm of a thread although it has information at the time of sample. > > Sort thr

[PATCH 12/38] perf tools: Introduce thread__comm_time() helpers

2015-03-02 Thread Namhyung Kim
When data file indexing is enabled, it processes all task, comm and mmap events first and then goes to the sample events. So all it sees is the last comm of a thread although it has information at the time of sample. Sort thread's comm by time so that it can find appropriate comm at the sample ti