X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=0a74f9c505b5230a47257d835d6cc61e9acfe4a1;hb=a2d6893b27b845f9f545f1ef31f8835a80100e99;hp=236603fa087eaa3dbe5432f867653f7c2acef816;hpb=b107a0b1cd4677dcd121246f6e196f976f8202a4;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 236603fa0..0a74f9c50 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -214,7 +214,7 @@ Dynamic function entry/return probe (default) .PP .PP -.IP \fBcreate\fP [NAME] [OPTIONS] +\fBcreate\fP [NAME] [OPTIONS] .RS Create tracing session. @@ -247,7 +247,7 @@ Simple listing of options Specify output path for traces .TP .BR "\-\-no-output" -Traces will not be outputed +Traces will not be outputted .TP .BR "\-\-snapshot" Set the session in snapshot mode. Created in no-output mode and uses the @@ -453,8 +453,10 @@ Enable tracing event A tracing event is always assigned to a channel. If \fB\-c, \-\-channel\fP is omitted, a default channel named '\fBchannel0\fP' is created and the event is -added to it. For the user-space tracer, using \fB\-a, \-\-all\fP is the same as -using the wildcard "*". +added to it. If \fB\-c, \-\-channel\fP is omitted, but a non-default +channel already exists within the session, an error is returned. For the +user-space tracer, using \fB\-a, \-\-all\fP is the same as using the +wildcard "*". If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc file. @@ -595,6 +597,10 @@ NAME\fP again. If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc file. +If \fB\-c, \-\-channel\fP is omitted, the default channel name is used. +If \fB\-c, \-\-channel\fP is omitted, but a non-default channel already +exists within the session, an error is returned. + .B OPTIONS: .TP @@ -607,6 +613,9 @@ Simple listing of options .BR "\-s, \-\-session NAME" Apply on session name .TP +.BR "\-c, \-\-channel NAME" +Apply on channel name +.TP .BR "\-a, \-\-all-events" Disable all events. This does NOT disable "*" but rather every known events of the session.