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/11095] New: Support "provider" for mark() probes


Currently we do have a compatibility layer for dtrace probes, but we just toss
away the provider name (in sdt.h the macros take a provider string, but then
just don't use or store it anywhere).

This would help support multiple static probe names that only differ in their
provider name in an executable or shared library.

It would also maybe help in the future (when we can automagically detect
executables/shared libraries used/running) by not needing the executable path or
shared library to be given.

Probably the easiest way to support this would be to just add the provider name
to the name as stored in the .probes section already (prefixed with underscore
maybe?). We just will have to make sure that you can still select static probe
names without the provider and to select an "old style" no provider-included
name from the .probes section if none had been stored (added/mangled in the
.probes name).

-- 
           Summary: Support "provider" for mark() probes
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com
                CC: scox at redhat dot com


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

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