]> www.infradead.org Git - users/hch/block.git/commit
block: simplify and extend the block_bio_merge tracepoint class
authorChristoph Hellwig <hch@lst.de>
Sun, 29 Nov 2020 09:41:53 +0000 (10:41 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 3 Dec 2020 16:17:54 +0000 (17:17 +0100)
commit18fbdd9e608b258b18a115d0b807dc89c853b556
treebbe4ae539aae5b39616fc56c6bd7b464a383bae2
parenteace4fde72399b7d1cb66f7871768f2a91422642
block: simplify and extend the block_bio_merge tracepoint class

The block_bio_merge tracepoint class can be reused for most bio-based
tracepoints.  For that it just needs to lose the superfluous q and rq
parameters.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
block/blk-core.c
block/blk-merge.c
block/blk-mq.c
block/bounce.c
include/trace/events/block.h
kernel/trace/blktrace.c