From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8990 invoked by alias); 20 May 2009 11:28:10 -0000 Received: (qmail 8959 invoked by uid 48); 20 May 2009 11:27:58 -0000 Date: Wed, 20 May 2009 11:28:00 -0000 From: "prerna at linux dot vnet dot ibm dot com" To: systemtap@sources.redhat.com Message-ID: <20090520112758.10174.prerna@linux.vnet.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/10174] New: Enable stap to map function addresses to function names X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00638.txt.bz2 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.