commit | b3c4bc8734e7b873da21d7b58f60d5df30322e02 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung.kim@lge.com> | Tue Jan 22 18:09:46 2013 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Wed Dec 18 11:28:38 2013 +0900 |
tree | 3beb1ccc586232e5f3cb95d0a8a7c59ef2cf0b1f | |
parent | e5a9f0ea6d25d737e38dde0d18d9ddbd3f314319 [diff] |
perf report: Add report.cumulate config option Add report.cumulate config option for setting default value of callchain accumulation. It affects the report output only if perf.data contains callchain info. A user can write .perfconfig file like below to enable accumulation by default: $ cat ~/.perfconfig [report] cumulate = true And it can be disabled through command line: $ perf report --no-cumulate Signed-off-by: Namhyung Kim <namhyung@kernel.org>