mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-30 15:51:14 +00:00
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"
|