Where does systemtap look for debuginfo and sources ?

Frank Ch. Eigler fche@redhat.com
Tue Apr 13 16:47:00 GMT 2010


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



More information about the Systemtap mailing list