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/13022] probe module("*").function("*") does not work on arm


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]