OSDN Git Service

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)
commit5a42976d4fe5d7fddce133de995c742c87b1b7e3
tree7d12902e3a9b0d54ebd6075950e0f8487646a6ea
parente8d6bbb05aa5cb985c3661d0db4f858f1d251326
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