aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-report.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt
index 8aa3f8c88707..05774dfbd14f 100644
--- a/tools/perf/Documentation/perf-report.txt
+++ b/tools/perf/Documentation/perf-report.txt
@@ -33,6 +33,18 @@ OPTIONS
33 Only consider these symbols. CSV that understands 33 Only consider these symbols. CSV that understands
34 file://filename entries. 34 file://filename entries.
35 35
36-w::
37--field-width=::
38 Force each column width to the provided list, for large terminal
39 readability.
40
41-t::
42--field-separator=::
43
44 Use a special separator character and don't pad with spaces, replacing
45 all occurances of this separator in symbol names (and other output)
46 with a '.' character, that thus it's the only non valid separator.
47
36SEE ALSO 48SEE ALSO
37-------- 49--------
38linkperf:perf-stat[1] 50linkperf:perf-stat[1]