perf stat: Add no-aggregation mode to -a
[firefly-linux-kernel-4.4.55.git] / tools / perf / Documentation / perf-stat.txt
index 4b3a2d46b4378607f5195d12328646f5b1d7a638..c405bcad6ac7cee4e04559bd6809a333d968974b 100644 (file)
@@ -53,6 +53,11 @@ comma-sperated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2
 In per-thread mode, this option is ignored. The -a option is still necessary
 to activate system-wide monitoring. Default is to count on all CPUs.
 
+-A::
+--no-aggr::
+Do not aggregate counts across all monitored CPUs in system-wide mode (-a).
+This option is only valid in system-wide mode.
+
 EXAMPLES
 --------