Revision 5138efec trace-events

b/trace-events
205 205
disable usb_clear_device_feature(int addr, int feature, int ret) "dev %d, feature %d, ret %d"
206 206
disable usb_set_device_feature(int addr, int feature, int ret) "dev %d, feature %d, ret %d"
207 207

  
208
# hw/scsi-bus.c
209
disable scsi_req_alloc(int target, int lun, int tag) "target %d lun %d tag %d"
210
disable scsi_req_dequeue(int target, int lun, int tag) "target %d lun %d tag %d"
211
disable scsi_req_parsed(int target, int lun, int tag, int cmd, int mode, int xfer, uint64_t lba) "target %d lun %d tag %d command %d dir %d length %d lba %"PRIu64""
212
disable scsi_req_parse_bad(int target, int lun, int tag, int cmd) "target %d lun %d tag %d command %d"
213

  
208 214
# vl.c
209 215
disable vm_state_notify(int running, int reason) "running %d reason %d"
210 216

  

Also available in: Unified diff