aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-record.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Documentation/perf-record.txt')
-rw-r--r--tools/perf/Documentation/perf-record.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index 02b4aa2621e7..8f0c2be34848 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -454,6 +454,11 @@ Use <n> control blocks in asynchronous (Posix AIO) trace writing mode (default:
454Asynchronous mode is supported only when linking Perf tool with libc library 454Asynchronous mode is supported only when linking Perf tool with libc library
455providing implementation for Posix AIO API. 455providing implementation for Posix AIO API.
456 456
457--affinity=mode::
458Set affinity mask of trace reading thread according to the policy defined by 'mode' value:
459 node - thread affinity mask is set to NUMA node cpu mask of the processed mmap buffer
460 cpu - thread affinity mask is set to cpu of the processed mmap buffer
461
457--all-kernel:: 462--all-kernel::
458Configure all used events to run in kernel space. 463Configure all used events to run in kernel space.
459 464