mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 18:22:00 -04:00
Introduces various trace events and use them in the corresponding places in the driver. Signed-off-by: Stanislav Kinsburskii <skinsburskii@linux.microsoft.com> Signed-off-by: Wei Liu <wei.liu@kernel.org>
10 lines
188 B
C
10 lines
188 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2026, Microsoft Corporation.
|
|
*
|
|
* Tracepoint definitions for mshv driver.
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "mshv_trace.h"
|