Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-29 Thread Waiman Long
On 09/29/2014 02:09 PM, Arnaldo Carvalho de Melo wrote: Em Mon, Sep 29, 2014 at 01:30:07PM -0400, Waiman Long escreveu: On 09/28/2014 11:54 PM, Namhyung Kim wrote: On Fri, 26 Sep 2014 11:06:25 -0300, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-29 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 29, 2014 at 01:30:07PM -0400, Waiman Long escreveu: > On 09/28/2014 11:54 PM, Namhyung Kim wrote: > >On Fri, 26 Sep 2014 11:06:25 -0300, Arnaldo Carvalho de Melo wrote: > >>Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: > >>>This is a precursor patch to enable long name

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-29 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 29, 2014 at 01:26:55PM -0400, Waiman Long escreveu: > On 09/26/2014 10:12 AM, Arnaldo Carvalho de Melo wrote: > >Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: > >>This is a precursor patch to enable long name searching of DSOs > >>using the rbtree. In this patch, a new

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-29 Thread Waiman Long
On 09/28/2014 11:54 PM, Namhyung Kim wrote: Hi Arnaldo and Waiman, On Fri, 26 Sep 2014 11:06:25 -0300, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: This is a precursor patch to enable long name searching of DSOs using the rbtree. In this patch

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-29 Thread Waiman Long
On 09/26/2014 10:12 AM, Arnaldo Carvalho de Melo wrote: Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: This is a precursor patch to enable long name searching of DSOs using the rbtree. In this patch, a new dsos structure is created which contains only a list head structure for t

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-28 Thread Namhyung Kim
Hi Arnaldo and Waiman, On Fri, 26 Sep 2014 11:06:25 -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: >> This is a precursor patch to enable long name searching of DSOs >> using the rbtree. In this patch, a new dsos structure is created >> whi

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-26 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: > This is a precursor patch to enable long name searching of DSOs > using the rbtree. In this patch, a new dsos structure is created > which contains only a list head structure for the moment. The new > dsos structure is used, in turn,

Re: [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-26 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 24, 2014 at 11:45:39AM -0400, Waiman Long escreveu: > This is a precursor patch to enable long name searching of DSOs > using the rbtree. In this patch, a new dsos structure is created > which contains only a list head structure for the moment. The new > dsos structure is used, in turn,

[PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

2014-09-24 Thread Waiman Long
This is a precursor patch to enable long name searching of DSOs using the rbtree. In this patch, a new dsos structure is created which contains only a list head structure for the moment. The new dsos structure is used, in turn, in the machine structure for the user_dsos and kernel_dsos fields. Only