cm_trace.c 303 B

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