diff options
| author | Linus Torvalds <[email protected]> | 2020-06-12 19:19:13 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-06-12 19:19:13 +0000 |
| commit | 8f02f363f76f99f08117336cfac7f24c76b25be3 (patch) | |
| tree | b32e764508b3eb8e3c90e6deaacf980792dea854 /drivers/iommu/intel/trace.c | |
| parent | Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
| parent | iommu/vt-d: Move Intel IOMMU driver into subdirectory (diff) | |
| download | kernel-8f02f363f76f99f08117336cfac7f24c76b25be3.tar.gz kernel-8f02f363f76f99f08117336cfac7f24c76b25be3.zip | |
Merge tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu driver directory structure cleanup from Joerg Roedel:
"Move the Intel and AMD IOMMU drivers into their own subdirectory.
Both drivers consist of several files by now and giving them their own
directory unclutters the IOMMU top-level directory a bit"
* tag 'iommu-drivers-move-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
iommu/vt-d: Move Intel IOMMU driver into subdirectory
iommu/amd: Move AMD IOMMU driver into subdirectory
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> |
