From bccd20a34b256e4d8ecc4f07fd2771da9ac541d4 Mon Sep 17 00:00:00 2001 From: JP Ikaheimonen Date: Thu, 14 Nov 2013 12:48:28 +0200 Subject: [PATCH] Add documentation about the --exclude option Update the man page with the information about the --exclude option for the enable-event command. --- doc/man/lttng.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 5ac826b89..982ad84d4 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -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 -- 2.34.1