Re: [PATCH net-next 0/3] rxrpc: Tracing updates
From: David Miller
Date: Thu Mar 29 2018 - 12:02:32 EST
From: David Howells <dhowells@xxxxxxxxxx>
Date: Tue, 27 Mar 2018 23:57:50 +0100
> 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.
>
> The patches are tagged here:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
> rxrpc-next-20180327
Pulled, thank you.