]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Add tracepoints to record received packets and end of data_ready
authorDavid Howells <dhowells@redhat.com>
Thu, 8 Sep 2016 10:10:12 +0000 (11:10 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 8 Sep 2016 10:10:12 +0000 (11:10 +0100)
commit466a75db3089541942178418c5deee8a982cce8e
treef1969d57bc0f7018b64552a4b1a45028addc90d0
parent6f4b8c8c24cda513caa679fc6c4e4abcb5372f30
rxrpc: Add tracepoints to record received packets and end of data_ready

Add two tracepoints:

 (1) Record the RxRPC protocol header of packets retrieved from the UDP
     socket by the data_ready handler.

 (2) Record the outcome of the data_ready handler.

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