[PATCH 04/27] perf hists: Check if accumulated when adding a hist entry

2014-06-01 Thread Jiri Olsa
From: Namhyung Kim To support callchain accumulation, @entry should be recognized if it's accumulated or not when add_hist_entry() called. The period of an accumulated entry should be added to ->stat_acc but not ->stat. Add @sample_self arg for that. Signed-off-by: Namhyung Kim Tested-by: Arun

[PATCH 04/27] perf hists: Check if accumulated when adding a hist entry

2014-05-28 Thread Namhyung Kim
To support callchain accumulation, @entry should be recognized if it's accumulated or not when add_hist_entry() called. The period of an accumulated entry should be added to ->stat_acc but not ->stat. Add @sample_self arg for that. Tested-by: Arun Sharma Tested-by: Rodrigo Campos Acked-by: Jiri