Re: [PATCH 00/32] perf and kconfig kbuild (2nd try)

2014-06-04 Thread Alexis Berlemont
On Wed, Jun 4, 2014 at 3:59 AM, David Ahern wrote: > On 6/3/14, 4:05 PM, Alexis Berlemont wrote: >> >> Alexis Berlemont (29): >>kbuild: add support of custom paths for "auto.conf*" files >>perf kbuild: fix recursive invocation of config/features-checks >>perf kbuild: store in config-de

Re: [PATCH 00/32] perf and kconfig kbuild (2nd try)

2014-06-03 Thread David Ahern
On 6/3/14, 4:05 PM, Alexis Berlemont wrote: Alexis Berlemont (29): kbuild: add support of custom paths for "auto.conf*" files perf kbuild: fix recursive invocation of config/features-checks perf kbuild: store in config-detected missing variables (libdir, ...) perf kbuild: remove usele

[PATCH 00/32] perf and kconfig kbuild (2nd try)

2014-06-03 Thread Alexis Berlemont
Hello, Sorry the delay between my answers. Here is another draft proposal. The changes are few: * checkpatch.pl is ok with these patches (Kconfig documentation added, style-related issues fixed, ... sorry) * Sam Ravnborg and Michal Marek made some comments on the introduction of the variables

Re: [PATCH 00/34] perf and kconfig / kbuild

2014-05-17 Thread Alexis Berlemont
Hello, Sorry for the late reply, On Wed, May 14, 2014 at 4:15 AM, David Ahern wrote: > On 5/13/14, 4:02 PM, Alexis Berlemont wrote: >> >> Hello, >> >> A few months ago, I tried to make a proposal to introduce Kconfig in >> perf's generation procedure. >> (cf. https://lkml.org/lkml/2013/12/20/511

Re: [PATCH 00/34] perf and kconfig / kbuild

2014-05-15 Thread Jiri Olsa
On Wed, May 14, 2014 at 12:02:55AM +0200, Alexis Berlemont wrote: > Hello, > > A few months ago, I tried to make a proposal to introduce Kconfig in > perf's generation procedure. > (cf. https://lkml.org/lkml/2013/12/20/511) > > I started from David Ahern's work; I was not aware that Jiri Olsa >

Re: [PATCH 00/34] perf and kconfig / kbuild

2014-05-13 Thread David Ahern
On 5/13/14, 4:02 PM, Alexis Berlemont wrote: Hello, A few months ago, I tried to make a proposal to introduce Kconfig in perf's generation procedure. (cf. https://lkml.org/lkml/2013/12/20/511) I started from David Ahern's work; I was not aware that Jiri Olsa pushed further the idea and proposed

[PATCH 00/34] perf and kconfig / kbuild

2014-05-13 Thread Alexis Berlemont
Hello, A few months ago, I tried to make a proposal to introduce Kconfig in perf's generation procedure. (cf. https://lkml.org/lkml/2013/12/20/511) I started from David Ahern's work; I was not aware that Jiri Olsa pushed further the idea and proposed an alternative which integrated kbuild too.

Re: perf and Kconfig

2013-12-27 Thread Alexis Berlemont
Hi, I just checked your branch perf/kbuild9. Your work is far more elaborate than mine. In my branch, I just reused the *config targets so as to generate the files .config include/config/auto.conf(.cmd), ...; after that, I manually modified Makefile.perf with the variables CONFIG_* instead of usi

Re: perf and Kconfig

2013-12-23 Thread Jiri Olsa
On Fri, Dec 20, 2013 at 06:00:05PM -0700, David Ahern wrote: > [adding perf maintainers] > > On 12/20/13, 5:39 PM, Alexis Berlemont wrote: > >Hi, > > > >Here is a proposal of a small contribution which tries to fulfill the > >task "Use Kconfig to allow selecting features and build minimal > >versi

Re: perf and Kconfig

2013-12-20 Thread Randy Dunlap
On 12/20/13 16:39, Alexis Berlemont wrote: > Hi, > > Here is a proposal of a small contribution which tries to fulfill the > task "Use Kconfig to allow selecting features and build minimal > version of perf,..." displayed on the todo page of the perf > wiki (https://perf.wiki.kernel.org/index.php/

Re: perf and Kconfig

2013-12-20 Thread David Ahern
[adding perf maintainers] On 12/20/13, 5:39 PM, Alexis Berlemont wrote: Hi, Here is a proposal of a small contribution which tries to fulfill the task "Use Kconfig to allow selecting features and build minimal version of perf,..." displayed on the todo page of the perf wiki (https://perf.wiki.k

perf and Kconfig

2013-12-20 Thread Alexis Berlemont
Hi, Here is a proposal of a small contribution which tries to fulfill the task "Use Kconfig to allow selecting features and build minimal version of perf,..." displayed on the todo page of the perf wiki (https://perf.wiki.kernel.org/index.php/Todo). I tried to continue the work started by David A