diff options
author | David Howells <dhowells@redhat.com> | 2016-09-13 11:12:34 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-09-14 00:38:30 +0300 |
commit | cbd00891de9bb4756bac6f6edfa945d5a6468977 (patch) | |
tree | 77d3b6433e4ed2f6c8fe65f93ef35e7532240d82 /net/rxrpc/ar-internal.h | |
parent | 01fd0742248cfc99b3b0cba1e09e1c0ecb8658fa (diff) | |
download | linux-cbd00891de9bb4756bac6f6edfa945d5a6468977.tar.xz |
rxrpc: Adjust the call ref tracepoint to show kernel API refs
Adjust the call ref tracepoint to show references held on a call by the
kernel API separately as much as possible and add an additional trace to at
the allocation point from the preallocation buffer for an incoming call.
Note that this doesn't show the allocation of a client call for the kernel
separately at the moment.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r-- | net/rxrpc/ar-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index b1cb79ec4e96..47c74a581a0f 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -540,8 +540,10 @@ enum rxrpc_call_trace { rxrpc_call_seen, rxrpc_call_got, rxrpc_call_got_userid, + rxrpc_call_got_kernel, rxrpc_call_put, rxrpc_call_put_userid, + rxrpc_call_put_kernel, rxrpc_call_put_noqueue, rxrpc_call__nr_trace }; |