1BLK_ADD_TRACE_RQ(9) Block Devices BLK_ADD_TRACE_RQ(9)
2
3
4
6 blk_add_trace_rq - Add a trace for a request oriented action
7
9 void blk_add_trace_rq(struct request_queue * q, struct request * rq,
10 unsigned int nr_bytes, u32 what);
11
13 q
14 queue the io is for
15
16 rq
17 the source request
18
19 nr_bytes
20 number of completed bytes
21
22 what
23 the action
24
26 Records an action against a request. Will log the bio offset + size.
27
29Kernel Hackers Manual 3.10 June 2019 BLK_ADD_TRACE_RQ(9)