diff options
Diffstat (limited to 'tools/perf/Documentation/perf-stat.txt')
-rw-r--r-- | tools/perf/Documentation/perf-stat.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt index c469ba56c07..b6da7affbbe 100644 --- a/tools/perf/Documentation/perf-stat.txt +++ b/tools/perf/Documentation/perf-stat.txt | |||
@@ -78,6 +78,11 @@ This option is only valid in system-wide mode. | |||
78 | --verbose:: | 78 | --verbose:: |
79 | be more verbose (show counter open errors, etc) | 79 | be more verbose (show counter open errors, etc) |
80 | 80 | ||
81 | -x SEP:: | ||
82 | --field-separator SEP:: | ||
83 | print counts using a CSV-style output to make it easy to import directly into | ||
84 | spreadsheets. Columns are separated by the string specified in SEP. | ||
85 | |||
81 | EXAMPLES | 86 | EXAMPLES |
82 | -------- | 87 | -------- |
83 | 88 | ||