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: Where does systemtap look for debuginfo and sources ?


Hi -

On Tue, Apr 13, 2010 at 09:42:29AM -0700, Jim Keniston wrote:
> [...]
> Also, I see the following behavior, which I guess is consistent with the
> above limitation:
> 
> tty1# insmod xxx.ko
> tty2# stap probe_xxx.stp
> [stap reports xxx.ko events]
> tty1# rmmod xxx
> tty1# insmod xxx.ko
> [stap no longer reports xxx.ko events]

That's right, stap does not currently listen for
'module-freshly-inserted' type notifications and attach on the fly.
This is probably old PR1842.

- FChE


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