All of lore.kernel.org
 help / color / mirror / Atom feed
* perf record regression?
@ 2011-03-10  5:59 Arun Sharma
  2011-03-10 14:49 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 4+ messages in thread
From: Arun Sharma @ 2011-03-10  5:59 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: linux-perf-users

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.

Using git bisect, I narrowed it down to these two commits:

commit f60686f71f4afec7b2925b4682f33c70c0a7eb17
Author: Arnaldo Carvalho de Melo <acme@redhat.com>
Date:   Wed Mar 9 07:48:24 2011 -0300

    perf evsel: Assume rest of perf_header_attr functions

commit e62e48df064b431029658089ab1f8b529ff6da3d
Author: Arnaldo Carvalho de Melo <acme@redhat.com>
Date:   Tue Mar 8 09:05:57 2011 -0300

    perf session: Simplify evlist creation from perf.data header

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.

 -Arun

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-10 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10  5:59 perf record regression? Arun Sharma
2011-03-10 14:49 ` Arnaldo Carvalho de Melo
2011-03-10 15:28   ` Arnaldo Carvalho de Melo
2011-03-10 16:31     ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.