From c56509420616421ef4f6fff53e1cf09f3ccd56b7 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 20 Dec 2012 12:17:11 -0500 Subject: [PATCH] Add disable-event to man page and clarify enable-event Signed-off-by: David Goulet --- doc/man/lttng.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index fa46cdbb7..f773e61f8 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -424,7 +424,8 @@ file. \-c, \-\-channel NAME Apply on channel name \-a, \-\-all - Enable all tracepoints and syscalls + Enable all tracepoints and syscalls. This actually enable a single + wildcard event "*". \-k, \-\-kernel Apply for the kernel tracer \-u, \-\-userspace @@ -544,6 +545,9 @@ file. Simple listing of options \-s, \-\-session NAME Apply on session name +\-a, \-\-all-events + Disable all events. This does NOT disable "*" but rather + every known events of the session. \-k, \-\-kernel Apply for the kernel tracer \-u, \-\-userspace -- 2.34.1