xref: /linux/drivers/infiniband/core/trace.c (revision 63d6e721527e175edbbe8513cba8e4a0caf94da5)
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Trace points for core RDMA functions.
4  *
5  * Author: Chuck Lever <chuck.lever@oracle.com>
6  *
7  * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
8  */
9 
10 #define CREATE_TRACE_POINTS
11 
12 #include <rdma/ib_verbs.h>
13 
14 #include <trace/events/rdma_core.h>
15