diff options
Diffstat (limited to 'tools/perf/Documentation/perf-record.txt')
-rw-r--r-- | tools/perf/Documentation/perf-record.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index 052f7c4dc00c..43b42c4f4a91 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt | |||
@@ -201,6 +201,12 @@ abort events and some memory events in precise mode on modern Intel CPUs. | |||
201 | --transaction:: | 201 | --transaction:: |
202 | Record transaction flags for transaction related events. | 202 | Record transaction flags for transaction related events. |
203 | 203 | ||
204 | --force-per-cpu:: | ||
205 | Force the use of per-cpu mmaps. By default, when tasks are specified (i.e. -p, | ||
206 | -t or -u options) per-thread mmaps are created. This option overrides that and | ||
207 | forces per-cpu mmaps. A side-effect of that is that inheritance is | ||
208 | automatically enabled. Add the -i option also to disable inheritance. | ||
209 | |||
204 | SEE ALSO | 210 | SEE ALSO |
205 | -------- | 211 | -------- |
206 | linkperf:perf-stat[1], linkperf:perf-list[1] | 212 | linkperf:perf-stat[1], linkperf:perf-list[1] |