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/11665] New: umodname tapset function


For kernel modules there is a context.stp tapset function modname that takes an
address and produces the module name. It would be convenient to have the same
for user space. function modname:string (addr: long) returns the name of the vma
of the current task in which the address was found.

I think usymdata already does part of that (and some more), although that might
only work for those VMAs we matched, umodname() should pull from the taskfinder
directly even if we didn't match.

See also bug #10599

-- 
           Summary: umodname tapset function
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com


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

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