mbox series

[0/4] block: Convert from DPRINTF() macro to trace event

Message ID 20181212194009.2951-1-lvivier@redhat.com (mailing list archive)
Headers show
Series block: Convert from DPRINTF() macro to trace event | expand

Message

Laurent Vivier Dec. 12, 2018, 7:40 p.m. UTC
Convert all the remaining uses of DPRINTF() in the directory block.

Compiled for all target but only tested with "make check"

Laurent Vivier (4):
  block/ssh: Convert from DPRINTF() macro to trace events
  block/curl: Convert from DPRINTF() macro to trace events
  block/file-posix: Convert from DPRINTF() macro to trace events
  block/sheepdog: Convert from DPRINTF() macro to trace events

 block/curl.c       | 29 ++++++++--------------------
 block/file-posix.c | 25 ++++++------------------
 block/sheepdog.c   | 47 +++++++++++++++++-----------------------------
 block/ssh.c        | 46 +++++++++++++++++----------------------------
 block/trace-events | 47 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 95 insertions(+), 99 deletions(-)