[PATCH 06/15] perf hists: Add support for accumulated stat of hist entry

2012-09-13 Thread Namhyung Kim
From: Namhyung Kim Maintain accumulated stat information in hist_entry->stat_acc if symbol_conf.cumulate_callchain is set. Fields in ->stat_acc have same vaules initially, and will be updated as callchain is processed later. Cc: Arun Sharma Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim

[PATCH 06/15] perf hists: Add support for accumulated stat of hist entry

2012-09-13 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Maintain accumulated stat information in hist_entry-stat_acc if symbol_conf.cumulate_callchain is set. Fields in -stat_acc have same vaules initially, and will be updated as callchain is processed later. Cc: Arun Sharma asha...@fb.com Cc: Frederic