Use system include paths in probes
[lttng-modules.git] / probes / lttng-test.c
index bd9f5f89f37cabd0eb1c25b38ab90dcf7fc39dca..54be4c7c90a4c89cdfab81fa38c873b451057e80 100644 (file)
 #include <linux/proc_fs.h>
 #include <linux/byteorder/generic.h>
 
-#include "../lttng-events.h"
-#include "../lttng-tracer.h"
-#include "../wrapper/tracepoint.h"
-#include "../wrapper/kstrtox.h"
+#include <lttng-events.h>
+#include <lttng-tracer.h>
+#include <wrapper/tracepoint.h>
+#include <wrapper/kstrtox.h>
 
 #define TP_MODULE_NOAUTOLOAD
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
 #define TRACE_INCLUDE_FILE lttng-test
 #define LTTNG_INSTRUMENTATION
-#include "../instrumentation/events/lttng-module/lttng-test.h"
+#include <instrumentation/events/lttng-module/lttng-test.h>
 
 DEFINE_TRACE(lttng_test_filter_event);
 
This page took 0.022947 seconds and 4 git commands to generate.