]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2018 16:02:08 +0000 (12:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2018 16:02:08 +0000 (12:02 -0400)
commit18ddf5ad1f94cbaf8cd6cfaa2b61d2a213219485
tree524ad824b44a96174910d59c618da2afe7ce4e6e
parent6ac9dc63fb5b6337d7690d4ca97217636dd27327
parent0aadd0c858a658a8f09eef7b1c9825ec6004960c
Merge tag 'rxrpc-next-20180327' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Tracing updates

Here are some patches that update tracing in AF_RXRPC and AFS:

 (1) Add a tracepoint for tracking resend events.

 (2) Use debug_ids in traces rather than pointers (as pointers are now hashed)
     and allow use of the same debug_id in AFS calls as in the corresponding
     AF_RXRPC calls.  This makes filtering the trace output much easier.

 (3) Add a tracepoint for tracking call completion.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>