Implement event notifiers for uprobes
[lttng-modules.git] / src / probes / lttng-probe-kvm-x86-mmu.c
index 9ccc24223b415fa457230a5b9c473716cc78fbb2..7d1692b5c3b643f39943c364e762be4c55096171 100644 (file)
  */
 #include <wrapper/tracepoint.h>
 
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,9,0))
+#include <../../arch/x86/kvm/mmu/mmu_internal.h>
+#include <../../arch/x86/kvm/mmu/mmutrace.h>
+#else
 #include <../../arch/x86/kvm/mmutrace.h>
+#endif
 
 #undef TRACE_INCLUDE_PATH
 #undef TRACE_INCLUDE_FILE
This page took 0.024751 seconds and 4 git commands to generate.