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: [TAPSETS] Linux Kernel Event Trace Tool



----------- 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?



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