* Problem with google-pprof
@ 2012-04-27 17:10 Dan Mick
0 siblings, 0 replies; only message in thread
From: Dan Mick @ 2012-04-27 17:10 UTC (permalink / raw)
To: ceph-devel
I spent some time looking into why google-pprof was broken with
debug-stripped binaries. It relates to an issue with addr2line that I'm
still looking into, but the easy workaround is to add /usr/lib/debug to
the path of the binary you're interested in running analysis on. That
is, instead of
google-pprof <display options> /usr/bin/ceph-osd <profile>
you say
google-pprof <display options> /usr/lib/debug/usr/bin/ceph-osd <profile>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-27 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 17:10 Problem with google-pprof Dan Mick
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.