Re: [PATCH 0/6] perf tools: Share map groups within process

2014-03-20 Thread Jiri Olsa
On Tue, Mar 18, 2014 at 03:46:50PM +0100, Jiri Olsa wrote: > hi, > this patchset moves thread's map_groups to be dynamically > allocated and shared within process threads. > > The main benefit would be to be able to look up memory > map from any thread that belongs to the process. > > This

Re: [PATCH 0/6] perf tools: Share map groups within process

2014-03-20 Thread Jiri Olsa
On Tue, Mar 18, 2014 at 03:46:50PM +0100, Jiri Olsa wrote: hi, this patchset moves thread's map_groups to be dynamically allocated and shared within process threads. The main benefit would be to be able to look up memory map from any thread that belongs to the process. This implements

Re: [PATCH 0/6] perf tools: Share map groups within process

2014-03-18 Thread Namhyung Kim
Hi Jiri, On Tue, Mar 18, 2014 at 2:46 PM, Jiri Olsa wrote: > hi, > this patchset moves thread's map_groups to be dynamically > allocated and shared within process threads. > > The main benefit would be to be able to look up memory > map from any thread that belongs to the process. > > This

Re: [PATCH 0/6] perf tools: Share map groups within process

2014-03-18 Thread Don Zickus
On Tue, Mar 18, 2014 at 03:46:50PM +0100, Jiri Olsa wrote: > hi, > this patchset moves thread's map_groups to be dynamically > allocated and shared within process threads. > > The main benefit would be to be able to look up memory > map from any thread that belongs to the process. > > This

[PATCH 0/6] perf tools: Share map groups within process

2014-03-18 Thread Jiri Olsa
hi, this patchset moves thread's map_groups to be dynamically allocated and shared within process threads. The main benefit would be to be able to look up memory map from any thread that belongs to the process. This implements one of the solution ideas for issue described by Don in following

[PATCH 0/6] perf tools: Share map groups within process

2014-03-18 Thread Jiri Olsa
hi, this patchset moves thread's map_groups to be dynamically allocated and shared within process threads. The main benefit would be to be able to look up memory map from any thread that belongs to the process. This implements one of the solution ideas for issue described by Don in following

Re: [PATCH 0/6] perf tools: Share map groups within process

2014-03-18 Thread Don Zickus
On Tue, Mar 18, 2014 at 03:46:50PM +0100, Jiri Olsa wrote: hi, this patchset moves thread's map_groups to be dynamically allocated and shared within process threads. The main benefit would be to be able to look up memory map from any thread that belongs to the process. This implements

Re: [PATCH 0/6] perf tools: Share map groups within process

2014-03-18 Thread Namhyung Kim
Hi Jiri, On Tue, Mar 18, 2014 at 2:46 PM, Jiri Olsa jo...@redhat.com wrote: hi, this patchset moves thread's map_groups to be dynamically allocated and shared within process threads. The main benefit would be to be able to look up memory map from any thread that belongs to the process.