diff options
Diffstat (limited to 'tools/perf/Documentation/perf-report.txt')
-rw-r--r-- | tools/perf/Documentation/perf-report.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index cfa8e513d0f..04253c07d19 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt | |||
@@ -128,6 +128,12 @@ OPTIONS | |||
128 | --symfs=<directory>:: | 128 | --symfs=<directory>:: |
129 | Look for files with symbols relative to this directory. | 129 | Look for files with symbols relative to this directory. |
130 | 130 | ||
131 | -c:: | ||
132 | --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can | ||
133 | be provided as a comma-separated list with no space: 0,1. Ranges of | ||
134 | CPUs are specified with -: 0-2. Default is to report samples on all | ||
135 | CPUs. | ||
136 | |||
131 | SEE ALSO | 137 | SEE ALSO |
132 | -------- | 138 | -------- |
133 | linkperf:perf-stat[1] | 139 | linkperf:perf-stat[1] |