From 7ec24b771aedc41b349fb91bea439dc12d0e3ac3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 11:01:09 -0500 Subject: [PATCH] modprobe timer instrumentation module Signed-off-by: Mathieu Desnoyers --- src/bin/lttng-sessiond/modprobe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/lttng-sessiond/modprobe.c b/src/bin/lttng-sessiond/modprobe.c index 7b19b004a..a87d70754 100644 --- a/src/bin/lttng-sessiond/modprobe.c +++ b/src/bin/lttng-sessiond/modprobe.c @@ -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 }, }; /* -- 2.34.1