Store the version of the tracer in the UID registry
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.c
index a7cbab287bf62a973ab871b871cade1ec7918548..2c527dced1eac9c66c52cf436294c6fa20d91573 100644 (file)
@@ -16,7 +16,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
@@ -92,6 +91,8 @@ struct kern_modules_param kern_modules_probes_default[] = {
        { "lttng-probe-v4l2" },
        { "lttng-probe-workqueue" },
        { "lttng-probe-writeback" },
+       { "lttng-probe-x86-irq-vectors" },
+       { "lttng-probe-x86-exceptions" },
 };
 
 /* dynamic probe modules list */
This page took 0.025945 seconds and 4 git commands to generate.