diff options
| author | Joerg Roedel <[email protected]> | 2020-06-09 13:03:03 +0000 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2020-06-10 15:46:43 +0000 |
| commit | 672cf6df9b8a3a6d70a6a5c30397f76fa40d3178 (patch) | |
| tree | c6af5ef7ab0bf60f3472f1dcd5d96f325f90bc68 /drivers/iommu/intel/trace.c | |
| parent | iommu/amd: Move AMD IOMMU driver into subdirectory (diff) | |
| download | kernel-672cf6df9b8a3a6d70a6a5c30397f76fa40d3178.tar.gz kernel-672cf6df9b8a3a6d70a6a5c30397f76fa40d3178.zip | |
iommu/vt-d: Move Intel IOMMU driver into subdirectory
Move all files related to the Intel IOMMU driver into its own
subdirectory.
Signed-off-by: Joerg Roedel <[email protected]>
Reviewed-by: Jerry Snitselaar <[email protected]>
Reviewed-by: Lu Baolu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/iommu/intel/trace.c')
| -rw-r--r-- | drivers/iommu/intel/trace.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/iommu/intel/trace.c b/drivers/iommu/intel/trace.c new file mode 100644 index 000000000000..bfb6a6e37a88 --- /dev/null +++ b/drivers/iommu/intel/trace.c @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Intel IOMMU trace support + * + * Copyright (C) 2019 Intel Corporation + * + * Author: Lu Baolu <[email protected]> + */ + +#include <linux/string.h> +#include <linux/types.h> + +#define CREATE_TRACE_POINTS +#include <trace/events/intel_iommu.h> |
