SUNRPC: Remove low signal-to-noise tracepoints
authorChuck Lever <chuck.lever@oracle.com>
Tue, 19 Oct 2021 19:17:21 +0000 (15:17 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 13 Dec 2021 18:43:00 +0000 (13:43 -0500)
commit5089f3d97552b0b07101e02a3fca0146b9b9d3b5
tree979fc841aaa919815e4d3536a18b6d482830b2fa
parent1463b38e7cf34d4cc60f41daff459ad807b2e408
SUNRPC: Remove low signal-to-noise tracepoints

I'm about to add more information to the server-side SUNRPC
tracepoints, so I'm going to offset the increased trace log
consumption by getting rid of some tracepoints that fire frequently
but don't offer much value.

trace_svc_xprt_received() was useful for debugging, perhaps, but
is not generally informative.

trace_svc_handle_xprt() reports largely the same information as
trace_svc_xdr_recvfrom().

As a clean-up, rename trace_svc_xprt_do_enqueue() to match
svc_xprt_dequeue().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/trace/events/sunrpc.h
net/sunrpc/svc_xprt.c