diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-12-23 16:28:28 +0100 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2020-01-15 16:54:31 +0100 |
commit | abf8af78a61523c15d366228b4a598141208a264 (patch) | |
tree | cc727bc284886097504e6886d11abbee8a2b9d1b /include/trace | |
parent | NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup (diff) | |
download | linux-abf8af78a61523c15d366228b4a598141208a264.tar.xz linux-abf8af78a61523c15d366228b4a598141208a264.zip |
SUNRPC: Capture signalled RPC tasks
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/sunrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/events/sunrpc.h b/include/trace/events/sunrpc.h index 8c73ffb5f7fd..ee993575d2fa 100644 --- a/include/trace/events/sunrpc.h +++ b/include/trace/events/sunrpc.h @@ -185,6 +185,7 @@ DECLARE_EVENT_CLASS(rpc_task_running, DEFINE_RPC_RUNNING_EVENT(begin); DEFINE_RPC_RUNNING_EVENT(run_action); DEFINE_RPC_RUNNING_EVENT(complete); +DEFINE_RPC_RUNNING_EVENT(signalled); DEFINE_RPC_RUNNING_EVENT(end); DECLARE_EVENT_CLASS(rpc_task_queued, |