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>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html