Missing unwind data for module
Frank Ch. Eigler
fche@redhat.com
Fri Sep 14 19:50:00 GMT 2012
Hi, Jeff -
> [...]
> [root@s01b06 jharan]# stap -g -v -r 2.6.32-279.5.1.el6.x86_64 neigh_create_enter.stp -m neigh_create_enter -p 4 -d insane.ko
I suspect what's missing is that when -d is used to identify kernel
modules, names should exclude the .ko, and the modules should be found
somewhere under -r or /lib/modules/`uname -r`/. With the -d being
given a file name, it'll treat it as a user-space executable/shlib,
which won't work. (We should make that work though as a heuristic.)
- FChE
More information about the Systemtap
mailing list