[TAPSETS] Linux Kernel Event Trace Tool
Guanglei Li
guanglei@cn.ibm.com
Sun Dec 18 13:55:00 GMT 2005
>
> ----------- tapsets/scsi.stp -------------
> [...]
>
> /* mid-layer prepare a IO request */
> probe addevent.scsi.ioentry
> = module("scsi_mod").function("scsi_prep_fn")
> [...]
Jose mentioned that such probe definitions will work only if scsi_mod
is compiled as a module. But many people compiled the scsi_mod into
the kernel, then the module("scsi_mod").function(...) can' work for
this case.
Is there a way to let scsi.stp works for both cases?
More information about the Systemtap
mailing list