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]

Re: Missing unwind data for module


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


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