summaryrefslogtreecommitdiffstats
path: root/include/trace/events/rpcrdma.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-09xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever1-0/+33
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever1-7/+34
2021-04-26xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever1-6/+6
2021-04-26xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever1-32/+0
2021-04-26xprtrdma: Don't display r_xprt memory addresses in tracepointsChuck Lever1-32/+19
2021-04-26xprtrdma: Add an rpcrdma_mr_completion_classChuck Lever1-4/+44
2021-04-26xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever1-0/+2
2021-04-26xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever1-1/+0
2021-02-05rpcrdma: Capture bytes received in Receive completion tracepointsChuck Lever1-2/+48
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-238/+212
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever1-96/+14
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever1-0/+1
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever1-5/+15
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever1-1/+36
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever1-2/+73
2020-11-11xprtrdma: Trace unmap_sync callsChuck Lever1-0/+22
2020-11-11xprtrdma: Display the task ID when reporting MR eventsChuck Lever1-38/+58
2020-11-11xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever1-9/+10
2020-11-11xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever1-15/+16
2020-11-11xprtrdma: Clean up tracepoints in the reply pathChuck Lever1-63/+3
2020-11-11xprtrdma: Clean up reply parsing error tracepointsChuck Lever1-13/+14
2020-11-11xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever1-7/+9
2020-11-11xprtrdma: Introduce FRWR completion IDsChuck Lever1-40/+4
2020-11-11xprtrdma: Introduce Send completion IDsChuck Lever1-38/+9
2020-11-11xprtrdma: Introduce Receive completion IDsChuck Lever1-38/+8
2020-11-11xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever1-0/+82
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-63/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever1-1/+0
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever1-32/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever1-30/+0
2020-08-24RDMA/core: Move the rdma_show_ib_cm_event() macroChuck Lever1-0/+1
2020-07-13svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever1-44/+12
2020-07-13svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-7/+11
2020-07-13svcrdma: Introduce Send completion IDsChuck Lever1-1/+1
2020-07-13svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever1-7/+27
2020-07-13svcrdma: Introduce Receive completion IDsChuck Lever1-31/+20
2020-07-13svcrdma: Introduce infrastructure to support completion IDsChuck Lever1-0/+43
2020-07-13svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever1-5/+2
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-4/+0
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever1-4/+0
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever1-32/+0
2020-05-18svcrdma: Add tracepoints to report ->xpo_accept failuresChuck Lever1-1/+37
2020-05-18svcrdma: Rename tracepoints that record header decoding errorsChuck Lever1-2/+3
2020-05-18svcrdma: trace undersized Write chunksChuck Lever1-0/+32
2020-05-18svcrdma: Trace page overruns when constructing RDMA ReadsChuck Lever1-0/+28
2020-05-18svcrdma: Clean up handling of get_rw_ctx errorsChuck Lever1-0/+25
2020-05-18svcrdma: Clean up the tracing for rw_ctx_init errorsChuck Lever1-4/+8
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+4
2020-04-20xprtrdma: Fix trace point use-after-free raceChuck Lever1-8/+4
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever1-14/+36