This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix dwarf2 unwinding through futex functions v2


On Tue, Mar 04, 2014 at 04:28:11PM -0800, Andi Kleen wrote:
> Andi Kleen <andi@firstfloor.org> writes:
> 
> > From: Andi Kleen <ak@linux.intel.com>
> >
> > When profiling programs with lock problems with perf record -g dwarf, libunwind
> > can currently not backtrace through the futex and unlock functions in pthread.
> > This is because they use out of line sections, and those are not correctly
> > described in dwarf2 (I believe needs dwarf3 or 4).
> 
> What happened to this patch? I had assumed it was committed, but it's 
> not in current master and the profiling problem is still there.
> 
> -Andi
> 
Looks like it was acked by carlos, did you commit it?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]