]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit89ca694806943728d5969982537acd824be8ce1e
tree18de2802715674709dd9a3dcb60936ca5ea6d866
parent740586d290cb43d941c10274f2b65976bd94dacd
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