Re: [PATCH 12/13] perf thread_map: Change map entries into a struct

2015-06-25 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 25, 2015 at 10:45:05AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Jun 25, 2015 at 10:38:41AM +0200, Jiri Olsa escreveu: > > and you missed following hunk: > > --- > > static struct thread_map *thread_map__realloc(struct thread_map *map, int > > nr) > > { > > - size_t

Re: [PATCH 12/13] perf thread_map: Change map entries into a struct

2015-06-25 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 25, 2015 at 10:38:41AM +0200, Jiri Olsa escreveu: > On Tue, Jun 23, 2015 at 06:47:26PM -0300, Arnaldo Carvalho de Melo wrote: > > From: Jiri Olsa > > > > We need to store command names with the pid. Changing map entries to be > > a struct holding pid. Process name is coming in shortly

Re: [PATCH 12/13] perf thread_map: Change map entries into a struct

2015-06-25 Thread Jiri Olsa
On Tue, Jun 23, 2015 at 06:47:26PM -0300, Arnaldo Carvalho de Melo wrote: > From: Jiri Olsa > > We need to store command names with the pid. Changing map entries to be > a struct holding pid. Process name is coming in shortly. > > Signed-off-by: Jiri Olsa > Cc: Adrian Hunter > Cc: Andi Kleen

[PATCH 12/13] perf thread_map: Change map entries into a struct

2015-06-23 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa We need to store command names with the pid. Changing map entries to be a struct holding pid. Process name is coming in shortly. Signed-off-by: Jiri Olsa Cc: Adrian Hunter Cc: Andi Kleen Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://