commit | ac65975560d415c6db3872785c6c01a8fc3626dd | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Tue Dec 16 15:21:42 2014 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Wed Dec 24 08:42:44 2014 +0900 |
tree | be4760c69d636b93e26389007f194dcb75a5e9ed | |
parent | 7773a552badfc782f104b757aabf571fae780be3 [diff] |
perf data: Implement 'split' subcommand The perf data split command is for splitting a (large) single data file into multiple files under a directory (perf.data.dir by default) so that it can be processed and reported using multiple threads. Signed-off-by: Namhyung Kim <namhyung@kernel.org>