Re: [PATCH 2/5] perf tools: Factor machine__find_thread to take tid argument

2014-03-14 Thread Adrian Hunter
On 14/03/2014 4:15 p.m., Arnaldo Carvalho de Melo wrote: Em Fri, Mar 14, 2014 at 03:00:03PM +0100, Jiri Olsa escreveu: Forcing the code to always search thread by pid/tid pair. The PID value will be needed in future to determine the process thread leader for map groups sharing. This one

Re: [PATCH 2/5] perf tools: Factor machine__find_thread to take tid argument

2014-03-14 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 14, 2014 at 03:00:03PM +0100, Jiri Olsa escreveu: > Forcing the code to always search thread by pid/tid pair. > > The PID value will be needed in future to determine > the process thread leader for map groups sharing. This one looks OK, Adrian? - Arnaldo > Signed-off-by: Jiri Olsa

Re: [PATCH 2/5] perf tools: Factor machine__find_thread to take tid argument

2014-03-14 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 14, 2014 at 03:00:03PM +0100, Jiri Olsa escreveu: Forcing the code to always search thread by pid/tid pair. The PID value will be needed in future to determine the process thread leader for map groups sharing. This one looks OK, Adrian? - Arnaldo Signed-off-by: Jiri Olsa

Re: [PATCH 2/5] perf tools: Factor machine__find_thread to take tid argument

2014-03-14 Thread Adrian Hunter
On 14/03/2014 4:15 p.m., Arnaldo Carvalho de Melo wrote: Em Fri, Mar 14, 2014 at 03:00:03PM +0100, Jiri Olsa escreveu: Forcing the code to always search thread by pid/tid pair. The PID value will be needed in future to determine the process thread leader for map groups sharing. This one