trace.c 284 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Intel IOMMU trace support
  4. *
  5. * Copyright (C) 2019 Intel Corporation
  6. *
  7. * Author: Lu Baolu <baolu.lu@linux.intel.com>
  8. */
  9. #include <linux/string.h>
  10. #include <linux/types.h>
  11. #define CREATE_TRACE_POINTS
  12. #include <trace/events/intel_iommu.h>