Sure :-) I followed this guide:
http://sourceware.org/systemtap/wiki/SystemtapOnUbuntu

Make sure to substitude 'quantal' for 'precise' in the 'General ddeb repository 
configuration' section.
The apt-key is the same for Quantal.

For a module in linux-image, try

$ sudo stap -L 'module("parport").function("*")'

For a module _not_ in linux-image, e.g. in linux-image-extra, try

$ sudo stap -L 'module("parport_serial").function("*")'

(Note: the -L instead of -l adds function parameter descriptions to the
output, a very cool feature :-) )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077297

Title:
  Unable to access debug information from modules in linux-image-extra

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1077297/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to