All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Adding support for trace events to habanalabs
@ 2022-08-21  8:06 Oded Gabbay
  2022-08-21  8:06 ` [PATCH v2 1/3] habanalabs: define trace events Oded Gabbay
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Oded Gabbay @ 2022-08-21  8:06 UTC (permalink / raw)
  To: rostedt; +Cc: linux-kernel, gregkh

Hi Steven,

Thanks for your comments. We have fixed the patches according to them.

You wrote the first patch is r-b, but I took the liberty to add your r-b to
all three patches, I hope you don't object.

Thanks,
Oded

Ohad Sharabi (3):
  habanalabs: define trace events
  habanalabs: trace MMU map/unmap page
  habanalabs: trace DMA allocations

 MAINTAINERS                                   |  1 +
 drivers/misc/habanalabs/common/device.c       | 49 ++++++----
 drivers/misc/habanalabs/common/habanalabs.h   | 40 ++++++--
 .../misc/habanalabs/common/habanalabs_drv.c   |  3 +
 drivers/misc/habanalabs/common/mmu/mmu.c      |  7 ++
 include/trace/events/habanalabs.h             | 93 +++++++++++++++++++
 6 files changed, 166 insertions(+), 27 deletions(-)
 create mode 100644 include/trace/events/habanalabs.h

-- 
2.25.1


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

end of thread, other threads:[~2022-08-22 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-21  8:06 [PATCH v2 0/3] Adding support for trace events to habanalabs Oded Gabbay
2022-08-21  8:06 ` [PATCH v2 1/3] habanalabs: define trace events Oded Gabbay
2022-08-21  8:06 ` [PATCH v2 2/3] habanalabs: trace MMU map/unmap page Oded Gabbay
2022-08-21  8:06 ` [PATCH v2 3/3] habanalabs: trace DMA allocations Oded Gabbay
2022-08-22 14:52 ` [PATCH v2 0/3] Adding support for trace events to habanalabs Steven Rostedt
2022-08-22 19:19   ` Oded Gabbay

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.