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, 15 Nov 2012 15:45:33 +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
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from William Cohen <wcohen at redhat dot com> 2012-11-15 15:45:33 UTC ---
This appears to be no longer a problem arm F18. The ext3 modules
doesn't seem to be around on this particular kernel so used a slightly
different one liners on the iptable_nat module.
$ ../install/bin/stap -p4 -k -e 'probe module("iptable_nat").function("*")
{print("I am here\n"); exit();}'
stap_1671.ko
Keeping temporary directory "/tmp/staprJLmCb"
$ staprun -v /tmp/staprJLmCb/stap_1671.ko
I am here
stapio:cleanup_and_exit:452 detach=0
stapio:cleanup_and_exit:469 closing control channel
staprun:remove_module:261 Module stap_1671 removed.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.