Em Thu, Mar 10, 2011 at 12:28:07PM -0300, Arnaldo Carvalho de Melo escreveu:
> Em Thu, Mar 10, 2011 at 11:49:28AM -0300, Arnaldo Carvalho de Melo escreveu:
> > Em Wed, Mar 09, 2011 at 09:59:39PM -0800, Arun Sharma escreveu:
> > > I pulled the perf/core branch in
> > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6.git today
> > > and found that:
> > > 
> > > perf record -ag -- sleep 1
> > > perf report -D | grep dso:
> > > 
> > > was returning:
> > > 
> > >  ...... dso: <not found>
> > >  ...... dso: <not found>
> > >  ...... dso: /boot/vmlinux-2.6.38-rc5+
> > > 
> > > i.e perf report was not able to map IP addresses to the correct dso
> > > for anything in user space.
> > > perf built after these commits is able to symbolize properly for
> > > perf.data collected using an older version of perf. So I believe, the
> > > perf report side of things are ok. But perf record is not.
> > 
> > Thanks for bisecting, I noticed some problems yesterday and was trying
> > to bisect it, but run into another bug, will investigate now.
> 
> Can you try with this one? Has the fix plus some simplifications.

Ah, just noticed that Ingo didn't merge this branch due to some other
isues with 'perf script' patches from David Ahern, so I'll just fold
this before resubmitting to him, so that we remove this problem from our
bisectable upstream :-)

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to