X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fman%2Fustctl.1.md;h=f215b7daee6fa6d6c0caf6331d5bf463dc1f777c;hb=d99cad3d410921d1778a9e12dd746a862a9401d3;hp=d0ecb983d5380831ccefb5f176c4998ca9f9f68c;hpb=c3947c2532de17dc257f17e819501e02369f49b6;p=lttng-ust.git diff --git a/doc/man/ustctl.1.md b/doc/man/ustctl.1.md index d0ecb983..f215b7da 100644 --- a/doc/man/ustctl.1.md +++ b/doc/man/ustctl.1.md @@ -39,12 +39,18 @@ starting with two dashes(`-'). A summary of options is included below. * `--set-subbuf-num` : Set the number of subbuffers per buffer for CHANNEL. Must be a power of 2. + * `--set-sock-path`: + Set the path of the daemon socket. + * `--get-subbuf-size` : Print the size of subbuffers per buffer for CHANNEL. * `--get-subbuf-num` : Print the number of subbuffers per buffer for CHANNEL. + * `--get-sock-path`: + Get the path of the daemon socket. + * `--enable-marker` /: Enable a marker. @@ -54,6 +60,9 @@ starting with two dashes(`-'). A summary of options is included below. * `--list-markers`: List the markers of the process, their state and format string. + * `--force-switch`: + Force a subbuffer switch. This will flush all the data currently held. + ## LIFE CYCLE OF A TRACE Typically, the first step is to enable markers with `--enable-marker`. An