projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30319bc
)
Automatically load kvm-x86 and kvm-x86-mmu probes.
author
Mohamad Gebai
<mohamad.gebai@gmail.com>
Mon, 8 Jul 2013 19:26:27 +0000
(15:26 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 8 Jul 2013 19:43:23 +0000
(15:43 -0400)
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Mohamad Gebai <mohamad.gebai@polymtl.ca>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/modprobe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/modprobe.c
b/src/bin/lttng-sessiond/modprobe.c
index 7e06dadb136f1b314683d07d15225e5e4cfbcfbc..a010e7cd76ab92b66d12ecef024efc5e98f07a98 100644
(file)
--- a/
src/bin/lttng-sessiond/modprobe.c
+++ b/
src/bin/lttng-sessiond/modprobe.c
@@
-55,6
+55,8
@@
const struct kern_modules_param kern_modules_list[] = {
{ "lttng-probe-jbd2", 0 },
{ "lttng-probe-kmem", 0 },
{ "lttng-probe-kvm", 0 },
+ { "lttng-probe-kvm-x86", 0 },
+ { "lttng-probe-kvm-x86-mmu", 0 },
{ "lttng-probe-lock", 0 },
{ "lttng-probe-module", 0 },
{ "lttng-probe-napi", 0 },
This page took
0.02614 seconds
and
4
git commands to generate.