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>