X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=bd2776114f597df6ec3983990a1a2eaacf239cee;hb=e85eccc8d6ec0064d723a08260f23936e8143e2e;hp=db5a7c9255a5df045e22796b2d3779e65962cf82;hpb=68aa8ac73d92131ff6b5253eb40cd97cb297b996;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index db5a7c925..bd2776114 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -607,6 +607,7 @@ Expression examples: 'intfield > 500 && intfield < 503' '(strfield == "test" || intfield != 10) && intfield > 33' 'doublefield > 1.1 && intfield < 5.3' + 'enumfield == 1234' .fi Wildcards are allowed at the end of strings: @@ -614,7 +615,8 @@ Wildcards are allowed at the end of strings: In string literals, the escape character is a '\\'. Use '\\*' for the '*' character, and '\\\\' for the '\\' character sequence. Wildcard matches any sequence of characters, including an empty sub-string -(matches 0 or more characters). +(matches 0 or more characters). Enumeration fields can currently only be +compared as integers. Context information can be used for filtering. The examples below shows usage of context filtering on the process name (using a wildcard), process ID @@ -846,6 +848,31 @@ already exists. .RE .PP +.PP +\fBmetadata\fP [OPTIONS] ACTION +.RS +Metadata command for a LTTng session. + +.B OPTIONS: + +.TP +.BR "\-h, \-\-help" +Show summary of possible options and commands. +.TP +.BR "\-\-list-options" +Simple listing of options + +.PP +.B ACTION: + +.TP +\fBregenerate\fP [-s ] +Regenerate the metadata of a session. This allows the user to regenerate the +metadata after a major NTP correction and that way update the clock offset from +epoch in the metadata. Only works on kernel, UST per-uid and non-live sessions. +.RE +.PP + .PP \fBsave\fP [OPTIONS] [SESSION] .RS