commit | de9d8eb4059d2342c4dc8c40c2aa4b26d1bd256e | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Tue Mar 04 11:01:41 2014 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Tue Mar 18 15:29:09 2014 +0900 |
tree | 205dc23aa5782636d4644ec742f30ab001e9f73d | |
parent | d3c3eb76ca259e9cb72424a3565628fef7d23f43 [diff] |
perf top: Add --field option to specify output fields The -F/--field option is to allow user setup output field in any order. It can recieve any sort keys and following (hpp) fields: overhead, overhead_sys, overhead_us, sample and period If guest profiling is enabled, overhead_guest_{sys,us} will be available too. More more information, please see previous patch "perf report: Add -F option to specify output fields" Signed-off-by: Namhyung Kim <namhyung@kernel.org>