]> git.baikalelectronics.ru Git - kernel.git/commit
perf report: In branch stack mode use address history sorting
authorAndi Kleen <ak@linux.intel.com>
Tue, 18 Nov 2014 01:58:54 +0000 (17:58 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Dec 2014 23:00:31 +0000 (20:00 -0300)
commit74e06b822e8cad4cb8a811f2fbdcbbf8077845a0
tree1076abb283310578da29e08b0eda281388ce22ea
parent7b888d8cc48c52d16f516fb440b216f504385600
perf report: In branch stack mode use address history sorting

Enable CCKEY_ADDRESS address history sorting with --branch-history.
This makes get_srcline display the source lines correctly, otherwise all
history entries for a function a hunked into one.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1416275935-20971-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c