trace.c 263 B

123456789101112
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (c) 2019 Christoph Hellwig
  4. */
  5. #include <linux/iomap.h>
  6. /*
  7. * We include this last to have the helpers above available for the trace
  8. * event implementations.
  9. */
  10. #define CREATE_TRACE_POINTS
  11. #include "trace.h"