SUNRPC: Introduce trace points in rpc_auth_gss.ko
authorChuck Lever <chuck.lever@oracle.com>
Mon, 11 Feb 2019 16:25:04 +0000 (11:25 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 14 Feb 2019 14:20:40 +0000 (09:20 -0500)
commit0c77668ddb4e7bdfbca462c6185d154d0b8889ae
treea3bfd1fa16a9a6dfb3fd6b377cbe2612dfdbe3c5
parenta0584ee9aed805446b044ce855e67264f0dc619e
SUNRPC: Introduce trace points in rpc_auth_gss.ko

Add infrastructure for trace points in the RPC_AUTH_GSS kernel
module, and add a few sample trace points. These report exceptional
or unexpected events, and observe the assignment of GSS sequence
numbers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
include/trace/events/rpcgss.h [new file with mode: 0644]
include/trace/events/rpcrdma.h
include/trace/events/sunrpc.h
net/sunrpc/auth_gss/Makefile
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_gss/trace.c [new file with mode: 0644]
net/sunrpc/xprt.c