commit | 5a42976d4fe5d7fddce133de995c742c87b1b7e3 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Sep 06 22:19:51 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Sep 07 16:34:40 2016 +0100 |
tree | 7d12902e3a9b0d54ebd6075950e0f8487646a6ea | |
parent | e8d6bbb05aa5cb985c3661d0db4f858f1d251326 [diff] |
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>