summaryrefslogtreecommitdiffstats
path: root/drivers/block/null_blk_trace.c
Commit message (Collapse)AuthorAgeFilesLines
* null_blk: Move driver into its own directoryDamien Le Moal2020-12-071-21/+0
| | | | | | | | | | Move null_blk driver code into the new sub-directory drivers/block/null_blk. Suggested-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
* null_blk: add tracepoint helpers for zoned modeChaitanya Kulkarni2020-03-271-0/+21
This patch adds two new tracpoints for null_blk_zoned.c that allows us to trace report-zones, zone-mgmt-op and zone-write operations which has direct effect on the zone condition state machine. Also, we update drivers/block/Makefile so that new null_blk related tracefiles can be compiled. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>