perf stat: Add -o and --append options
[firefly-linux-kernel-4.4.55.git] / tools / perf / Documentation / perf-stat.txt
index 918cc38ee6d1e33ca5aa2a32f73946676e493942..08394c4879a83eb2f2f70af29d181fd86a2c76ff 100644 (file)
@@ -94,6 +94,13 @@ an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must ha
 corresponding events, i.e., they always refer to events defined earlier on the command
 line.
 
+-o file::
+-output file::
+Print the output into the designated file.
+
+--append::
+Append to the output file designated with the -o option. Ignored if -o is not specified.
+
 EXAMPLES
 --------