]> git.ipfire.org Git - thirdparty/linux.git/commit
sunrpc: new tracepoints around svc thread wakeups
authorJeff Layton <jlayton@kernel.org>
Wed, 28 May 2025 00:12:48 +0000 (20:12 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jul 2025 16:46:38 +0000 (12:46 -0400)
commitf26c93053074bba9342b74632c195a043a825ac5
tree5a70397af92b7e90189ee4de36a4831378ae5b85
parent1aa3f767e0eaf1ed652be680aa3a3955ab2a9a0c
sunrpc: new tracepoints around svc thread wakeups

Convert the svc_wake_up tracepoint into svc_pool_thread_event class.
Have it also record the pool id, and add new tracepoints for when the
thread is already running and for when there are no idle threads.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
include/trace/events/sunrpc.h
net/sunrpc/svc.c