How hard would it be to have is-enabled kernel probes?

While tracing scsi packets I can get lots of really good data by putting probes 
in scsi_transport() and scsi_hba_pkt_comp() as they contain the scsi packet. 
However the scsi_address that is available is opaque to all except the HBA and 
only available in a meaningful form by calling scsi_device_unit_address(). 
Clearly doing this when the probe is not enabled would be very expensive so 
having an is-enabled kernel probe would solve this.

--chris
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to