instrumenting-linux-kernel-tracing: fix wrong module name
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Feb 2015 21:07:56 +0000 (16:07 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Feb 2015 21:07:56 +0000 (16:07 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/using-lttng/instrumenting/instrumenting-linux-kernel/instrumenting-linux-kernel-itself/instrumenting-linux-kernel-tracing.md

index 9977cf96a371ed1125ea72cdc776b7940a3fe271..f141c52bdb7059876a42fbab72ffee8d91d91f08 100644 (file)
@@ -6,7 +6,7 @@ The [Controlling tracing](#doc-controlling-tracing) section explains
 how to use the `lttng` tool to create and control tracing sessions.
 Although the `lttng` tool will load the appropriate _known_ LTTng kernel
 modules when needed (by launching `root`'s session daemon), it won't
-load your custom `linux-probe-hello` module by default. You need to
+load your custom `lttng-probe-hello` module by default. You need to
 manually start an LTTng session daemon as `root` and use the
 `--extra-kmod-probes` option to append your custom probe module to the
 default list:
@@ -22,7 +22,7 @@ want to use a few of them, you could use `--kmod-probes` instead,
 which specifies an absolute list:
 
 <pre class="term">
-sudo lttng-sessiond --kmod-probes=ext4,sched,hello
+sudo lttng-sessiond --kmod-probes=hello,ext4,net,block,signal,sched
 </pre>
 
 Confirm the custom probe module is loaded:
This page took 0.023527 seconds and 4 git commands to generate.