From: dgoulet@efficios.com (David Goulet)
Subject: [lttng-dev] [PATCH lttng-tools] Add kernel modules loading for new probes
Date: Mon, 07 Jan 2013 15:07:19 -0500 [thread overview]
Message-ID: <50EB2AF7.90108@efficios.com> (raw)
In-Reply-To: <20121210195057.GB17705@Krystal>
Merged in master!
Cheers!
David
Mathieu Desnoyers:
> * Andrew Gabbasov (andrew_gabbasov at mentor.com) wrote:
>> New probes introduced by commit b87700e318c27267890cbd6fb5e50b687279131b
>> in lttng-modules.
>
> David, these probes are 2.2 material. So feel free to either include
> this patch in 2.1 or keep it for 2.2. Since the modprobe error is
> ignored, it won't make much difference.
>
> Thanks,
>
> Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
>
>>
>> Signed-off-by: Andrew Gabbasov <andrew_gabbasov at mentor.com>
>> ---
>> src/bin/lttng-sessiond/modprobe.c | 11 +++++++++++
>> 1 file changed, 11 insertions(+)
>>
>> diff --git a/src/bin/lttng-sessiond/modprobe.c b/src/bin/lttng-sessiond/modprobe.c
>> index 8e5cc94..1a5a1b7 100644
>> --- a/src/bin/lttng-sessiond/modprobe.c
>> +++ b/src/bin/lttng-sessiond/modprobe.c
>> @@ -46,7 +46,10 @@ const struct kern_modules_param kern_modules_list[] = {
>> { "lttng-types", 0 },
>> { "lttng-probe-asoc", 0 },
>> { "lttng-probe-block", 0 },
>> + { "lttng-probe-btrfs", 0 },
>> + { "lttng-probe-compaction", 0 },
>> { "lttng-probe-ext3", 0 },
>> + { "lttng-probe-ext4", 0 },
>> { "lttng-probe-gpio", 0 },
>> { "lttng-probe-irq", 0 },
>> { "lttng-probe-jbd", 0 },
>> @@ -58,16 +61,24 @@ const struct kern_modules_param kern_modules_list[] = {
>> { "lttng-probe-napi", 0 },
>> { "lttng-probe-net", 0 },
>> { "lttng-probe-power", 0 },
>> + { "lttng-probe-printk", 0 },
>> + { "lttng-probe-random", 0 },
>> + { "lttng-probe-rcu", 0 },
>> + { "lttng-probe-regmap", 0 },
>> { "lttng-probe-regulator", 0 },
>> + { "lttng-probe-rpm", 0 },
>> { "lttng-probe-sched", 0 },
>> { "lttng-probe-scsi", 0 },
>> { "lttng-probe-signal", 0 },
>> { "lttng-probe-skb", 0 },
>> { "lttng-probe-sock", 0 },
>> { "lttng-probe-statedump", 0 },
>> + { "lttng-probe-sunrpc", 0 },
>> { "lttng-probe-timer", 0 },
>> { "lttng-probe-udp", 0 },
>> { "lttng-probe-vmscan", 0 },
>> + { "lttng-probe-workqueue", 0 },
>> + { "lttng-probe-writeback", 0 },
>> };
>>
>> /*
>> --
>> 1.7.10.4
>>
>>
>> _______________________________________________
>> lttng-dev mailing list
>> lttng-dev at lists.lttng.org
>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
>
parent reply other threads:[~2013-01-07 20:07 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20121210195057.GB17705@Krystal>]
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=50EB2AF7.90108@efficios.com \
--to=dgoulet@efficios.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