Re: [PATCH 0/2] perf: symbol offset breakage with separated debug

2010-08-04 Thread Dave Martin
A follow-up on this: On Tue, Aug 3, 2010 at 12:48 PM, Dave Martin wrote: [...] > >        a) perf represents symbols as offsets from the start of >                the mmap'd code region which contains each >                symbol. I've looked at the code some more, and it looks like I've misun

Re: [PATCH 0/2] perf: symbol offset breakage with separated debug

2010-08-03 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 03, 2010 at 12:48:34PM +0100, Dave Martin escreveu: > Hi all, > > I've hit some problems in trying to get perf record/report to > work correctly on systems with separated debug images (Ubuntu, > in particular). I worked on some patches to ensure that > separate debug images do actuall

[PATCH 0/2] perf: symbol offset breakage with separated debug

2010-08-03 Thread Dave Martin
Hi all, I've hit some problems in trying to get perf record/report to work correctly on systems with separated debug images (Ubuntu, in particular). I worked on some patches to ensure that separate debug images do actually get loaded, when present -- these commits have now been merged in linux-2.