perf report: Add processing for cycle histograms
authorAndi Kleen <ak@linux.intel.com>
Sat, 18 Jul 2015 15:24:49 +0000 (08:24 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Aug 2015 19:35:30 +0000 (16:35 -0300)
commit57849998e2cd24d50295076a1bbd2f029e2d7c38
treee9ce96783d8f441405e1cb055e523179a489c465
parentd4957633bf9dab70e566e7dbb2b8d0c61c3a2f1e
perf report: Add processing for cycle histograms

Call the earlier added cycle histogram infrastructure from the perf
report hist iter callback. For this we walk the branch records.

This allows to use cycle histograms when browsing perf report annotate.

v2: Rename flag

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1437233094-12844-5-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c
tools/perf/util/hist.c
tools/perf/util/hist.h
This page took 0.025885 seconds and 5 git commands to generate.