All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Per process tracking of dma buffers
@ 2020-08-03 14:47 ` Kalesh Singh
  0 siblings, 0 replies; 41+ messages in thread
From: Kalesh Singh @ 2020-08-03 14:47 UTC (permalink / raw)
  To: Jonathan Corbet, Sumit Semwal, Alexander Viro, Steven Rostedt,
	Ingo Molnar
  Cc: linux-doc, linux-kernel, linux-media, dri-devel, linaro-mm-sig,
	linux-fsdevel, Suren Baghdasaryan, Hridya Valsaraju,
	Ioannis Ilkos, John Stultz, kernel-team, Kalesh Singh

Since debugfs doesn't have stable abi. This patch series enables per
process accounting of dma buffers using trace events.

Kalesh Singh (2):
  fs: Add fd_install file operation
  dmabuf/tracing: Add dma-buf trace events

 Documentation/filesystems/vfs.rst |  5 ++
 drivers/dma-buf/dma-buf.c         | 29 ++++++++++++
 fs/file.c                         |  3 ++
 include/linux/fs.h                |  1 +
 include/trace/events/dma_buf.h    | 77 +++++++++++++++++++++++++++++++
 5 files changed, 115 insertions(+)
 create mode 100644 include/trace/events/dma_buf.h

-- 
2.28.0.163.g6104cc2f0b6-goog


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

end of thread, other threads:[~2020-08-05  7:13 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 14:47 [PATCH 0/2] Per process tracking of dma buffers Kalesh Singh
2020-08-03 14:47 ` Kalesh Singh
2020-08-03 14:47 ` [PATCH 1/2] fs: Add fd_install file operation Kalesh Singh
2020-08-03 14:47   ` Kalesh Singh
2020-08-03 16:34   ` Christoph Hellwig
2020-08-03 18:26     ` Kalesh Singh
2020-08-03 18:26       ` Kalesh Singh
2020-08-03 22:18   ` Al Viro
2020-08-03 22:18     ` Al Viro
2020-08-04  0:30   ` Joel Fernandes
2020-08-04  0:30     ` Joel Fernandes
2020-08-04 13:54     ` Kalesh Singh
2020-08-04 13:54       ` Kalesh Singh
2020-08-03 14:47 ` [PATCH 2/2] dmabuf/tracing: Add dma-buf trace events Kalesh Singh
2020-08-03 14:47   ` Kalesh Singh
2020-08-03 15:32   ` Steven Rostedt
2020-08-03 15:32     ` Steven Rostedt
2020-08-03 16:33     ` Kalesh Singh
2020-08-03 16:33       ` Kalesh Singh
2020-08-03 15:41   ` Matthew Wilcox
2020-08-03 15:41     ` Matthew Wilcox
2020-08-03 16:00     ` Suren Baghdasaryan
2020-08-03 16:00       ` Suren Baghdasaryan
2020-08-03 16:12       ` Matthew Wilcox
2020-08-03 16:12         ` Matthew Wilcox
2020-08-03 16:22         ` Suren Baghdasaryan
2020-08-03 16:22           ` Suren Baghdasaryan
2020-08-03 22:28           ` Al Viro
2020-08-03 22:28             ` Al Viro
2020-08-04  1:09             ` Al Viro
2020-08-04  1:09               ` Al Viro
2020-08-04  2:10               ` Suren Baghdasaryan
2020-08-04  2:10                 ` Suren Baghdasaryan
2020-08-04 15:44               ` Kalesh Singh
2020-08-04 15:44                 ` Kalesh Singh
2020-08-04 18:27                 ` Al Viro
2020-08-04 18:27                   ` Al Viro
2020-08-04 20:42                   ` Kalesh Singh
2020-08-04 20:42                     ` Kalesh Singh
2020-08-04 20:26             ` Daniel Vetter
2020-08-04 20:26               ` Daniel Vetter

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.