repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
drivers
/
iommu
/
intel
/
trace.c
blob
117e626e3ea9884e574ea0b6fb33cecc30155b0b
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
10
#include <linux/string.h>
11
#include <linux/types.h>
12
13
#define CREATE_TRACE_POINTS
14
#include
"trace.h"