From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Tue, 17 Aug 2021 10:48:22 -0400 Subject: [Cluster-devel] [PATCH dlm/next 0/2] fs: dlm: tracepoints Message-ID: <20210817144824.2127457-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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