cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Alexander Aring <aahringo@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH dlm/next 0/3] fs: dlm: debug and tracepoints
Date: Fri, 20 Aug 2021 15:51:12 -0400	[thread overview]
Message-ID: <20210820195115.1370171-1-aahringo@redhat.com> (raw)

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



             reply	other threads:[~2021-08-20 19:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-20 19:51 Alexander Aring [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210820195115.1370171-1-aahringo@redhat.com \
    --to=aahringo@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).