Automatically load new lttng-probe-statedump.ko module
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 02:15:55 +0000 (21:15 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 02:15:55 +0000 (21:15 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-sessiond/modprobe.c

index f9503d5cb1eb6485a7a4ebf93876720dead9b8d8..9d8b47a673558d9c2f1287994ed054d2ac24cb26 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-statedump", 0 },
 };
 
 /*
This page took 0.027344 seconds and 5 git commands to generate.