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/10174] New: Enable stap to map function addresses to function names


While probing a function like :

void timer_stats_update_stats(void *timer, pid_t pid, void *startf,
                              void *timerf, char *comm,
                              unsigned int timer_flag)

one can determine only address of timer interrupt handler (timerf).
One needs to lookup /proc/kallsyms to lookup what handler-function name this
address corresponds to.

It'll proly be a good idea for systemtap translator/tapsets to have functions
for this.

-- 
           Summary: Enable stap to map function addresses to function names
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: prerna at linux dot vnet dot ibm dot com


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

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