c9fe0f8fa4
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>
4 lines
77 B
C
4 lines
77 B
C
#include "hyperv_vmbus.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "hv_trace.h"
|