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 tapsets/2594] New: probefunc() needs a rewrite


At the moment, probefunc() works by parsing pp(), looking for the naming
patterns used by the dwarf-based probes.  probefunc() should be generalized to
other types of probes, for example ones that can only provide a PC value at the
probe site.

Given that PC, probefunc() could return the result of _stp_symbol_sprint (though
the latter could ditch the "String" intermediary and write straight into the
systemtap string).

-- 
           Summary: probefunc() needs a rewrite
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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

------- 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]