callstack context: use delimiter when stack is incomplete
[lttng-modules.git] / probes / lttng-probe-v4l2.c
index 3b1985c4d52a57d7c17a8a66cddf12d904d98c60..bae153bc38eacb47368265bc684a4ca93e50a72b 100644 (file)
@@ -23,8 +23,8 @@
 
 #include <linux/module.h>
 #include <linux/videodev2.h>
-#include "../lttng-tracer.h"
-
+#include <media/videobuf2-core.h>
+#include <lttng-tracer.h>
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
@@ -36,9 +36,9 @@
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module
 
-#include "../instrumentation/events/lttng-module/v4l2.h"
+#include <instrumentation/events/lttng-module/v4l2.h>
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Wade Farnsworth <wade_farnsworth@mentor.com>");
This page took 0.023105 seconds and 4 git commands to generate.