Added documentation of the 'trace-cmd record --compression' parameter in the man page. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- Documentation/trace-cmd/trace-cmd-record.1.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/trace-cmd/trace-cmd-record.1.txt b/Documentation/trace-cmd/trace-cmd-record.1.txt index 5d063cc2..c5a7fb75 100644 --- a/Documentation/trace-cmd/trace-cmd-record.1.txt +++ b/Documentation/trace-cmd/trace-cmd-record.1.txt @@ -367,6 +367,16 @@ OPTIONS Traces are extracted by busy waiting, which will hog the CPUs, so only use when really needed. +*--compression*:: + Compression of the trace output file, one of these strings can be passed: + + 'any' - auto select the best available compression algorithm + + 'none' - do not compress the trace file + + 'name' - the name of the desired compression algorithms. Available algorithms can be listed with + trace-cmd list -c + EXAMPLES -------- -- 2.31.1