lttng-events TRACE_EVENT generator cleanup
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index 57ef2c4a07163802c459b15b5b23540b7e55a1b4..ee196e41b547a9155d315e1eb93e79a3493e1ad0 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * LTTng sched probes.
+ *
+ * Dual LGPL v2.1/GPL v2 license.
  */
 
 #include <linux/module.h>
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
+//test #define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers
 #define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
 
+//test #include "../instrumentation/syscalls/headers/syscalls.h"
 #include "../instrumentation/events/lttng-module/syscalls.h"
 
 MODULE_LICENSE("GPL and additional rights");
This page took 0.023268 seconds and 4 git commands to generate.