Use perl for regexp
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index 3889b5071175eac85111da2b2d40e243642a1fb5..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
@@ -27,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.033343 seconds and 4 git commands to generate.