Re: [PATCH 2/9] perf/jit: enable jitdump support without dwarf

2016-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 13, 2016 at 04:03:11PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Oct 13, 2016 at 03:51:35PM -0300, Arnaldo Carvalho de Melo escreveu: > > So we need: > > > > [acme@jouet linux]$ git diff > > diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config > > index 8cfc31

Re: [PATCH 2/9] perf/jit: enable jitdump support without dwarf

2016-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 13, 2016 at 03:16:43PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Thu, Oct 13, 2016 at 03:59:36AM -0700, Stephane Eranian escreveu: > > From: Maciej Debski > > > > This patch modifies the build dependencies on the jitdump > > support in perf. As it stands jitdump was wrongfully ma

Re: [PATCH 2/9] perf/jit: enable jitdump support without dwarf

2016-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 13, 2016 at 03:51:35PM -0300, Arnaldo Carvalho de Melo escreveu: > So we need: > > [acme@jouet linux]$ git diff > diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config > index 8cfc310d4358..cffdd9cf3ebf 100644 > --- a/tools/perf/Makefile.config > +++ b/tools/perf/Makefil

Re: [PATCH 2/9] perf/jit: enable jitdump support without dwarf

2016-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 13, 2016 at 03:37:42PM -0300, Arnaldo Carvalho de Melo escreveu: > I'm trying to figure this out... So, building with: make -C tools/perf LDFLAGS=-static O=/tmp/build/perf install-bin I get: [acme@jouet linux]$ grep libelf /tmp/build/perf/FEATURE-DUMP feature-libelf=0 feature-libel

Re: [PATCH 2/9] perf/jit: enable jitdump support without dwarf

2016-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 13, 2016 at 03:59:36AM -0700, Stephane Eranian escreveu: > From: Maciej Debski > > This patch modifies the build dependencies on the jitdump > support in perf. As it stands jitdump was wrongfully made dependent > 100% on using DWARF. However, the dwarf dependency, only exist if > gene