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