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: Module Built Seperate from Kernel


garogers01 <gerald.rogers@intel.com> writes:

> Is there a way to specify in the stap command file the location of a module
> and it's files that are built independent of the kernel directory path? [...]
>[...]
> Although the module is loaded, I don't see it or its' functions listed when
> I use the -p2 option.  [...]

That was a good guess.  What systemtap is really looking for however
is the actual .ko file on disk (and/or a separate stripped .ko.debug
file).

> The module directory is in /root/driver/icp_drv 

Until we get bug #2151 ("need method to specify debug search path")
fixed, would you consider putting in a symlink to this tree
under your /lib/modules/`uname -r`/ directory?

- FChE


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