modprobe timer instrumentation module
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 16:01:09 +0000 (11:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 16:01:09 +0000 (11:01 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-sessiond/modprobe.c

index 7b19b004a00029b43005d2802b02e5ebe8d33569..a87d7075489d1cd640a5b91e23872abecb8f64fe 100644 (file)
@@ -50,6 +50,7 @@ const struct kern_modules_param kern_modules_list[] = {
        { "lttng-probe-sched", 0 },
        { "lttng-probe-signal", 0 },
        { "lttng-probe-statedump", 0 },
+       { "lttng-probe-timer", 0 },
 };
 
 /*
This page took 0.027689 seconds and 5 git commands to generate.