cma_trace.c 351 B

12345678910111213141516
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Trace points for the RDMA Connection Manager.
  4. *
  5. * Author: Chuck Lever <chuck.lever@oracle.com>
  6. *
  7. * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  8. */
  9. #define CREATE_TRACE_POINTS
  10. #include <rdma/rdma_cm.h>
  11. #include <rdma/ib_cm.h>
  12. #include "cma_priv.h"
  13. #include "cma_trace.h"