modprobe lttng-probe-signal
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 15:48:28 +0000 (10:48 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 15:48:28 +0000 (10:48 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-sessiond/modprobe.c

index 9d8b47a673558d9c2f1287994ed054d2ac24cb26..7b19b004a00029b43005d2802b02e5ebe8d33569 100644 (file)
@@ -48,6 +48,7 @@ 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 },
 };
 
This page took 0.02501 seconds and 4 git commands to generate.