Fix usage note on -a
authorJulien Desfossez <julien.desfossez@efficios.com>
Tue, 21 Feb 2012 20:33:07 +0000 (15:33 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 22 Feb 2012 22:33:47 +0000 (17:33 -0500)
This option also enable syscall tracing, just clarify it in doc.

Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1
src/bin/lttng/commands/enable_events.c

index 34b2f90a9cffe13a542f8e6cb90ea13e54420362..827c63c18132433028c7e165dcef400ed5736905 100644 (file)
@@ -309,7 +309,7 @@ file.
 \-c, \-\-channel
         Apply on channel name
 \-a, \-\-all
-        Enable all tracepoints
+        Enable all tracepoints and syscalls
 \-k, \-\-kernel
         Apply for the kernel tracer
 \-u, \-\-userspace
index 3d2b41c02c6cac1c2afe986722b097e58e07d579..b5b46fb36f373fdbd3b8bcc611d0583e68522c4d 100644 (file)
@@ -104,7 +104,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "      --list-options       Simple listing of options\n");
        fprintf(ofp, "  -s, --session            Apply to session name\n");
        fprintf(ofp, "  -c, --channel            Apply to this channel\n");
-       fprintf(ofp, "  -a, --all                Enable all tracepoints\n");
+       fprintf(ofp, "  -a, --all                Enable all tracepoints and syscalls\n");
        fprintf(ofp, "  -k, --kernel             Apply for the kernel tracer\n");
 #if 0
        fprintf(ofp, "  -u, --userspace [CMD]    Apply to the user-space tracer\n");
This page took 0.025941 seconds and 4 git commands to generate.