Changeset 264f286c
- Timestamp:
- 06/27/18 11:25:30 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- c7f1faf
- Parents:
- f57722d6
- Location:
- tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/traceanon.1
r5765044 r264f286c 101 101 .BI \-\^\-compress-type=method 102 102 compress the output trace using the compression algorithm "method". Possible 103 algorithms are "gz ip", "bzip2", "lzo", "xz" and "none". Default is "none".103 algorithms are "gz", "bz", "lzo", "xz" and "no". Default is "no". 104 104 105 105 .TP -
tools/tracemerge/tracemerge.1
r17f954f r264f286c 53 53 .BI \-\^\-compress-type method 54 54 Describes the compression algorithm to be used when writing the output trace. 55 Possible methods are "gz ip", "bzip2", "lzo", "xz" and "none". Defaults to56 "no ne".55 Possible methods are "gz", "bz", "lzo", "xz" and "no". Defaults to 56 "no". 57 57 58 58 -
tools/tracesplit/tracesplit.1
r19f1efd r264f286c 69 69 \fB-Z\fR compression-method 70 70 Compress the data using the specified compression algorithm. Accepted methods 71 are "gz", "bz", "lzo", "xz" or "no". Default value is noneunless a71 are "gz", "bz", "lzo", "xz" or "no". Default value is "no" unless a 72 72 compression level is specified, in which case gzip will be used. 73 73
Note: See TracChangeset
for help on using the changeset viewer.