commit | f0309484201da1349ef5692f75db7511be246192 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Tue Dec 16 15:21:42 2014 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Thu Jan 29 16:12:12 2015 +0900 |
tree | 835d3ad3d0b559e307769099b74f76ddec15814b | |
parent | 06dbd352da46f266279533ec845eb6d1a043a3b2 [diff] |
perf data: Implement 'index' subcommand The index command first splits a given data file into intermediate data files and merges them into a final data file with an index table so that it can processed using multi threads. The HEADER_DATA_INDEX feature bit is added to distinguish data file that has an index table. Signed-off-by: Namhyung Kim <namhyung@kernel.org>