Specify the complete paths to define_trace.h
authorAlexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
Tue, 24 May 2011 22:32:51 +0000 (18:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 May 2011 22:33:17 +0000 (18:33 -0400)
The "make" command used by DKMS does not cd into every directory like
"make modules" seems to do. This patch allows compilation for both
methods.

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/block.h
instrumentation/events/lttng-module/irq.h
instrumentation/events/lttng-module/kvm.h
instrumentation/events/lttng-module/lttng.h
instrumentation/events/lttng-module/sched.h
instrumentation/events/lttng-module/syscalls.h

index 1c48384ef240fc0b9ac59605debf78fe5dd07d43..5ecc95aa6ec2cbebfc62dc1d903f9ba7e93899fe 100644 (file)
@@ -616,5 +616,5 @@ TRACE_EVENT(block_rq_remap,
 #endif /* _TRACE_BLOCK_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
 
index ac590c9c1017783c1329b0199819d31c379f0867..344015d4654a471bb2d187fade10bca30dba1f8d 100644 (file)
@@ -152,4 +152,4 @@ DEFINE_EVENT(softirq, softirq_raise,
 #endif /*  _TRACE_IRQ_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
index 43914b3eb882f75beaff04aa294f0d7d5a47f181..e10455bc8cf8cd496d7d66e931450e52ed37b586 100644 (file)
@@ -309,4 +309,4 @@ TRACE_EVENT(
 #endif /* _TRACE_KVM_MAIN_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
index 4cc14fc58a5dcb2902f0c7bc94c66fabd3233534..6f3d6d1412154bde10c2f3ec7e2c666e92c13992 100644 (file)
@@ -31,4 +31,4 @@ TRACE_EVENT(lttng_metadata,
 #endif /*  _TRACE_LTTNG_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
index 37debc3c385164db2075c7ffce3e00bdd08d3689..fd78f24a8eedf6b4512d8ac2922467dd17792f86 100644 (file)
@@ -397,4 +397,4 @@ TRACE_EVENT(sched_pi_setprio,
 #endif /* _TRACE_SCHED_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
index 7392e988322bc2593780ca6fd08a8aa7282fa6b8..e2f3bbd57dc4286b492a0e4c623521b8a65a2090 100644 (file)
@@ -69,5 +69,5 @@ TRACE_EVENT(sys_exit,
 #endif /* _TRACE_EVENTS_SYSCALLS_H */
 
 /* This part must be outside protection */
-#include "define_trace.h"
+#include "../../../probes/define_trace.h"
 
This page took 0.027869 seconds and 4 git commands to generate.