cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH dlm/next 0/2] fs: dlm: tracepoints
@ 2021-08-17 14:48 Alexander Aring
  2021-08-17 14:48 ` [Cluster-devel] [PATCH dlm/next 1/2] fs: dlm: initial support for tracepoints Alexander Aring
  2021-08-17 14:48 ` [Cluster-devel] [PATCH dlm/next 2/2] fs: dlm: trace socket handling Alexander Aring
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Aring @ 2021-08-17 14:48 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



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

end of thread, other threads:[~2021-08-17 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-17 14:48 [Cluster-devel] [PATCH dlm/next 0/2] fs: dlm: tracepoints Alexander Aring
2021-08-17 14:48 ` [Cluster-devel] [PATCH dlm/next 1/2] fs: dlm: initial support for tracepoints Alexander Aring
2021-08-17 14:48 ` [Cluster-devel] [PATCH dlm/next 2/2] fs: dlm: trace socket handling Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).