summaryrefslogtreecommitdiff
path: root/include/trace/events/rpcrdma.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever1-0/+4
2024-01-08svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever1-0/+1
2024-01-08svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever1-10/+11
2024-01-08svcrdma: DMA error tracepoints should report completion IDsChuck Lever1-37/+37
2024-01-08svcrdma: SQ error tracepoints should report completion IDsChuck Lever1-20/+29
2024-01-08rpcrdma: Introduce a simple cid tracepoint classChuck Lever1-67/+26
2023-10-16svcrdma: Fix tracepoint printk formatChuck Lever1-5/+5
2023-06-17svcrdma: trace cc_release callsChuck Lever1-0/+8
2022-12-10trace: Relocate event helper filesChuck Lever1-2/+2
2021-11-11Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+181
2021-10-21SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever1-18/+24
2021-10-21xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever1-3/+10
2021-10-04svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever1-2/+36
2021-10-04svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever1-1/+71
2021-10-04svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever1-1/+74
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-14svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever1-44/+12
2020-07-14svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-7/+11
2020-07-14svcrdma: Introduce Send completion IDsChuck Lever1-1/+1
2020-07-14svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever1-7/+27