diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-07-08 16:09:05 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-09-21 10:21:08 -0400 |
commit | e4378a0fdd43a676bb4dbd858bc9e61c6661193b (patch) | |
tree | 1086f75fa332cfba720c6b26262c28ec2d2d9f4f /include/trace | |
parent | 88428cc4ae7abcc879295fbb19373dd76aad2bdd (diff) | |
download | linux-e4378a0fdd43a676bb4dbd858bc9e61c6661193b.tar.gz linux-e4378a0fdd43a676bb4dbd858bc9e61c6661193b.tar.bz2 linux-e4378a0fdd43a676bb4dbd858bc9e61c6661193b.zip |
SUNRPC: Remove trace_xprt_complete_rqst()
Request completion is already recorded by an "rpc_task_wakeup
queue=xprt_pending" trace record. A subsequent rpc_xdr_recvfrom
trace record shows the number of bytes received.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/sunrpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/sunrpc.h b/include/trace/events/sunrpc.h index 65d7dfbbc9cd..75b5df2a02fa 100644 --- a/include/trace/events/sunrpc.h +++ b/include/trace/events/sunrpc.h @@ -969,7 +969,6 @@ DECLARE_EVENT_CLASS(rpc_xprt_event, DEFINE_RPC_XPRT_EVENT(timer); DEFINE_RPC_XPRT_EVENT(lookup_rqst); -DEFINE_RPC_XPRT_EVENT(complete_rqst); TRACE_EVENT(xprt_transmit, TP_PROTO( |