X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-start.1.txt;h=f3ee0e785053792c5e11575802b75fb626fc0e22;hb=eaa8ef76a52ba21e42d7d95355af72ff3a85a116;hp=b595b2f5ce2f804f605f99ebd350fe910d6ab1a4;hpb=e971184584781f70bbbfc52bbede8b9abf0436e5;p=lttng-tools.git diff --git a/doc/man/lttng-start.1.txt b/doc/man/lttng-start.1.txt index b595b2f5c..f3ee0e785 100644 --- a/doc/man/lttng-start.1.txt +++ b/doc/man/lttng-start.1.txt @@ -11,7 +11,7 @@ lttng-start - Start an LTTng recording session SYNOPSIS -------- [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* ['SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* [option::--all | option::--glob 'SESSION' | 'SESSION' ] DESCRIPTION @@ -44,6 +44,11 @@ include::common-lttng-cmd-options-head.txt[] include::common-lttng-cmd-help-options.txt[] +option:-a, option:--all:: + Start all sessions. + +option:-g, option:--glob:: + Interpret SESSION as a globbing pattern. include::common-lttng-cmd-after-options.txt[] @@ -67,6 +72,26 @@ $ lttng start my-session ---- ==== +.Start all sessions. +==== +See the option::--all option. + +[role="term"] +---- +$ lttng start --all +---- +==== + +.Start all sessions with the suffix foo. +==== +See the option::--glob option. + +[role="term"] +---- +$ lttng start --glob '*foo' +---- +==== + include::common-footer.txt[]