ustctl manpage: document force-switch
[ust.git] / doc / man / ustctl.1.md
index d0ecb983d5380831ccefb5f176c4998ca9f9f68c..f215b7daee6fa6d6c0caf6331d5bf463dc1f777c 100644 (file)
@@ -39,12 +39,18 @@ starting with two dashes(`-'). A summary of options is included below.
   * `--set-subbuf-num` <CHANNEL>:
     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` <CHANNEL>:
     Print the size of subbuffers per buffer for CHANNEL.
 
   * `--get-subbuf-num` <CHANNEL>:
     Print the number of subbuffers per buffer for CHANNEL.
 
+  * `--get-sock-path`:
+    Get the path of the daemon socket.
+
   * `--enable-marker` <CHANNEL>/<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
This page took 0.024448 seconds and 4 git commands to generate.