Fix: add missing x86 mmutrace kernel header include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Apr 2015 21:33:47 +0000 (17:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Apr 2015 21:40:47 +0000 (17:40 -0400)
Needed to ensure the compiler checks prototypes of lttng-modules probe
against the kernel prototypes.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-probe-kvm-x86-mmu.c

index 1710cfc4c28c23cb2f0a91ec14cbc4d9ca92a38a..5231615dac9789666117d7e42b80caeccf96bd14 100644 (file)
  */
 #include "../wrapper/tracepoint.h"
 
+#include <../../arch/x86/kvm/mmutrace.h>
+
+#undef TRACE_INCLUDE_PATH
+#undef TRACE_INCLUDE_FILE
+
 /*
  * Create LTTng tracepoint probes.
  */
This page took 0.025394 seconds and 4 git commands to generate.