dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [dm-devel] block tracepoint cleanups
@ 2020-11-30 17:58 Christoph Hellwig
  2020-11-30 17:58 ` [dm-devel] [PATCH 1/5] block: remove the unused block_sleeprq tracepoint Christoph Hellwig
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Christoph Hellwig @ 2020-11-30 17:58 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-raid, dm-devel, linux-s390

Hi Jens,

this series cleans up the block layer tracepoints by removing unused
tracepoints or tracepoint arguments and consolidating the implementation
of various bio based tracepoints.

Diffstat:
 block/blk-core.c              |    4 
 block/blk-merge.c             |    8 -
 block/blk-mq-sched.c          |    2 
 block/blk-mq.c                |   10 -
 block/bounce.c                |    2 
 drivers/md/dm-rq.c            |    2 
 drivers/md/dm.c               |    5 
 drivers/md/md-linear.c        |    3 
 drivers/md/md.c               |    5 
 drivers/md/raid0.c            |    4 
 drivers/md/raid1.c            |    7 -
 drivers/md/raid10.c           |    6 -
 drivers/md/raid5.c            |   15 +-
 drivers/nvme/host/multipath.c |    3 
 drivers/s390/scsi/zfcp_fsf.c  |    3 
 include/linux/blktrace_api.h  |    5 
 include/trace/events/block.h  |  228 +++++++++---------------------------------
 kernel/trace/blktrace.c       |  126 ++++++-----------------
 18 files changed, 125 insertions(+), 313 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-12-03 15:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30 17:58 [dm-devel] block tracepoint cleanups Christoph Hellwig
2020-11-30 17:58 ` [dm-devel] [PATCH 1/5] block: remove the unused block_sleeprq tracepoint Christoph Hellwig
2020-12-03  8:46   ` Damien Le Moal
2020-12-03 12:43   ` Hannes Reinecke
2020-11-30 17:58 ` [dm-devel] [PATCH 2/5] block: simplify and extended the block_bio_merge tracepoint class Christoph Hellwig
2020-12-03  8:56   ` Damien Le Moal
2020-12-03 12:46   ` Hannes Reinecke
2020-11-30 17:58 ` [dm-devel] [PATCH 3/5] block: remove the request_queue argument to the block_split tracepoint Christoph Hellwig
2020-12-03  8:59   ` Damien Le Moal
2020-12-03 12:47   ` Hannes Reinecke
2020-11-30 17:58 ` [dm-devel] [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint Christoph Hellwig
2020-12-03  9:02   ` Damien Le Moal
2020-12-03 12:49   ` Hannes Reinecke
2020-11-30 17:58 ` [dm-devel] [PATCH 5/5] block: remove the request_queue to argument request based tracepoints Christoph Hellwig
2020-12-03  9:06   ` Damien Le Moal
2020-12-03 12:49   ` Hannes Reinecke
2020-12-03  8:25 ` [dm-devel] block tracepoint cleanups Christoph Hellwig
2020-12-03 15:38   ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).