This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/6880] more syntax for shared library probing


------- Additional Comments From fche at redhat dot com  2009-04-22 18:47 -------
One more heuristic:
     probe process("ls").XXX probes
could imply  -d LIB1 -d LIB2 -d LIB3  for all shared libraries
suspected to be used by ls.

One more extension: wildcards in process/unwindsym names
        probe process("/usr/lib/jvm/*.so") { }
and/or  stap -d /usr/lib/mozilla/plugins/*.so


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6880

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]