All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Introduce trace events for pblk
@ 2018-08-29 12:31 Hans Holmberg
  2018-08-29 12:31 ` [PATCH 1/4] lightnvm: pblk: add trace events for chunk states Hans Holmberg
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Hans Holmberg @ 2018-08-29 12:31 UTC (permalink / raw)
  To: Matias Bjorling; +Cc: linux-block, linux-kernel, Javier Gonzales, Hans Holmberg

From: Hans Holmberg <hans.holmberg@cnexlabs.com>

This patchset adds trace events for tracking the internal state of
pblk. I've used the events extensively the last few months, and
they have proven very useful.

The patches depend on some of Javier's for-4.20 patches.
For ordering, see:

Branch: for-4.20/pblk
Remote: ssh://github.com/OpenChannelSSD/linux

Hans Holmberg (4):
  lightnvm: pblk: add trace events for chunk states
  lightnvm: pblk: add trace events for line state changes
  lightnvm: pblk: add trace events for pblk state changes
  lightnvm: pblk: add tracing for chunk resets

 drivers/lightnvm/pblk-core.c     |  69 ++++++++++++++++++-
 drivers/lightnvm/pblk-gc.c       |   8 +++
 drivers/lightnvm/pblk-init.c     |   8 +++
 drivers/lightnvm/pblk-recovery.c |   6 ++
 drivers/lightnvm/pblk-trace.h    | 145 +++++++++++++++++++++++++++++++++++++++
 drivers/lightnvm/pblk-write.c    |  10 ++-
 drivers/lightnvm/pblk.h          |  14 ++++
 7 files changed, 256 insertions(+), 4 deletions(-)
 create mode 100644 drivers/lightnvm/pblk-trace.h

-- 
2.7.4

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

end of thread, other threads:[~2018-09-04 15:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 12:31 [PATCH 0/4] Introduce trace events for pblk Hans Holmberg
2018-08-29 12:31 ` [PATCH 1/4] lightnvm: pblk: add trace events for chunk states Hans Holmberg
2018-08-29 12:31 ` [PATCH 2/4] lightnvm: pblk: add trace events for line state changes Hans Holmberg
2018-08-29 12:31 ` [PATCH 3/4] lightnvm: pblk: add trace events for pblk " Hans Holmberg
2018-08-29 12:31 ` [PATCH 4/4] lightnvm: pblk: add tracing for chunk resets Hans Holmberg
2018-08-29 20:09   ` Javier Gonzalez
2018-09-04 10:39     ` Hans Holmberg
2018-08-29 14:22 ` [PATCH 0/4] Introduce trace events for pblk Matias Bjørling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.