[Cluster-devel] [PATCH dlm/next 0/2] fs: dlm: tracepoints

Alexander Aring aahringo at redhat.com
Tue Aug 17 14:48:22 UTC 2021


Hi,

this patch series will introduce an initial handling for tracepoints in
dlm. Can be used for debugging, profiling, etc. I believe tracepoint can
be easily extended with other attributes. That means there will no breakage
of API if we extend fields furthermore.

- Alex

Alexander Aring (2):
  fs: dlm: initial support for tracepoints
  fs: dlm: trace socket handling

 fs/dlm/ast.c               |   4 +
 fs/dlm/lock.c              |   7 ++
 fs/dlm/lowcomms.c          |   4 +
 fs/dlm/main.c              |   3 +
 include/trace/events/dlm.h | 199 +++++++++++++++++++++++++++++++++++++
 5 files changed, 217 insertions(+)
 create mode 100644 include/trace/events/dlm.h

-- 
2.27.0




More information about the Cluster-devel mailing list