mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 06:15:19 +07:00
![Vitaly Kuznetsov](/assets/img/avatar_default.png)
Add tracing subsystem to Hyper-V VMBus module and add tracepoint to vmbus_on_msg_dpc() which is called when we receive a message from host. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5 lines
77 B
C
5 lines
77 B
C
#include "hyperv_vmbus.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "hv_trace.h"
|