Re: [PATCH net-next 0/3] rxrpc: Update tracing and proc interfaces

From: David Miller
Date: Thu Jan 05 2017 - 12:58:24 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Thu, 05 Jan 2017 14:31:50 +0000

> This set of patches fixes and extends tracing:
>
> (1) Fix the handling of enum-to-string translations so that external
> tracing tools can make use of it by using TRACE_DEFINE_ENUM.
>
> (2) Extend a couple of tracepoints to export some extra available
> information and add three new tracepoints to allow monitoring of
> received DATA packets, call disconnection and improper/implicit call
> termination.
>
> and adds a bit more procfs-exported information:
>
> (3) Show a call's hard-ACK cursors in /proc/net/rxrpc_calls.
>
> The patches can be found here also:
>
> http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite
>
> Tagged thusly:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
> rxrpc-rewrite-20170105

Pulled, thanks.