summaryrefslogtreecommitdiff
path: root/include/trace/events/sunrpc.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-191-2/+1
* SUNRPC: Clean up svc_deferred_class trace eventsChuck Lever2022-05-191-5/+4
* Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-121-3/+4
|\
| * SUNRPC: Fix the svc_deferred_event trace classChuck Lever2022-04-071-3/+4
* | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-081-1/+0
|\ \
| * | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-071-1/+0
* | | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-291-1/+0
|\ \ \ | |/ / | | / | |/ |/|
| * NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+0
* | SUNRPC: Record endpoint information in trace logChuck Lever2022-02-281-48/+78
* | SUNRPC: Same as SVC_RQST_ENDPOINT, but without the xidChuck Lever2022-02-281-41/+71
* | SUNRPC: Improve sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-02-281-3/+3
|/
* Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-251-25/+45
|\
| * SUNRPC: Don't dereference xprt->snd_task if it's a cookieChuck Lever2022-01-141-5/+13
| * SUNRPC: Add source address/port to rpc_socket* tracesPierguido Lambri2022-01-061-20/+32
* | SUNRPC: Fix sockaddr handling in svcsock_accept_class trace pointsChuck Lever2022-01-101-4/+4
* | SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever2022-01-101-2/+3
* | SUNRPC: Remove low signal-to-noise tracepointsChuck Lever2021-12-131-23/+1
|/
* Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-101-6/+32
|\
| * SUNRPC: Capture value of xdr_buf::page_baseChuck Lever2021-10-041-6/+14
| * SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever2021-10-041-0/+18
* | SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-0/+1
* | SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever2021-10-201-12/+12
* | SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever2021-10-201-29/+45
|/
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-45/+15
|\
| * SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-2/+1
| * SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-3/+3
| * SUNRPC: Record timeout value in xprt_retransmit tracepointChuck Lever2021-08-091-2/+4
| * SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyChuck Lever2021-08-091-5/+5
| * SUNRPC: Update trace flagsChuck Lever2021-08-091-0/+3
| * SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsChuck Lever2021-08-091-34/+0
* | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-4/+4
|/
* treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-301-20/+20
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-1/+40
|\
| * SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-1/+0
| * SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-0/+40
* | SUNRPC: Export svc_xprt_received()Chuck Lever2021-03-221-0/+1
|/
* SUNRPC: Display RPC procedure names instead of proc numbersChuck Lever2021-01-251-4/+11
* SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever2021-01-131-6/+53
* SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever2020-11-301-24/+0
* SUNRPC: Fix oops in the rpc_xdr_buf event classScott Mayhew2020-11-121-1/+2
* SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow()Chuck Lever2020-11-051-4/+4
* SUNRPC: Remove dprintk call sites in RPC queuing functionsChuck Lever2020-09-211-0/+1
* SUNRPC: Clean up RPC scheduler tracepointsChuck Lever2020-09-211-0/+2
* SUNRPC: Replace rpcbind dprintk call sites with tracepointsChuck Lever2020-09-211-0/+86
* SUNRPC: Hoist trace_xprtrdma_op_setport into generic codeChuck Lever2020-09-211-0/+29
* SUNRPC: Remove rpcb_getport_async dprintk call sitesChuck Lever2020-09-211-0/+35
* SUNRPC: Clean up call_bind_status() observabilityChuck Lever2020-09-211-1/+13
* SUNRPC: Trace call_refresh eventsChuck Lever2020-09-211-0/+2
* SUNRPC: Add trace_rpc_timeout_status()Chuck Lever2020-09-211-0/+1
* SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever2020-09-211-0/+1