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 runtime/12215] New: probe process functions defined in shared libraries


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

           Summary: probe process functions defined in shared libraries
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sources.redhat.com
        ReportedBy: fche@redhat.com


It would be nice to be able to emulate ltrace to the extent that
we could specify probes on functions that are defined by shared
libraries.  This is probably most easily done by placing uprobes
into the PLT.  A possible syntax would be

   probe process("/bin/foo").function("*").call.plt { }

This should not require debuginfo, except for $parameter access.

See also bug #10787 for the dual (probing the definition sites
within the shared libraries).
See also bug #6880.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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