ustctl manpage: document force-switch
authorAlexis Hallé <alexis.halle@polymtl.ca>
Wed, 14 Jul 2010 18:52:01 +0000 (14:52 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 21 Jul 2010 02:21:40 +0000 (22:21 -0400)
doc/man/ustctl.1
doc/man/ustctl.1.md

index 8b4d32c158721cd38edec4d331b0b3fd603abb78..5dfccba385d0780a9cee6031202a40499da890c8 100644 (file)
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.6.6
 .\" http://github.com/rtomayko/ronn/
 .
-.TH "USTCTL" "1" "June 2010" "" ""
+.TH "USTCTL" "1" "July 2010" "" ""
 .
 .SH "NAME"
 \fBustctl\fR \- a program to control the tracing of userspace applications
@@ -75,6 +75,10 @@ Disable a marker\.
 \fB\-\-list\-markers\fR
 List the markers of the process, their state and format string\.
 .
+.TP
+\fB\-\-force\-switch\fR
+Force a subbuffer switch\. This will flush all the data currently held\.
+.
 .SH "LIFE CYCLE OF A TRACE"
 Typically, the first step is to enable markers with \fB\-\-enable\-marker\fR\. An enabled marker generates an event when the control flow passes over it (assuming the trace is recording)\. A disabled marker produces nothing\. Enabling and disabling markers may however be done at any point, including while the trace is being recorded\.
 .
index eefd89f114873a5c99d6e03ad341490948c2ca0b..f215b7daee6fa6d6c0caf6331d5bf463dc1f777c 100644 (file)
@@ -60,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.025062 seconds and 4 git commands to generate.