Add documentation about the --exclude option
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Thu, 14 Nov 2013 10:48:28 +0000 (12:48 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Nov 2013 20:05:59 +0000 (15:05 -0500)
Update the man page with the information about the --exclude option
for the enable-event command.

doc/man/lttng.1

index 5ac826b89ff5589f4ef94aa747554b222bf26a88..982ad84d44b18f006a4c47ba4ffd0ef697d5e435 100644 (file)
@@ -575,6 +575,15 @@ running applications can be found under columns "PID" and "LWP" of the
   '$ctx.vtid == 1234'
 .fi
 
+.TP
+.BR "\-x, \-\-exclude LIST"
+Add exclusions to UST tracepoints:
+Events that match any of the items in the comma-separated LIST are not
+enabled, even if they match a wildcard definition of the event.
+
+This option is also applicable with the \fB\-a, \-\-all\fP option,
+in which case all UST tracepoints are enabled except the ones whose
+names match any of the items in LIST.
 .RE
 .PP
 
This page took 0.028372 seconds and 5 git commands to generate.