commit | 9d6d4241ffa6ba5d72d64a8692914cfb41f76b37 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Wed May 20 15:54:00 2015 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Wed May 20 16:10:47 2015 +0900 |
tree | f2234555af36c7b02edd1fe6c3a3cb3af38f6580 | |
parent | 55d17d57aa8b72773da8b15349059fdf1acc3dcf [diff] |
perf report: Add --num-thread option to control number of thread The --num-thread is to control number of thread to process events when --multi-thread option is enabled. Default value is the number of cpu on the system that runs perf report. The config variable 'report.num-thread' is also added to set a different default value. Signed-off-by: Namhyung Kim <namhyung@kernel.org>