NFS probes with redhat 4 update 3/4
Tom Burns
tburns@intldata.ca
Fri Mar 9 19:32:00 GMT 2007
Hi John, list;
On 3/9/07, David Smith <dsmith@redhat.com> wrote:
> John Liang wrote:
> > [root@ nfs]# stap -p2 -e 'probe module("nfs").function("*") {}' | sort |
> > uniq
> > semantic error: cannot find module nfs debuginfo: No DWARF information found
> .. snip ...
>
> It looks like either the debug information for the module isn't
> installed or systemtap can't find it.
Just FYI John, you can tell if your module has the requisite DWARF
debugging symbols by executing "objdump -W module.ko". If it does you
will see a lot of information. A lot of distro's release their kernel
module debugging symbols as a seperate package (ie what David says
about FC6), in which case the DWARF symbols are in a different file
(try /usr/lib/debug/lib/... in case of FC anyways).
however if you have the debugging info in neither place then you will
need to get it somehow to probe that module.
Cheers,
Tom Burns
Software Developer
International Datacasting
More information about the Systemtap
mailing list