]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Trace client call connection
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Apr 2017 09:12:00 +0000 (10:12 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 6 Apr 2017 10:10:41 +0000 (11:10 +0100)
commit4659f45eccf3078b4d0b07a025f86156fbbef3fc
tree18de2802715674709dd9a3dcb60936ca5ea6d866
parent787743c0b5da8456be95170a85b3d54768831c84
rxrpc: Trace client call connection

Add a tracepoint (rxrpc_connect_call) to log the combination of rxrpc_call
pointer, afs_call pointer/user data and wire call parameters to make it
easier to match the tracebuffer contents to captured network packets.

Signed-off-by: David Howells <dhowells@redhat.com>
include/trace/events/rxrpc.h
net/rxrpc/conn_client.c