1PROBE::SCSI.IOCOMP(3stap) SCSI Tapset PROBE::SCSI.IOCOMP(3stap)
2
3
4
6 probe::scsi.iocompleted - SCSI mid-layer running the completion
7 processing for block device I/O requests
8
10 scsi.iocompleted
11
13 dev_id
14 The scsi device id
15
16 req_addr
17 The current struct request pointer, as a number
18
19 lun
20 The lun number
21
22 device_state
23 The current state of the device
24
25 channel
26 The channel number
27
28 device_state_str
29 The current state of the device, as a string
30
31 data_direction_str
32 Data direction, as a string
33
34 host_no
35 The host number
36
37 goodbytes
38 The bytes completed
39
40 data_direction
41 The data_direction specifies whether this command is from/to the
42 device
43
45 tapset::scsi(3stap)
46
47
48
49SystemTap Tapset Reference October 2018 PROBE::SCSI.IOCOMP(3stap)