commit | a0065ca64273e26cd90b76fb9acfc4c742355936 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Wed Dec 10 10:32:30 2014 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Wed Dec 24 08:42:41 2014 +0900 |
tree | 935e73390017794f0d3206dc1c47d818d6f113ec | |
parent | 1403bed0c659178713361821e9d264ab064261f2 [diff] |
perf report: Add --multi-thread option and config item The --multi-thread option is to enable parallel processing so user can force serial processing even for multi-file data. It default to false but users also can changes this by setting "report.multi_thread" config option in ~/.perfconfig file. Signed-off-by: Namhyung Kim <namhyung@kernel.org>