From: Chuck Lever <chuck.lever@xxxxxxxxxx> On Wed, 09 Apr 2025 10:32:22 -0400, Jeff Layton wrote: > While troubleshooting a performance problem internally, it became > evident that we needed tracepoints in nfsd_commit. The first patch adds > that. While discussing that, Sargun pointed out some tracepoints he > added using kprobes. Those are converted to static tracepoints here, and > the legacy dprintk's removed. > > Lastly, I've updated the svc_xprt_dequeue tracepoint to show how long > the xprt sat on the queue before being serviced. > > [...] Applied to nfsd-testing, thanks! [01/12] nfsd: add commit start/done tracepoints around nfsd_commit() commit: f2a3825118e6177f4de5ee9996248ced2918b08b -- Chuck Lever