linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* perf probe dwarf on shared libraries
@ 2014-09-04 20:11 david lerner
  2014-09-11 14:51 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 3+ messages in thread
From: david lerner @ 2014-09-04 20:11 UTC (permalink / raw)
  To: linux-perf-users

Has perf probe for userspace shared libraries been modified to use dwarf info?
The first commit to provide this useful functionality...
   fb7345bbf7fad9  perf probe: Support basic dwarf-based operations on
uprobe events,
shows examples only with the executable perf, but not with a shared library.

With version 3.14 I'm able to set probes in application executable,
for example for the test application 'libunwind-test.out' I see the
usual args to main():
   root@qemu0:~# perf probe -x ./libunwind-test.out --vars main
   Available variables at main
        @<main+0>
                char**  a
                int     c
But I can't access the variables in a library that has embedded (not
split out) dwarf debug info...
   root@qemu0:~# perf probe -x /usr/lib64/libunwind.so --vars unw_backtrace
   Failed to find symbol at 0x33c38039cd
   Failed to find variables at unw_backtrace (-2)
   Error: Failed to show vars. (-2)
I've used gdb to confirm that perf found the correct function address
for unw_backtrace(), and that gdb knows the symbolic names of the
arguments.

Is using dwarf debuginfo with shared libraries for perf uprobes on the
to-do list?
Or is this capability incomplete in version 3.14 and I need to pick up
other patches?

Thanks,
Dave

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

end of thread, other threads:[~2014-09-12  3:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 20:11 perf probe dwarf on shared libraries david lerner
2014-09-11 14:51 ` Arnaldo Carvalho de Melo
2014-09-12  2:57   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).