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