]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/x86/include/asm/mshyperv.h
x86, trace: Add irq vector tracepoints
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / mshyperv.h
index c2934be2446a73df2d66c97e32911b5d47860f98..cd9c41938b8a1ba8f830c888a078e8395cf76af1 100644 (file)
@@ -12,6 +12,9 @@ struct ms_hyperv_info {
 extern struct ms_hyperv_info ms_hyperv;
 
 void hyperv_callback_vector(void);
+#ifdef CONFIG_TRACING
+#define trace_hyperv_callback_vector hyperv_callback_vector
+#endif
 void hyperv_vector_handler(struct pt_regs *regs);
 void hv_register_vmbus_handler(int irq, irq_handler_t handler);