* [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module
@ 2016-10-04 22:24 Simon Marchi
2016-10-06 15:55 ` Mathieu Desnoyers
2016-10-06 16:18 ` Jérémie Galarneau
0 siblings, 2 replies; 3+ messages in thread
From: Simon Marchi @ 2016-10-04 22:24 UTC (permalink / 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module
2016-10-04 22:24 [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module Simon Marchi
@ 2016-10-06 15:55 ` Mathieu Desnoyers
2016-10-06 16:18 ` Jérémie Galarneau
1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Desnoyers @ 2016-10-06 15:55 UTC (permalink / raw)
----- On Oct 4, 2016, at 6:24 PM, Simon Marchi simon.marchi at ericsson.com wrote:
> Automatically load the lttng-probe-i2c kernel module, which was recently
> added in lttng-modules, along with the other probe modules.
Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
>
> 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
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module
2016-10-04 22:24 [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module Simon Marchi
2016-10-06 15:55 ` Mathieu Desnoyers
@ 2016-10-06 16:18 ` Jérémie Galarneau
1 sibling, 0 replies; 3+ messages in thread
From: Jérémie Galarneau @ 2016-10-06 16:18 UTC (permalink / raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1157 bytes --]
Merged, thanks!
Jérémie
On 4 October 2016 at 18:24, Simon Marchi <simon.marchi at ericsson.com> wrote:
> 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
>
> _______________________________________________
> lttng-dev mailing list
> lttng-dev at lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
--
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-06 16:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04 22:24 [lttng-dev] [PATCH lttng-tools] lttng-sessiond: auto-load lttng-probe-i2c module Simon Marchi
2016-10-06 15:55 ` Mathieu Desnoyers
2016-10-06 16:18 ` Jérémie Galarneau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox