cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH dlm/next 0/3] fs: dlm: debug and tracepoints
@ 2021-08-20 19:51 Alexander Aring
  2021-08-20 19:51 ` [Cluster-devel] [PATCH dlm/next 1/3] fs: dlm: debug improvements print nodeid Alexander Aring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Aring @ 2021-08-20 19:51 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

again a resend of the tracepoints patches and fixed that the lkb
reference is hold during tracepoint call. We need to do that because we
access the structure during tracing. There is some code duplication to
convert the return error for dlm_lock_end trace now. I didn't wanted to
change the existing code and introduce more overhead if tracing is not
enabled.

- Alex

Alexander Aring (3):
  fs: dlm: debug improvements print nodeid
  fs: dlm: initial support for tracepoints
  fs: dlm: trace socket handling

 fs/dlm/ast.c               |   4 +
 fs/dlm/lock.c              |  10 ++
 fs/dlm/lowcomms.c          |   4 +
 fs/dlm/main.c              |   3 +
 fs/dlm/midcomms.c          |   4 +-
 include/trace/events/dlm.h | 260 +++++++++++++++++++++++++++++++++++++
 6 files changed, 283 insertions(+), 2 deletions(-)
 create mode 100644 include/trace/events/dlm.h

-- 
2.27.0



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

end of thread, other threads:[~2021-08-20 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-20 19:51 [Cluster-devel] [PATCH dlm/next 0/3] fs: dlm: debug and tracepoints Alexander Aring
2021-08-20 19:51 ` [Cluster-devel] [PATCH dlm/next 1/3] fs: dlm: debug improvements print nodeid Alexander Aring
2021-08-20 19:51 ` [Cluster-devel] [PATCH dlm/next 2/3] fs: dlm: initial support for tracepoints Alexander Aring
2021-08-20 19:51 ` [Cluster-devel] [PATCH dlm/next 3/3] 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).