diff options
Diffstat (limited to 'drivers/hv/hv_trace.c')
-rw-r--r-- | drivers/hv/hv_trace.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hv/hv_trace.c b/drivers/hv/hv_trace.c new file mode 100644 index 000000000..38d359cf1 --- /dev/null +++ b/drivers/hv/hv_trace.c @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 + +#include "hyperv_vmbus.h" + +#define CREATE_TRACE_POINTS +#include "hv_trace.h" |