This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/13022] probe module("*").function("*") does not work on arm
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 13 Oct 2011 16:30:34 +0000
- Subject: [Bug translator/13022] probe module("*").function("*") does not work on arm
- Auto-submitted: auto-generated
- References: <bug-13022-6586@http.sourceware.org/bugzilla/>
http://sourceware.org/bugzilla/show_bug.cgi?id=13022
--- Comment #6 from William Cohen <wcohen at redhat dot com> 2011-10-13 16:30:34 UTC ---
The current version of systemtap is now building modules, but the .section
field of the stap_dwarf_probes appears to be bogus in many cases. For example:
../install/bin/stap -v -k -e 'probe
module("ext3").function("ext3_readpages").call
{print("I am here\n"); exit();}'
produces:
} stap_dwarf_probes[] = {
{ .address=(unsigned long)0x5768ULL, .module="ext3", .section="",
.probe=(&stap_probes[0]), },
};
The .address and .module look to be correct, but it looks like the .section
should be ".text".
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.