Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-10 Thread David Ahern
On 10/10/13 4:13 PM, Jiri Olsa wrote: I still got some warning though: LINK /tmp/perf/perf /tmp/perf/libperf.a(target.o): In function `perf_target__parse_uid': /home/jolsa/kernel.org/linux-perf/tools/perf/util/target.c:72: warning: Using 'getpwnam_r' in statically linked applications requ

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-10 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 10, 2013 at 04:50:14PM -0300, Arnaldo Carvalho de Melo escreveu: > /me scratches head, tried this on another kvm guest, ubuntu 13.04, > x86_64, works as expected, but stumbled in another problem: > > acme@ubuntu-acme:~/git/linux$ time make -C tools/perf -f tests/make > make: Entering d

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-10 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 10, 2013 at 04:26:08PM -0300, Arnaldo Carvalho de Melo escreveu: > Two problems: > > the message: > > BUILD: Doing 'make -j1' parallel build > > Looks funny: 'parallel' && -j1? :-) > > This is on fedora12, on a kvm guest, nfs mounting /home/acme/git, all works > well up to the l

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-10 Thread Arnaldo Carvalho de Melo
Two problems: the message: BUILD: Doing 'make -j1' parallel build Looks funny: 'parallel' && -j1? :-) This is on fedora12, on a kvm guest, nfs mounting /home/acme/git, all works well up to the liblk.a part, cloning it to do it without NFS to continue testing the integration of acme/perf/cor

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-09 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 09, 2013 at 04:16:26PM -0300, Arnaldo Carvalho de Melo escreveu: > So while merging what I have in my perf/core branch I got to Vitillo's, as > peterz called it, "inlining" of addr2line, i.e. using libbfd to do that work, > it will look if lbfd is in EXTLIBS and if so, use it, otherwise

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-09 Thread Arnaldo Carvalho de Melo
So while merging what I have in my perf/core branch I got to Vitillo's, as peterz called it, "inlining" of addr2line, i.e. using libbfd to do that work, it will look if lbfd is in EXTLIBS and if so, use it, otherwise we continue exec'in the addr2line tool. Since this appears when doing the feature

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-09 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Em Wed, Oct 09, 2013 at 09:01:49AM +0200, Ingo Molnar escreveu: > > Arnaldo, > > > > Please pull the tools/perf/build git tree from: > > > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > > tmp.tools/perf/build > > > ># HEAD: 165108a92f

Re: [GIT PULL] tools/perf/build: Speed up the perf build system

2013-10-09 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 09, 2013 at 09:01:49AM +0200, Ingo Molnar escreveu: > Arnaldo, > > Please pull the tools/perf/build git tree from: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > tmp.tools/perf/build > ># HEAD: 165108a92fc554d51e73b143b69b77e7c278da78 tools/perf/build: Clean