Comment 11 for bug 106957

Revision history for this message
oh (oystein-homelien) wrote :

I am unable to resolve module functions with systemtap, like:

probe module("hidp").function("hidp_input_report") {

fails with:

WARNING: cannot find module hidp debuginfo: No DWARF information found
..etc.

I have linux-image-debug installed, but it only contains the _kernel_ with debug info, not the _modules_, it seems. Am I off base here, or are the modules with DWARF information simply .. not available in ubuntu?