diff options
Diffstat (limited to 'net/sunrpc/auth_gss/trace.c')
-rw-r--r-- | net/sunrpc/auth_gss/trace.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/trace.c b/net/sunrpc/auth_gss/trace.c new file mode 100644 index 000000000000..5576f1e66de9 --- /dev/null +++ b/net/sunrpc/auth_gss/trace.c | |||
@@ -0,0 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
2 | /* | ||
3 | * Copyright (c) 2018, 2019 Oracle. All rights reserved. | ||
4 | */ | ||
5 | |||
6 | #include <linux/sunrpc/clnt.h> | ||
7 | #include <linux/sunrpc/sched.h> | ||
8 | #include <linux/sunrpc/gss_err.h> | ||
9 | |||
10 | #define CREATE_TRACE_POINTS | ||
11 | #include <trace/events/rpcgss.h> | ||