From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21993 invoked by alias); 6 Nov 2008 09:10:23 -0000 Received: (qmail 13612 invoked by uid 48); 6 Nov 2008 09:09:05 -0000 Date: Thu, 06 Nov 2008 09:10:00 -0000 Message-ID: <20081106090905.13610.qmail@sourceware.org> From: "wenji dot huang at oracle dot com" To: systemtap@sources.redhat.com In-Reply-To: <20081030200326.6998.wcohen@redhat.com> References: <20081030200326.6998.wcohen@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug runtime/6998] probefunc returns hex addresses for timer and profile probes rather than function name 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: 2008-q4/txt/msg00280.txt.bz2 ------- Additional Comments From wenji dot huang at oracle dot com 2008-11-06 09:09 ------- The patch will insert kernel symbols for probe timer.profile. Seems make the thing right. One question is whether the probe will be triggered from caller in modules. diff --git a/tapsets.cxx b/tapsets.cxx index 5acf50c..a3a0b43 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -7339,6 +7339,7 @@ struct profile_builder: public derived_probe_builder literal_map_t const &, vector & finished_results) { + sess.unwindsym_modules.insert ("kernel"); finished_results.push_back(new profile_derived_probe(sess, base, location)); } }; -- http://sourceware.org/bugzilla/show_bug.cgi?id=6998 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.