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);
11
13 q
14 queue holding the block operation
15
16 bio
17 block operation completed
18
20 This tracepoint indicates there is no further work to do on this block
21 IO operation bio.
22
24 Jason Baron <jbaron@redhat.com>
25 Author.
26
27 William Cohen <wcohen@redhat.com>
28 Author.
29
31Kernel Hackers Manual 2.6. November 2011 TRACE_BLOCK_BIO_COMP(9)