X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=417f799c49c25a48275d35ba0c5e7e67315af96d;hp=654be5ef5ee360ecd1879c96694bd37238b2e09f;hb=8564ccbd529ed367de6a0c86f428dda64e14cf5d;hpb=b883c01b402d1fcb625740103804861f063ec6b0 diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 654be5ef5..417f799c4 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -239,6 +239,8 @@ If NAME is omitted, the session name is taken from the .lttngrc file. .nf \-h, \-\-help Show summary of possible options and commands. +\-a, \-\-all + Destroy all sessions \-\-list-options Simple listing of options .fi @@ -338,6 +340,13 @@ file. Enabling syscalls tracing (kernel tracer), you will not be able to disable them with disable-event. This is a known limitation. You can disable the entire channel to do the trick. +\-\-filter 'expression' + Set a filter on a newly enabled event. + Filter expression on event fields event recording + depends on evaluation. Only specify on first activation + of a given event within a session. Filter only allowed + when enabling events within a session before tracing is + started. .fi .IP "\fBdisable-channel\fP NAME[,NAME2,...] [\-k|\-u] [OPTIONS]" @@ -639,6 +648,15 @@ Tracing already started .IP "81" Tracing already stopped + +.IP "98" +No UST consumer detected + +.IP "99" +No Kernel consumer detected + +.IP "100" +Event already enabled with different loglevel .PP .SH "ENVIRONMENT VARIABLES" @@ -647,7 +665,7 @@ Note that all command line options override environment variables. .PP .PP -.IP "LTTNG_SESSIOND_PATH_ENV" +.IP "LTTNG_SESSIOND_PATH" Allows one to specify the full session daemon binary path to lttng command line tool. You can also use \-\-sessiond-path option having the same effect. .SH "SEE ALSO"