From: simon.marchi@ericsson.com (Simon Marchi)
Subject: [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module
Date: Tue, 4 Oct 2016 18:24:50 -0400 [thread overview]
Message-ID: <20161004222450.8004-1-simon.marchi@ericsson.com> (raw)
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 <simon.marchi at ericsson.com>
---
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 ca0467e..f58f50c 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.10.1
next reply other threads:[~2016-10-04 22:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-04 22:24 Simon Marchi [this message]
2016-10-06 15:55 ` Mathieu Desnoyers
2016-10-06 16:18 ` Jérémie Galarneau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161004222450.8004-1-simon.marchi@ericsson.com \
--to=simon.marchi@ericsson.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox