fix: add missing break in command handling
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.c
index f9503d5cb1eb6485a7a4ebf93876720dead9b8d8..a87d7075489d1cd640a5b91e23872abecb8f64fe 100644 (file)
@@ -48,6 +48,9 @@ const struct kern_modules_param kern_modules_list[] = {
        { "lttng-probe-irq", 0 },
        { "lttng-probe-kvm", 0 },
        { "lttng-probe-sched", 0 },
+       { "lttng-probe-signal", 0 },
+       { "lttng-probe-statedump", 0 },
+       { "lttng-probe-timer", 0 },
 };
 
 /*
This page took 0.024385 seconds and 4 git commands to generate.