Use perl for regexp
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index 57ef2c4a07163802c459b15b5b23540b7e55a1b4..8ce73dfa25b0c2c86a5ff11602f7017997ac8d1c 100644 (file)
@@ -1,12 +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
@@ -25,4 +28,4 @@
 
 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.025762 seconds and 4 git commands to generate.