Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-26 Thread Jiri Olsa
On Wed, Jan 21, 2015 at 05:25:45PM +, Will Deacon wrote: > On Tue, Jan 20, 2015 at 04:38:57PM +, Jiri Olsa wrote: > > hi, > > I'm following up on latest post from Alexis: > > http://marc.info/?l=linux-kernel&m=141427580405357&w=2 > > > > v3 changes: > > - disabling only builtin rules,

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-26 Thread Jiri Olsa
On Wed, Jan 21, 2015 at 03:30:44PM -0800, Sukadev Bhattiprolu wrote: > Jiri Olsa [jo...@kernel.org] wrote: > | > | The patchset is also available in: > | git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > | perf/build > | > | All tests/make tests passed. > | > > The build and ma

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-21 Thread Sukadev Bhattiprolu
Jiri Olsa [jo...@kernel.org] wrote: | | The patchset is also available in: | git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git | perf/build | | All tests/make tests passed. | The build and make tests passed on my Power8 system. Tested-by: Sukadev Bhattiprolu -- To unsubscribe

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-21 Thread Will Deacon
On Tue, Jan 20, 2015 at 04:38:57PM +, Jiri Olsa wrote: > hi, > I'm following up on latest post from Alexis: > http://marc.info/?l=linux-kernel&m=141427580405357&w=2 > > v3 changes: > - disabling only builtin rules, keeping builtin variables in place > because some projects we depends o

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-21 Thread Jiri Olsa
On Wed, Jan 21, 2015 at 07:14:40AM +0100, Ingo Molnar wrote: > > * David Ahern wrote: > > > On 1/20/15 9:38 AM, Jiri Olsa wrote: > > >The patchset is also available in: > > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > > > perf/build > > > > Do I have to guess which branc

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-21 Thread Jiri Olsa
On Wed, Jan 21, 2015 at 07:13:04AM +0100, Ingo Molnar wrote: > > * Jiri Olsa wrote: > > > hi, > > I'm following up on latest post from Alexis: > > http://marc.info/?l=linux-kernel&m=141427580405357&w=2 > > > > v3 changes: > > - disabling only builtin rules, keeping builtin variables in plac

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-20 Thread Ingo Molnar
* David Ahern wrote: > On 1/20/15 9:38 AM, Jiri Olsa wrote: > >The patchset is also available in: > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > > perf/build > > Do I have to guess which branch? > > $ git branch -a | grep jirka | grep build > remotes/jirka/perf/build

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-20 Thread Ingo Molnar
* Jiri Olsa wrote: > hi, > I'm following up on latest post from Alexis: > http://marc.info/?l=linux-kernel&m=141427580405357&w=2 > > v3 changes: > - disabling only builtin rules, keeping builtin variables in place > because some projects we depends on using them (traceevent) [David] >

Re: [PATCHv3 00/36] perf tools: New build framework

2015-01-20 Thread David Ahern
On 1/20/15 9:38 AM, Jiri Olsa wrote: The patchset is also available in: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/build Do I have to guess which branch? $ git branch -a | grep jirka | grep build remotes/jirka/perf/build remotes/jirka/perf/build_1 remotes/jir

[PATCHv3 00/36] perf tools: New build framework

2015-01-20 Thread Jiri Olsa
hi, I'm following up on latest post from Alexis: http://marc.info/?l=linux-kernel&m=141427580405357&w=2 v3 changes: - disabling only builtin rules, keeping builtin variables in place because some projects we depends on using them (traceevent) [David] - fixed empy source list issue that h