Re: [RFC 00/27] perf tools: Build changes and kbuild support

2013-04-01 Thread Jiri Olsa
On Mon, Apr 01, 2013 at 02:45:09PM -0600, David Ahern wrote: > Hi Jiri: > > On 4/1/13 1:18 PM, Jiri Olsa wrote: > >hi, > >sending RFC for build changes and kbuild support. > > Have you seen this patch set: > https://lkml.org/lkml/2012/8/20/59 yep, I remember checking it.. but I decided to start

Re: [RFC 00/27] perf tools: Build changes and kbuild support

2013-04-01 Thread David Ahern
Hi Jiri: On 4/1/13 1:18 PM, Jiri Olsa wrote: hi, sending RFC for build changes and kbuild support. Have you seen this patch set: https://lkml.org/lkml/2012/8/20/59 It hooks into the conf commands to generate a .config file. Coincidentally I updated and expanded the patch series this morning

[RFC 00/27] perf tools: Build changes and kbuild support

2013-04-01 Thread Jiri Olsa
hi, sending RFC for build changes and kbuild support. The build changes mostly consists of separating the config stuff into config/Makefile which is then used for kbuild. I kept the original/current Makefile in place and put the kbuild support into Makefile.kbuild. The final touch would be to

[RFC 00/27] perf tools: Build changes and kbuild support

2013-04-01 Thread Jiri Olsa
hi, sending RFC for build changes and kbuild support. The build changes mostly consists of separating the config stuff into config/Makefile which is then used for kbuild. I kept the original/current Makefile in place and put the kbuild support into Makefile.kbuild. The final touch would be to

Re: [RFC 00/27] perf tools: Build changes and kbuild support

2013-04-01 Thread David Ahern
Hi Jiri: On 4/1/13 1:18 PM, Jiri Olsa wrote: hi, sending RFC for build changes and kbuild support. Have you seen this patch set: https://lkml.org/lkml/2012/8/20/59 It hooks into the conf commands to generate a .config file. Coincidentally I updated and expanded the patch series this morning

Re: [RFC 00/27] perf tools: Build changes and kbuild support

2013-04-01 Thread Jiri Olsa
On Mon, Apr 01, 2013 at 02:45:09PM -0600, David Ahern wrote: Hi Jiri: On 4/1/13 1:18 PM, Jiri Olsa wrote: hi, sending RFC for build changes and kbuild support. Have you seen this patch set: https://lkml.org/lkml/2012/8/20/59 yep, I remember checking it.. but I decided to start over