Detailed system call tracing (TRACE_EVENT() generation for integer support)
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index 3889b5071175eac85111da2b2d40e243642a1fb5..b1c5f39470984b35dd947f58462ece79c070ab34 100644 (file)
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
  */
-#include <trace/events/syscalls.h>
+//#include <trace/events/syscalls.h>
 
 /*
  * Create LTTng tracepoint probes.
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers
 
-#include "../instrumentation/events/lttng-module/syscalls.h"
+#include "../instrumentation/syscalls/headers/syscall.h"
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.024466 seconds and 4 git commands to generate.