linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] A collection of NFS client tracepoint patches
@ 2021-10-04 14:09 Chuck Lever
  2021-10-04 14:09 ` [PATCH 1/4] NFS: Remove unnecessary TRACE_DEFINE_ENUM()s Chuck Lever
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Chuck Lever @ 2021-10-04 14:09 UTC (permalink / raw)
  To: trondmy, anna.schumaker; +Cc: linux-nfs

Hi-

This series proposes a small handful of tracepoint-related changes.

The first patch is clean-up.

The second and third patches are part of the ongoing effort to
replace dprintk with tracepoints.

The last patch adds some tracepoints I found useful while diagnosing
the recent NFSv3 fsx failures.

---

Chuck Lever (4):
      NFS: Remove unnecessary TRACE_DEFINE_ENUM()s
      SUNRPC: Tracepoints should store tk_pid and cl_clid as a signed int
      SUNRPC: Per-rpc_clnt task PIDs
      NFS: Instrument i_size_write()


 fs/nfs/inode.c                 |   9 +--
 fs/nfs/nfs4trace.h             |  12 +--
 fs/nfs/nfstrace.h              | 122 ++++++++++++----------------
 fs/nfs/write.c                 |   1 +
 include/linux/sunrpc/clnt.h    |   3 +-
 include/trace/events/rpcgss.h  |  30 +++----
 include/trace/events/rpcrdma.h |  90 ++++++++++-----------
 include/trace/events/sunrpc.h  | 140 ++++++++++++++++-----------------
 net/sunrpc/sched.c             |  12 ++-
 9 files changed, 204 insertions(+), 215 deletions(-)

--
Chuck Lever


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

end of thread, other threads:[~2021-10-04 15:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 14:09 [PATCH 0/4] A collection of NFS client tracepoint patches Chuck Lever
2021-10-04 14:09 ` [PATCH 1/4] NFS: Remove unnecessary TRACE_DEFINE_ENUM()s Chuck Lever
2021-10-04 14:10 ` [PATCH 2/4] SUNRPC: Tracepoints should store tk_pid and cl_clid as a signed int Chuck Lever
2021-10-04 15:41   ` Trond Myklebust
2021-10-04 15:59     ` Chuck Lever III
2021-10-04 14:10 ` [PATCH 3/4] SUNRPC: Per-rpc_clnt task PIDs Chuck Lever
2021-10-04 14:10 ` [PATCH 4/4] NFS: Instrument i_size_write() Chuck Lever
2021-10-04 15:46 ` [PATCH 0/4] A collection of NFS client tracepoint patches Trond Myklebust

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).