1TRACE_BLOCK_BIO_COMP(9) Block IO TRACE_BLOCK_BIO_COMP(9)
2
3
4
6 trace_block_bio_complete - completed all work on the block operation
7
9 void trace_block_bio_complete(struct request_queue * q,
10 struct bio * bio, int error);
11
13 q
14 queue holding the block operation
15
16 bio
17 block operation completed
18
19 error
20 io error value
21
23 This tracepoint indicates there is no further work to do on this block
24 IO operation bio.
25
27 Jason Baron <jbaron@redhat.com>
28 Author.
29
30 William Cohen <wcohen@redhat.com>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 TRACE_BLOCK_BIO_COMP(9)