detailed syscall tracing (work in progress)
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index ee196e41b547a9155d315e1eb93e79a3493e1ad0..8ce73dfa25b0c2c86a5ff11602f7017997ac8d1c 100644 (file)
@@ -1,14 +1,15 @@
 /*
- * probes/lttng-probe-sched.c
+ * probes/lttng-probe-syscalls.c
  *
  * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * LTTng sched probes.
+ * LTTng syscalls probes.
  *
  * Dual LGPL v2.1/GPL v2 license.
  */
 
 #include <linux/module.h>
+#include "../ltt-events.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  */
 #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");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
-MODULE_DESCRIPTION("LTTng sched probes");
+MODULE_DESCRIPTION("LTTng generic syscall probes");
This page took 0.023093 seconds and 4 git commands to generate.