From: Namhyung Kim Date: Tue, 11 Sep 2012 04:34:27 +0000 (+0900) Subject: perf hists: Check if accumulated when adding a hist entry X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~16^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b51af367a6831330564c96dc4cc1ac63413701;p=pandora-kernel.git perf hists: Check if accumulated when adding a hist entry 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 Sharma Tested-by: Rodrigo Campos Cc: Frederic Weisbecker Link: http://lkml.kernel.org/r/1401335910-16832-5-git-send-email-namhyung@kernel.org Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed