Re: [PATCH net-next 0/3] rxrpc: Tracing updates

2018-03-29 Thread David Miller
From: David Howells 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 de

[PATCH net-next 0/3] rxrpc: Tracing updates

2018-03-27 Thread David Howells
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