perf hists: Check if accumulated when adding a hist entry
commita0b51af367a6831330564c96dc4cc1ac63413701
authorNamhyung Kim <namhyung@kernel.org>
Tue, 11 Sep 2012 04:34:27 +0000 (11 13:34 +0900)
committerJiri Olsa <jolsa@kernel.org>
Sun, 1 Jun 2014 12:34:56 +0000 (1 14:34 +0200)
treedfaee76ff1dc0937725182803242899f36a51e05
parentf8be1c8c48c8469d1ce95ccdc77b1e2c6a29700e
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 <namhyung@kernel.org>
Tested-by: Arun Sharma <asharma@fb.com>
Tested-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1401335910-16832-5-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/builtin-annotate.c
tools/perf/builtin-diff.c
tools/perf/builtin-top.c
tools/perf/tests/hists_link.c
tools/perf/util/hist.c
tools/perf/util/hist.h