Re: [PATCH] tools/perf/inject: fix dwarf support detection

2017-12-08 Thread Jiri Olsa
On Wed, Dec 06, 2017 at 07:08:04PM -0800, Stephane Eranian wrote: > I ran into problems trying to use the JIT support and display > source-level information. Basically, there was no dwarf debug > info generated in the jitted-XX.so files, yet I had libdw-dev > installed. > > Turns out that the feat

[PATCH] tools/perf/inject: fix dwarf support detection

2017-12-06 Thread Stephane Eranian
I ran into problems trying to use the JIT support and display source-level information. Basically, there was no dwarf debug info generated in the jitted-XX.so files, yet I had libdw-dev installed. Turns out that the feature test build for test-dwarf.bin was broken for me. It would fail for the wro