From 0b1c5ad55be0ee7f7a19e9cd31f07562dcd8dcc1 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 4 Oct 2016 18:24:50 -0400 Subject: [PATCH] lttng-sessiond: auto-load lttng-probe-i2c module MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Automatically load the lttng-probe-i2c kernel module, which was recently added in lttng-modules, along with the other probe modules. Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- 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 ca0467eb3..f58f50c65 100644 --- a/src/bin/lttng-sessiond/modprobe.c +++ b/src/bin/lttng-sessiond/modprobe.c @@ -57,6 +57,7 @@ struct kern_modules_param kern_modules_probes_default[] = { { "lttng-probe-ext3" }, { "lttng-probe-ext4" }, { "lttng-probe-gpio" }, + { "lttng-probe-i2c" }, { "lttng-probe-irq" }, { "lttng-probe-jbd" }, { "lttng-probe-jbd2" }, -- 2.34.1