trace.c (98817a84ff1c755c347ac633ff017a623a631fad) trace.c (10b9d99a3dbbf5e9af838d1887a1047875dcafd9)
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>
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/svc.h>
9#include <linux/sunrpc/svc_xprt.h>
10#include <linux/sunrpc/auth_gss.h>
8#include <linux/sunrpc/gss_err.h>
9#include <linux/sunrpc/auth_gss.h>
10
11#define CREATE_TRACE_POINTS
12#include <trace/events/rpcgss.h>
11#include <linux/sunrpc/gss_err.h>
12#include <linux/sunrpc/auth_gss.h>
13
14#define CREATE_TRACE_POINTS
15#include <trace/events/rpcgss.h>