]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Add tracepoint for working out where aborts happen
authorDavid Howells <dhowells@redhat.com>
Tue, 6 Sep 2016 21:19:51 +0000 (22:19 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 7 Sep 2016 15:34:40 +0000 (16:34 +0100)
commite529d34dc8c4eb5593e4f0aafbdd644ae6dfbb5e
tree7d12902e3a9b0d54ebd6075950e0f8487646a6ea
parent783b686a5c0e84d205a8ae711438308537cb0377
rxrpc: Add tracepoint for working out where aborts happen

Add a tracepoint for working out where local aborts happen.  Each
tracepoint call is labelled with a 3-letter code so that they can be
distinguished - and the DATA sequence number is added too where available.

rxrpc_kernel_abort_call() also takes a 3-letter code so that AFS can
indicate the circumstances when it aborts a call.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/rxrpc.c
include/net/af_rxrpc.h
include/trace/events/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/call_object.c
net/rxrpc/conn_event.c
net/rxrpc/input.c
net/rxrpc/insecure.c
net/rxrpc/rxkad.c
net/rxrpc/sendmsg.c